If you are still interested in some help, could you post the code that you will be using for the site (not just the CSS)?
Some possibilities:
1. in "div.feedburnerFeedBlock ul li span.headline" add "padding-top: 10px;" (or more) to push the heading down automatically.
2.To extend the dotted line try adding "width:100%;" to the same section as the previous question.
3. Add "border-top:1px dashed #ccc" to the section.
4. I'd need to know the code you've got to help you style these buttons.
Some of these might not quite be right, but without some sort of example it's hard to figure out which solution might be best.
Main Topics
Browse All Topics





by: scrathcyboyPosted on 2008-10-23 at 17:40:38ID: 22792149
1. use <BR /> <BR /> for as much whitespace as you need
You can also do this on the container the text is in, using CSS with -- margin-bottom:40px; or similar
2. use HR and style in CSS -- HR {width:640px; color:silver; } or similar. That looks good
3. HR {width:640px; color:silver; style:dotted;}