From: "andrew" <[EMAIL PROTECTED]>

> 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.


Change this to:

<a name="1"></a>




Cheers

Simon Garner


-- 
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