take a look at the footer on my page (in the code). I want it to look as it appears, but it is inconsistent across browsers. what can I do to my css or page code to change this? Thanks,
<!-- w --><a class="postlink" href="http://www.freewebs.com/kentuckyweightlifting">www.freewebs.com/kentuckyweightlifting</a><!-- w -->
css:
<!-- w --><a class="postlink" href="http://www.freewebs.com/kentuckyweightlifting/styles.cssDump">www.freewebs.com/kentuckyweightlifting/styles.cssDump</a><!-- w --> all the hacks in your css.
Use a valid DTD (<!-- m --><a class="postlink" href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">http://www.w3.org/QA/2002/04/valid-dtd-list.html</a><!-- m -->)
All you really need is:
<div id="Footer">
<a style="float:right;" href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:[email protected]" title="email webmaster">FEEDBACK</a>
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.kentucky-weightlifting.com/" title="Kentucky Weightlifting Home">HOME</a>
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.usaweightlifting.org" title="USAW Home">USAW</a>
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.iwf.net" title="IWF Home">IWF</a>
</div>Thanks. That did the job in Firefox, now if I could just get the feedback link back on the screen in IE. (damn IE )Remove line-height:0px; from #Footer
<!-- w --><a class="postlink" href="http://www.freewebs.com/kentuckyweightlifting">www.freewebs.com/kentuckyweightlifting</a><!-- w -->
css:
<!-- w --><a class="postlink" href="http://www.freewebs.com/kentuckyweightlifting/styles.cssDump">www.freewebs.com/kentuckyweightlifting/styles.cssDump</a><!-- w --> all the hacks in your css.
Use a valid DTD (<!-- m --><a class="postlink" href="http://www.w3.org/QA/2002/04/valid-dtd-list.html">http://www.w3.org/QA/2002/04/valid-dtd-list.html</a><!-- m -->)
All you really need is:
<div id="Footer">
<a style="float:right;" href=http://www.webdeveloper.com/forum/archive/index.php/"mailto:[email protected]" title="email webmaster">FEEDBACK</a>
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.kentucky-weightlifting.com/" title="Kentucky Weightlifting Home">HOME</a>
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.usaweightlifting.org" title="USAW Home">USAW</a>
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.iwf.net" title="IWF Home">IWF</a>
</div>Thanks. That did the job in Firefox, now if I could just get the feedback link back on the screen in IE. (damn IE )Remove line-height:0px; from #Footer