Jump to content

jump to part of web page index.php#eg


didgydont

Recommended Posts

So you've got the page loading, and then a table loads, and you want to be able to jump to the table when the page loads?

 

I'd either wrap the code you want to jump to with an anchor...

 

<a name="table">table stuff</a>

 

.. or a div...

 

<div id="table">table stuff</a>

 

... or place a div just above the code.

 

<div id="table">&nbsp</div>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.