html left side bar help?

liunx

Guest
Hello, I am new here, but I was wondering if someone could tell me how to have a left side menu bar? A friend gave me this:<br />
<br />
<td> <br />
<table cellspacing=1 cellpadding=1 width=109 bgcolor=CBCBCB><br />
<td bgcolor=CCCCCC align=CENTER onMouseOver="this.bgColor='FFFFFF'" onMouseOut="this.bgColor='FFFFFF'"> <br />
<div align="left"><font size=1> <a href=http://www.htmlforums.com/archive/index.php/"LINK">PAGE NAME</a></font></div><br />
</table><br />
<tr> <br />
<td> <br />
<table cellspacing=1 cellpadding=1 width=110 bgcolor=CBCBCB><br />
<td bgcolor=CCCCCC align=CENTER onMouseOver="this.bgColor='FFFFFF'" onMouseOut="this.bgColor='FFFFFF'"><br />
<div align="left"><font size=1> <a href=http://www.htmlforums.com/archive/index.php/"LINK">PAGE NAME</a></font></div><br />
</table><br />
<tr> <br />
<td> <br />
<table cellspacing=1 cellpadding=1 width=110 bgcolor=CBCBCB><br />
<td bgcolor=CCCCCC align=CENTER onMouseOver="this.bgColor='FFFFFF'" onMouseOut="this.bgColor='CCCCCC'" height="10"> <br />
<div align="left"><font size=1> <a href=http://www.htmlforums.com/archive/index.php/"LINK">PAGE NAME</a></font></div><br />
</table><br />
<tr> <br />
<td> <br />
<table cellspacing=1 cellpadding=1 width=110 bgcolor=CBCBCB><br />
<td bgcolor=CCCCCC align=CENTER onMouseOver="this.bgColor='FFFFFF'" onMouseOut="this.bgColor='FFFFFF'"> <br />
<div align="left"><font size=1> <a href=http://www.htmlforums.com/archive/index.php/"LINK">PAGE NAME</a></font></div><br />
</table><br />
<tr> <br />
<td> <br />
<table cellspacing=1 cellpadding=1 width=110 bgcolor=CBCBCB><br />
<td bgcolor=CCCCCC align=CENTER onMouseOver="this.bgColor='FFFFFF'" onMouseOut="this.bgColor='FFFFFF'"><br />
<div align="left"><font size=1> <a href=http://www.htmlforums.com/archive/index.php/"LINK">PAGE NAME</a></font></div><br />
</table><br />
</table><br />
<br />
But when I inserted it onto my page, it moved my website down four lines. <br />
<br />
So please any tips on a left side bar or the one above please? <br />
<br />
Thankyou guys!<!--content-->left side SCROLLBAR?<br />
<br />
use<br />
<HTML dir="RTL"><br />
instead of <HTML><br />
<br />
BUT... you'll end up with a mirrored alignment. you'll have to specify every single damn thing that you want to be over on the left again.<!--content-->actually, come to think of it, you could use<br />
<br />
<span dir="LTR"></span><br />
<br />
to put everything in between back into a left-to-right flow.<br />
<br />
i've never tried it, though.<!--content-->Oops. not a scrollbar, just a bar that is on the left with links, and with stuff to the right of it, sorry again<!--content-->that code doesn't help us out. what is the page you are taling about. do you have a link if not just upload the page here.<!--content-->I think that I have just the thing that you are looking for... it also uses tables.... You can view it at: <!-- m --><a class="postlink" href="http://rapquestministries.cjb.net">http://rapquestministries.cjb.net</a><!-- m --> ... Feel free to use anything that is there as most of it I got out of here or off of a program... Except for the LOGON script... Please don't copy that as it is a script that I wrote and I am still working on adding more to it... While it is not a very complicatied script it did take me a while to do...<br />
<br />
<br />
~Paul<br />
<br />
Rapquest Ministries Home Page (<!-- m --><a class="postlink" href="http://rapquestministries.cjb.net">http://rapquestministries.cjb.net</a><!-- m -->)<!--content-->
 
Back
Top