druza
04-18-2002, 02:03 AM
is it possible to use cellpadding in a single cell??
if it is, tell me how, and if it isn't, what can i do instead to make a margin??
:/
if it is, tell me how, and if it isn't, what can i do instead to make a margin??
:/
|
View Full Version : margins in cells druza 04-18-2002, 02:03 AM is it possible to use cellpadding in a single cell?? if it is, tell me how, and if it isn't, what can i do instead to make a margin?? :/ cartm4n 04-19-2002, 12:18 AM i dont know if it is possible, but a cheap way to make the cell longer in height, is to add <br> and then absolute position what you want in it pb&j 04-19-2002, 04:24 AM How about putting a full table set into that cell? cartm4n 04-19-2002, 12:55 PM yeah u can stick a whole table in a cell. just remember to start the new table before you close off the </td></tr> tags of the cell u want it in jmonkey 07-13-2002, 08:18 PM You could also do this: <td style="padding-left: #pt; padding-top: #pt; padding-bottem: #pt; padding-right: #pt;"> or <td style="padding: #pt;">to do padding on all sides. Just replace # with a number, and it should work. the_dark_one02 04-28-2003, 05:21 PM hey thnx i never knew that |