Images, CSS, and XHTML compliance.
-
I have tried my damnedest to get this to work and make it complaint, but have not had ANY luck.
On the top of my site, I have a banner and buttons. To accomplish this I had to use the following code:
<BR>
<center>"><IMG src="/images/banner.gif"><IMG src="/images/portrait.gif"></center>
<BR>
<TABLE cellpadding="0" cellspacing="0">
<TR>
<TD>
<IMG src="/images/dot.gif" width="25">
</TD>
<TD>
<IMG src="/images/news.gif" border="0">
<IMG src="/images/links.gif" border="0">
<IMG src="/images/gaming.gif" border="0">
<IMG src="/images/about.gif" border="0">
<IMG src="/images/downloads.gif" border="0">
<IMG src="/images/archives.gif" border="0">
</TD>
</TR>
</TABLE>
I am sure there is a way to make it look like it does using CSS, but I haven’t got the foggiest on how to get it to play nice.
The button part I figured out, more less. I used the button script from the Codex and made the text over the ‘cubed’ background and that was fine. However, I couldn’t get it to go below the banner. Also, the banner is actually two pieces. When I tried use the info that comes with the Kubrix theme I can get one part but not the other to show up, and it is not hyperlinked.
Are IMG tags really that big of a No-no? According to the validation link, this is where most of my problems lie. I would like to be valid and any and all help would be greatly appreciated.
Thanks in advance
-DR
The topic ‘Images, CSS, and XHTML compliance.’ is closed to new replies.