aimstolemylife
03-20-2003, 01:31 AM
Ok, on the main page you see the sidebar on the left with the links. can someone help me make a sidebar?
|
View Full Version : Sideline help aimstolemylife 03-20-2003, 01:31 AM Ok, on the main page you see the sidebar on the left with the links. can someone help me make a sidebar? indianbean 03-20-2003, 03:37 AM Are you talking about lissaexplains home page? The links on the left side of it? aimstolemylife 03-20-2003, 06:47 PM yeah, that would be it. bejayel 03-20-2003, 06:58 PM you cant really have someone make a side bar for you. you have to do it yourself cause your the only one who knows what ytou want. but really if you mean including it via ssl there is a tutorial right on the site for it. aimstolemylife 03-20-2003, 07:05 PM I don't want anyone to make one for me. I want to make my own. I'm wondering if anyone can explain how to make one or give me a link to a tutorial. Cagez 03-20-2003, 07:19 PM SOmething like this <html> <head> <title>My Page</title> </head> <body> <table cellpadding="6" cellsapcing="0" width="100" border="0"> <tr> <td width="150" bgcolor="blue"> This is your navigational area </td> <td bgcolor="white"> This is your content area </td> </tr> </table> </body> </html> You make a table that spans 100% with 2 TD's, one with a fixed width. You can apply bgcolor's to both if you'd like... Did this answer your question? aimstolemylife 03-21-2003, 12:16 AM That's not it. I found it in the CSS section. Thanks for all the help anyway. zangerbanger 03-21-2003, 01:36 AM Make your body tag look like this: <body topmargin="0" leftmargin="0" marginheight="0" marginwidth="0"> and then you can make a table aligned to the left with a height of 100%. Hope that answers your qustion. alkaline39 03-21-2003, 02:10 AM why dont you show us what your talking about, or just learn html for yourself |