
December 29th, 2004, 10:09 AM
|
 |
I'm Internet Famous
|
|
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890
 
Time spent in forums: 1 Week 16 h 14 m 9 sec
Reputation Power: 8
|
|
I find it interesting that your post is about the inclusion of images, yet i don't see any on your site =)
But nevermind that, you have a nice clean design.
I love the tableless XHTML/CSS standards compliant design. Its nice to see people taking the appropriate steps to implement HTML the way it was intended to.
One thing I want to recommend, when I take out the style sheets your site name disappears. I suggest you include that in <h1> tags, and convert your current <h1> tags into <h2> tags... its always nice to have the title of the page as the first header.
There's a neat trick using a nested <span> in an <h1> tag to allow you to still have the image as the header using CSS; but when the CSS isn't there, the text displays. Here's a link I found http://www.sitepoint.com/print/header-images-css-xhtml
I don't advise using their text-indent method, it might mess up if you have a background colour set. Other methods are display:none or font-height:0;color your-background-color);... each have their own advantages.
|