hi folks!

I've got a baffling, but probably simple problem (the worst kind)

In my index.php page, I'm dynamically generating links like this:
http://localhost/news.php#1


When I click the link, the url string get's passed in, and looking at the
source of the news.php page shows:

<a href="#1"></a> 

about half-way down.. but the page doesn't align with the anchor tag.

I assume PHP doesn't do anything funky?

Can anyone see what I've overlooked?

tia!
andrew



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to