Pls help me to validate some code!
am 06.08.2007 13:32:56 von jollyroger
I have a table that will only validate if I use inline or an attached
style. I would love to do that but for some really strange reason if I
use the same identical attributes in my style it hoses up my layout??
Can I please have a fresh eye look at this and tell me if it's
something obvious I'm missing? Thanks!
(I commented out the inline style for the table)
Untitled Document
bgcolor="#FAF9F7">
|
bgcolor="#000066">
td>
|
|
td>
| |
bgcolor="#535563">
|
bgcolor="#535563">
border="1" />
|
bgcolor="#535563">
border="1" />
|
bgcolor="#535563">
border="1" />
|
bgcolor="#535563">
cellpadding="0" cellspacing="0">
|
class="sometext">Box One
width="243" height="25" border="0" cellpadding="0" cellspacing="0">
|
|
class="sometext">Box Two
width="243" height="25" border="0" cellpadding="0" cellspacing="0">
|
|
class="sometext">Box Three
Re: Pls help me to validate some code!
am 06.08.2007 14:04:21 von a.nony.mous
jollyroger wrote:
> I have a table that will only validate if I use inline or an attached
> style. I would love to do that but for some really strange reason if
> I use the same identical attributes in my style it hoses up my
> layout??
First, I suggest you give the URL to your page, instead of posting code
fragments here.
> Can I please have a fresh eye look at this and tell me if it's
> something obvious I'm missing? Thanks!
Let us know when it's on a web server. Your mix of CSS and old-style
inline styling is .. well .. old.
> (I commented out the inline style for the table)
With the "" ? HTML comment markers don't work in CSS and
should be removed.
>
New pages should be Strict; you aren't Transitioning from anything.
>
>
>
>
> bgcolor="#FAF9F7">
>
> |
> bgcolor="#000066">
>
> td>
> |
>
> |
>
>
>
> td>
> | |
> bgcolor="#535563">
>
> |
> bgcolor="#535563">
> border="1" />
> |
> bgcolor="#535563">
> border="1" />
> |
> bgcolor="#535563">
> border="1" />
>
>
> |
> bgcolor="#535563">
> cellpadding="0" cellspacing="0">
>
>
> |
> class="sometext">Box One
>
>
>
> width="243" height="25" border="0" cellpadding="0" cellspacing="0">
> |
> |
> class="sometext">Box Two
>
>
>
> width="243" height="25" border="0" cellpadding="0" cellspacing="0">
> |
> |
> class="sometext">Box Three
>
>
>
>
>
>
>
>