My html queries |How to create a side bar|

afreedee

Club Cricketer
Joined
Jan 28, 2007
Location
Solar System
Online Cricket Games Owned
you mean like a navigation thing on ths side. You could do that with a table. A table on the side with watever links you want in it. you could probably put those tabs in it too.

Just adapt the following code to your liking :)


<table>
<tr>
<td width="200"><a href="home.html">Home</a></td>
</tr>
<tr>
<td width="200"><a href="info.html">Info.</a></td>
</tr>
<tr>
<td width="200"><a href="tutorials.html">Tutorials</a></td>
</tr>
<tr>
<td width="200"><a href="about.html">About</a></td>
</tr>
</table>

Just post if you need more help. I'm pretty good @ HTML ;)
 

Users who are viewing this thread

Top