Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Html code writed in last line and show at first

Status
Not open for further replies.

dominiopt

Technical User
Sep 10, 2001
75
PT
Hi guys maybe the subject it's to much confuse.
The question is regarding the sequence of write the html.

In one database html type page i need put one link on top of the actual page to next page.

However i only know if exists next page after full code page running.

At this moment can i write some code to appears on top ?

Thanks

Fernando
 
I'm not really sure what you're trying to do but if you position the link absolutly you can code it last in your page but have it appear at the top.

At the very bottom of your page you can put:

<div style=&quot;position: absolute; top: 10px; right: 10px;&quot;>
<a href=&quot;nextpage.htm&quot; title=&quot;Go to next page&quot;>Next Page</a>
</div>

This will appear in the top right of the screen. You can change it to top left etc etc etc


É
:: ::
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top