um the best for html and hard coding is using percents instead of set widths. that is my only advice;)
Antonbomb22
Junior Poster in Training
91 posts since Jun 2004
Reputation Points: 46
Solved Threads: 0
If you do use set width to 780 or less (it gives spac for the scroll par in 800x600 resolution)
Ragnarok
Junior Poster in Training
94 posts since Mar 2004
Reputation Points: 10
Solved Threads: 0
Use percentage values to define the height and width of anything, this way it should look great across all platforms and browsers. Also, the very best way to layout a web page, if you want it to be viewable across all browsers is using css, it is soooo good for compatability, tables aren't a great way to lay out as some of it isn't valid html 4.0
Slade
Practically a Master Poster
633 posts since Mar 2004
Reputation Points: 115
Solved Threads: 7
CSS for everything other than tabular data. I design for 800x600 but keep in mind most of my visitors use 1024x768. I use fixed height and percentage widths ;)
cscgal
The Queen of DaniWeb
19,437 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 231
Thank you so much for sharing that URL. I just checked it out and it's really great. I might even use it myself to make all of DaniWeb CSS friendly!
cscgal
The Queen of DaniWeb
19,437 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 231