Tag Archives: Collapse

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

Add a 1 pixel solid border to certain table or a part of a table.

Hello there. I will be using FrontPage for web page design. I used to include 1 pixel, solid borders to certain table not all tables on the page or or parts of tables using FrontPage, nevertheless noticed that these kind of borders are only visible in Net Exlporer, while in other browser for instance Opera or Mozilla an individual wouldnt see all those borders. My question is how can i add cross-browser kitchen table borders so that it could be seen in all browsers or at the least in many I guess it can be done through css script, but I guess there might be easier way. Any suggestion will probably be appreciated. Regards. Code: <! DOCTYPE web coding PUBLIC " -//W3C//DTD XHTML JUST ONE. 0 Transitional//EN" " http: //www. w3. org/TR/xhtml1/DTD/xhtml1-transitional. dtd" > < web coding xmlns=" http: //www. w3. org/1999/xhtml" > < head> < title> CSS Border< /title> < model type=" text/css" media=" screen" > . line, td border: 1px sturdy #000; border-collapse: fall; < /style> < /head> < body> < family table width=" 750" cellpadding=" 0" cellspacing=" 0" border=" 0" class=" border" > < tr> < td width=" 375" height=" 550" > blah< /td> < td width=" … Continue reading

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