formatting help..

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
pleigh
Forum Contributor
Posts: 445
Joined: Wed Jan 19, 2005 4:26 am

formatting help..

Post by pleigh »

hi there...

i can't figure out whats wrong, i'd like to know what i can do with table margin of my page. i am using cellpadding but i am not satisfied the way it looked. can i do this in cascading stylesheet?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

this doesn't deal with php..

Moved to Client Side.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Code: Select all

table.container
{
     padding-top: 100px
}

?
Post Reply