ummmmmmm ok let me just recap on something here.....

some STUPID HTML tool that takes all of the skill needed,out of HTML
ok so web-builders are stupid and take all the skill out of webdesign? well i use dreamweaver MX and i work as a webdesigner....i can also write my own html code and quite often do but the likes of dreamweaver can speed the whole thing up a hell of alot....

just please dont make the mistake of thinking you l337 cause you write all your own code in notepad - woohoo who cant write html these days?

whats more important than being l337 is being smart - why take 3 hrs to do something in notepad that you can do in 20mins in dreamweaver that looks identical? think about it and then reconsider your last post

by the way a quick answer to your post
tables would def be best way

  • <table> - starts a new table
  • <tr> - starts a new row
  • <td> - starts a new column (cell)


like so

Code:
 ________
|________| <- a row

 _
| |
| | 
|_|  <- column 

 _______
|___|___|   <- 2 cells ( ie 1 row & 2 columns )
ok so not the best drawn example but you get the idea.....

v_Ln

omg you can tell that i wrote this very early in morning....not only did i use [/blue] as a closing tag but i didn't even spot it till now >_<