Although I know some, I'm not an expert with HTML... I want to put a side navigation bar on my page (not frames), and I'm not sure how to do it. What are the possibilities?
maggie: if you're not yet familiar with HMTL, then you probably won't want to use CSS positioning...I'd go with plain old HTML tables...
If you don't know how these works, pickup an HTML Editor...1stPage 2000 is good and totally free
Download it here: http://www.evrsoft.com
Hope this helps.
------------------
Chris Bowyer - Programmer in Training
MyCoding.com: Join our mailing list for launch notification!
"I'm not an insomniac, I'm a web designer."
Here is the code I think you are after. I knocked this up quickly in Dreamweaver, so some editing may be required:
<BLOCKQUOTE><font size="1" face="Verdana, Arial">code /font><HR><pre><table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="116">
<table width="150" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>side menu</td>
</tr>
<tr>
<td>""</td>
</tr>
<tr>
<td>""</td>
</tr>
<tr>
<td>""</td>
</tr>
</table>
</td>
<td width="484">
<table width="451" border="0" cellspacing="0" cellpadding="0" height="80">
<tr>
<td>
<div align="center">content goes in here</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
[/code]
This will give you the result I think you are after. It is the kind of side menu I use at Methven Online.
<Edited by Saltire on 12-03-2000 at 06:29 AM>
Wow, thanks a lot. I'm a newbie here, and very impressed so far...I appreciate your help. That's exactly the type of side bar I want, I'll try the code.
No problem Maggie, glad I could help. I hope that you will come back to the forums if you need any more help! There are plenty of us willing to give advice if need be.
------------------
Methven Online - www.methven.org.uk
Subtle Measures - www.subtle-measures.co.uk
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks