Hi guys,
can someone explain why the H1 tag is white on this page, and not on the other pages?:
<!-- m --><a class="postlink" href="http://www.alauda.be/thema.php">http://www.alauda.be/thema.php</a><!-- m -->
thx Perhaps because there is no H1 element. But I note a few other things:
1) You need to decide if you are using HTML or XHTML. HTML 4.01 Strict would be best, but you do need to make friends with The Validator (<!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m -->).
2) You need to ensure that the page works, somewhat, when CSS isn't supported.
3) You need to ensure that the page works in Lynx (<!-- m --><a class="postlink" href="http://www.delorie.com/web/lynxview.html">http://www.delorie.com/web/lynxview.html</a><!-- m -->)Give h1 position:relative;??? ... Ah, I see it now. That's an odd place for an H1. Do follow my other suggestions, though.YeS!
thanks Fang!EDIT/ Beat me to post.
can someone explain why the H1 tag is white on this page, and not on the other pages?:
<!-- m --><a class="postlink" href="http://www.alauda.be/thema.php">http://www.alauda.be/thema.php</a><!-- m -->
thx Perhaps because there is no H1 element. But I note a few other things:
1) You need to decide if you are using HTML or XHTML. HTML 4.01 Strict would be best, but you do need to make friends with The Validator (<!-- m --><a class="postlink" href="http://validator.w3.org/">http://validator.w3.org/</a><!-- m -->).
2) You need to ensure that the page works, somewhat, when CSS isn't supported.
3) You need to ensure that the page works in Lynx (<!-- m --><a class="postlink" href="http://www.delorie.com/web/lynxview.html">http://www.delorie.com/web/lynxview.html</a><!-- m -->)Give h1 position:relative;??? ... Ah, I see it now. That's an odd place for an H1. Do follow my other suggestions, though.YeS!
thanks Fang!EDIT/ Beat me to post.