Quote:
Originally Posted by jamslive how to use bookmarks in table?
i have table that includes,in the html cell section - including google rss news php code.the length table changed according to the rss feture.
and i need that bookmark location will change according to the length table.
thank you |
Hi, if you are using BV? Enter in your 1st cells html under the “inside tag” tab the code below.
<a name="bm1"></a
Repeat for other cells
<a name="bm2"></a for cell 2
<a name="bm3"></a for cell 3 & so on.
To link to the 1st bookmark, place some text on the page & highlight to make a url link. In the url field place (without anything else) the code below.
#bm1
Preview & test.
If linking from another page
http://www.yoursite.com/yourpage.html#bm1
Repeat for all other bookmarks