Tag Archives: Table Cellspacing

how to remove left cellspace

Can you really just remove the cellspace about the left of td but keep space on the right top in addition to bottom fundamental example < dining room table width=" 100%" height=" 351" border=" 0" cellpadding=" 0" cellspacing=" 2" > < tr> < td> < dining room table width=" 100%" height=" 237" border=" 0" cellpadding=" 0" cellspacing=" 2" > < tr> < td bgcolor=" #FF0000" > & nbsp; < /td> < td bgcolor=" #FFFF00" > & nbsp; < /td> < td bgcolor=" #0000FF" > & nbsp; < /td> < /tr> < /table> < /td> < /tr> < /table> Gives thanks Since you are not using a line, padding will do fine for you. Use CSS that will specify your extra padding as < major, right, botton, left> models. < dining room table cellspacing=" 0" cellpadding=" 2" border=" 0" style=" cushioning: 2px 2px 2px 0px; border-collapse: collapse" > or, as a less confusing approach to do it: ….. style=" padding-left: 2px padding-right: 0px; padding-top: 0px; padding-bottom: 0px; "…… or just ….. style=" padding-left: 2px; "….. actually your order is actually wrong. TRouBLed ….. style=" padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 2px; "…… http: //www. mezzoblue. com/css/cribsheet/ also…. sorry, i didn’t … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , | Leave a comment

sending people to next page after password protected homepage ?

My business is new here and also I’m needing to figure out where to edit a bit in this script. I’m needing to learn where to place the page in this kind of script where people are going to be directed to right out the password protected home-page. Can anyone aid me My up coming page is community forums. html Many thanks. < center> < variety name=login> < kitchen table cellspacing=" 0" cellpadding=" 1" background=" background. gif" > < tr> < td colspan=2 align=center> < font size=" +2" color=" yellow" > < b> Members-Only Spot! < /b> < /font> < /td> < /tr> < tr> < td> < font color=" yellow" > < b> Username: < /b> < /font> < /td> < td> < choose name=memlist> < choice value=’x’> < choice value=’Jeremy21870JNDEX’> Jeremy < choice value=’Chris0INDEX’> Chris < /select> < /td> < /tr> < tr> < td> < font color=" yellow" > < b> Password: < /b> < /font> < /td> < td> < enter type=password size=10 maxlength=8 name=pass> < /td> < /tr> < tr> < td colspan=2 align=center> < enter type=button value=" Login" onclick=" check(this. form)" > < /td> < /tr> < /table> < /form> < SCRIPT LANGUAGE=" JavaScript" … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , | Leave a comment