View Full Version : trouble with navigation... = /


Reyluvr01
12-04-2005, 02:32 AM
hey guys i was wondering if anyone can help me with navigation...im havin a little trouble.

<!------------CODE FOR NAVIGATION-------------!>

<table border="0"><table style="position:absolute; top:812px; left:500px; width:520px;
height:812px">
<tr>
<td><font color="#FFFFFF">
<a href="http://clublucha.tripod.com/bio.htm">Biography</a>



</font>
</td>
</tr>
</table>
<!----------END CODE 4 NAVIGATION-----------!>


thats the code I have, and here is the link to the page..you will see the problem, the link is below the layout...can anyone help get it where i want??!
im pretty sure that the positioning is right..
if any one can help, thanks a lot. =)


http://clublucha.tripod.com/Index2.html

thats the link to the page ..thanks

pb&j
12-04-2005, 04:49 AM
top:812px; left:500px;
^ that is placing the table 812 pixels from the top of the window and 500 pixels from the left side of the window. seems to be in the right spot where you have told it to be. perhaps play around with those numbers a bit more to get it into the right spot.

<table border="0">
^ that part is extra and can be deleted in both spots in your page coding.

Reyluvr01
12-04-2005, 08:33 PM
:waves: thanks much...i almost got it now.