This is a discussion on "unable to set padding" within the Web Page Design section. This forum, and the thread "unable to set padding are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
unable to set padding
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
unable to set padding
I just redesigned this site using divs, but now there's something in the stylesheet that is making it impossible to specify cellpadding for my tables. It gives left and right cellpadding but not top and bottom.
http://www.solsurfer.com/products.php |
|
|
|
#2
|
|||
|
|||
|
Re: unable to set padding
did you try this?
|
|
#3
|
|||
|
|||
|
Re: unable to set padding
seems you have already resolved the problem?
if not, let me know at what specific area you require top & bottom padding in the specified url? |
|
#4
|
|||
|
|||
|
Re: unable to set padding
Quote:
If you want to use shorthand...
|
|
#5
|
|||
|
|||
|
Re: unable to set padding
There are various ways to give padding:
The sides of the box are ordered in clockwise fashion, starting from top Top, Right, Bottom, Left Padding: 1px 2px 3px 4px; OR padding-top: 1px; padding-right: 2px; padding-bottom: 3px; padding-left:4px; OR What if All sides are not defined If all 4 are defined Padding: T R B L; If 3 are defined Padding: T R/L B; If 2 are defined Padding: T/B R/L; If only 1 is defined Padding: T/R/B/L; |
|
#6
|
|||
|
|||
|
Re: unable to set padding
Yeah, just padding:10px; would work fine.
Pete. |
![]() |
| Tags |
| css |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to navigate flash | glworks | Flash & Multimedia Forum | 0 | Mar 28th, 2008 14:35 |
| Unable to multiply without pressing button | codeexplorer | JavaScript Forum | 2 | Oct 1st, 2007 11:25 |
| unable to insert flash content in DW | dimitri | Scripts and Online Services | 0 | Aug 31st, 2007 13:34 |
| why am i unable to view my flash? | drew68 | Flash & Multimedia Forum | 5 | Feb 8th, 2007 05:33 |
| Unable to get correct leading | Audioz | Web Page Design | 4 | Nov 14th, 2004 19:32 |