hello...

i want to move specific location with in a page.
for that i used like this

<a href="knowledge.php#news">HHH</a>

then it points the news table.

now i have query string is there. how to give like above. now i want to point a div which is in comment.php. where can i give #news

<a href="comment.php?postid=<?=$Row['auto_id']?>"><b>Reply</b></a>

now i have query string is there. how to give like above. now i want to point a div which is in comment.php. where can i give #news

<a href="comment.php?postid=<?=$Row['auto_id']?>"><b>Reply</b></a>

write like this.

<a href="comment.php?postid=<?=$Row['auto_id']&#news?>"><b>Reply</b></a>

give id=news in particular div which is in comment.php.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.