Quick coding help...
#1
Quick coding help...
I have a website I've been working on for a while now - it is nearly complete.
I have a small nagging problem that I can't seem to cure here.
When you do an unordered list <ul> and have a bit of text above it, the code automatically puts an extra blank line in between the unordered list and the text above it.
I need to figure out how I can eliminate that extra line on the page at the link attached.
Between lines "Adjoining..." and "Oversized..."
http://www.villabellavita.com/index....d=16&Itemid=33
Thanks in advance.
My workaround was putting everything in a table as I did on "Maps & Proximities" page.
I have a small nagging problem that I can't seem to cure here.
When you do an unordered list <ul> and have a bit of text above it, the code automatically puts an extra blank line in between the unordered list and the text above it.
I need to figure out how I can eliminate that extra line on the page at the link attached.
Between lines "Adjoining..." and "Oversized..."
http://www.villabellavita.com/index....d=16&Itemid=33
Thanks in advance.
My workaround was putting everything in a table as I did on "Maps & Proximities" page.
#3
try this(i broke up the lines so I could read it better):
Code:
<p>All Bedroom Suites Include:</p> <ul style="margin-bottom: 0px; padding-bottom: 0px"> <li>Adjoining Bathrooms luxuriously appointed with: </li> </ul> <ul style="margin-top: 0px; padding-top: 0px"> <ul> <li>Oversized showers with multiple shower heads on main level</li> <li>Double sinks on main level</li> <li>French soaps and spa toiletries</li> </ul> <li>Custom Walk-in closets equipped with electronic safes </li> <li>Flat Screen TVs - Satellite Service</li> <li>....</li> </ul>
Thread
Thread Starter
Forum
Replies
Last Post
Longbed 90
86-95 Trucks & 4Runners
22
Mar 11, 2019 12:38 PM



