Re: Anyone Know Basic HTML?
BPB, Since your starting your website biz I would invest in a program such as FrontPage or a similar website design program. I know HTML pretty well and some java but those programs make it so easy then you can just go in and do some basic touch up.
From what you wrote you want the page Framed right ? so that the area on the left never moves and the right is what scrolls ? if so I can make you a page and email it to you and you can go from there.
Re: Anyone Know Basic HTML?
Frames can be a real pain. You didn't mention that you care if the left panel moves or not. If you just want a table with two columns, you can do this:
<table>
<tr>
<td valign=top>
menu items go here
</td>
<td valign=top>
content goes here
</td>
</tr>
</table>
Re: Anyone Know Basic HTML?
Here is a really good tutor for beginners.
Re: Anyone Know Basic HTML?
Re: Anyone Know Basic HTML?
i'm very familiar with HTML.
a very helpful tutorial site is http://www.w3schools.com
hit me up on Yahoo Messanger if you need any help (NathanLedet)