Best Web layout using HTML/JSP

Joined
Oct 12, 2011
Messages
21
Reaction score
0
Location
Cape Town
Hey..

I need to design a web system to drive a mysql internal company database using html, JS and JSP.

What would be the best way to design the layout of the html pages? I know frames are not a good idea. So DIV/TD/IFaces? There seems to be a lot of different views on which to use. Any comments?

thanks.
 
Its pretty much up to what the site needs i tend to use div and fieldset these days.
 
Stick with divs + css for the main user interface / layout as this will be easier to maintain in the long run. Use tables if you're going to work with loads of tabular data within the pages / layout. Otherwise use divs for the data too.

Good luck!
 
I concure with divs and css. I'm using it mostly for my layout but then again, I'm using Pharo/Seaside so not technically using html.
 
Top
Sign up to the MyBroadband newsletter
X