If you have a good WYSIWYG editor, you will have a much easier time. I use
FrontPage to do my basic HTML and then paste it into my page templates in
VS.Net.
Otherwise, just get a good HTML reference and DIY.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
You may want to look at using <DIV>'s rather than tables to structure elements of your page. Position them with CSS. It's so much nicer once you get the hang of it.