a table layout can be achieved without <table> in html, with <div> and css..col { width: 200px; float: left; }<div> <div class="col">row 1, col 1</div> <div class="col">row 1, col 2</div></div&… more »
for bordered tables, you can visually see the cell is not displayed (ie no border around the cell) if it has no value. it looks ugly. the work around is usually assigning a space ‘ ’ to the cell in html code. in css, you can show the cell with emp… more »
notes and references on web development and various things.
disclaimers
this site does not guarantee accuracy of information provided. codes are provided as is and are free to to use. use at your own risk. limited or no support will be provided.
under no circumstances shall this site be responsible or liable for any damages or consequences as a result of direct or indirect usage of any information provided.