HighDots Forums  

CSS problem

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss CSS problem in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
laurent3764@hotmail.com
 
Posts: n/a

Default CSS problem - 11-15-2007 , 01:37 PM






Hi Folks,

I'm trying to draw a flowchart with CSS. I had no problem producing
it
for the intranet you can have a look at a screen capture right
there :


http://www.inspq.qc.ca/images/organigramme/capture.jpg


The problems started when I copied the table and pasted it into a new
template for our Website.


The URL is :


http://www.inspq.qc.ca/institut/organigramme_2.asp


The stylesheet attached to it is located at :


http://www.inspq.qc.ca/commun/styles.css

As you can see, the borders of the table cells are not showing as
they're supposed to. Also, the files I use as background images are
not showing neither.


Everything looks fine in Dreamweaver WYSIWYG window.


Can anybody help me?


Here's the code for the page :


Thanks!


Laurent


Reply With Quote
  #2  
Old   
Jonathan N. Little
 
Posts: n/a

Default Re: CSS problem - 11-15-2007 , 03:22 PM






laurent3764 (AT) hotmail (DOT) com wrote:
Quote:
Hi Folks,

I'm trying to draw a flowchart with CSS. I had no problem producing
it
for the intranet you can have a look at a screen capture right
there :


http://www.inspq.qc.ca/images/organigramme/capture.jpg


The problems started when I copied the table and pasted it into a new
template for our Website.


The URL is :


http://www.inspq.qc.ca/institut/organigramme_2.asp

Ugh, nested table maybe half-dozen deep, mix of CSS and conflicting HTML
presentational attributes (like <table ... border='0'>), invalid markup
(like TABLEs within P elements and P elements within SPAN elements), and
only 502 errors...

http://validator.w3.org/check?verbos...nigramme_2.asp
[Invalid] Markup Validation of
http://www.inspq.qc.ca/institut/organigramme_2.asp - W3C Markup Validator

I'm sorry but the missing borders are the least of your problems...fix
up your code and see if your border issue is resolved. At the very least
it will be much easier to locate the problem!

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.