> neal, the code isn't up b/c it has fallen and can't get up! ;-)
>
> happy new year!!!
>
> here is my html:
Oh jeez, I'd be doing a disservice by wading through this. It simply won't
do.
Let me point out ways to improve, please.
> <a class="white"><span><?php print $currentpage ?></span></a>
Why add a span? Why not style the a instead? The span unnecessarily
complicates your markup. And your CSS as a result. Please fix that up.
Geocities has free webspace. use that if you have access to nothing
better. Really, the ability to click and see is going to yield you more
responses than your current mess.
> here is my css:
>
> li.blueback {background-color: #0d2474;
>
> }
If you define background-color, always also define color.
> a.red span { color: #f00;
> text-decoration: none;
> }
>
> a.white span { color: white;
> text-decoration: none;
Close with }? Did you? That's why a URL is preferred...
And text-decoration: none? How do I know there's a link?
Please don't post more code. Get something online, post the URL. Please.
Andrew Thompson - 26 Dec 2004 08:03 GMT
> ..Get something online, post the URL. Please.
For more tips on preparing a test case..
<http://www.spartanicus.utvinternet.ie/help_us_help_you.htm>

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
Skeets - 26 Dec 2004 08:08 GMT
fair enough. i will set out to get it online tomorrow after i get some
sleep and get the links up to speed so that my site is consistently
brkern and not jsuper jacked up. i used span b/c i was having a
problem styling those <li>s. i agree it doesn't make much sense if i
can figure out the styling.
good point about the links. usability is on my list to improve.
i appreciate the interest in helping - thank you.
> > neal, the code isn't up b/c it has fallen and can't get up! ;-)
> >
[quoted text clipped - 36 lines]
>
> Please don't post more code. Get something online, post the URL. Please.