|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
white space around <hX> and <ul> tags
hey all,
is there any way to get rid of the white space around heading and <ul> tags? i'd like to have a list with a heading and then *immediately* under it, have the list of items. instread, i have huge spaces, like a new paragraph was created. is there anything I can do, maybe with CSS to get rid of it? All help appreciated ~magda~ |
|
#2
|
||||
|
||||
|
use CSS...
Code:
h1 { padding-bottom: 0; margin-bottom: 0; }
h2 { padding-bottom: 0; margin-bottom: 0; }
h3 { padding-bottom: 0; margin-bottom: 0; }
h4 { padding-bottom: 0; margin-bottom: 0; }
You can do similar things with the UL's space on top... I'll let you figure that part out... |
|
#3
|
|||
|
|||
|
thanks, worked like a charm
![]() ~magda~ |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > white space around <hX> and <ul> tags |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|