Computer Talk Discussions here pertain to mods, troubleshooting, and PC/console gaming

Quick coding help...

Thread Tools
 
Search this Thread
 
Old Jan 19, 2007 | 07:31 AM
  #1  
Cebby's Avatar
Thread Starter
Registered User
 
Joined: Sep 2002
Posts: 11,199
Likes: 2
From: Pittsburgh, PA
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.
Reply
Old Jan 19, 2007 | 07:43 AM
  #2  
garrett1478's Avatar
Banned
 
Joined: Jan 2005
Posts: 0
Likes: 0
Originally Posted by Cebby
My workaround was putting everything in a table as I did on "Maps & Proximities" page.
that's what i was going to suggest...but i dont really know enough about HTML to know any other solution.
Reply
Old Jan 19, 2007 | 08:31 AM
  #3  
jsnby's Avatar
Contributing Member
 
Joined: Nov 2005
Posts: 486
Likes: 0
From: Glendale, CA
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>
Reply
Old Jan 19, 2007 | 08:37 AM
  #4  
calrockx's Avatar
Contributing Member
 
Joined: Sep 2002
Posts: 4,749
Likes: 0
From: Santa Clarita, California
Good ol CSS, that's what I was gonna suggest
Reply
Old Jan 19, 2007 | 09:05 AM
  #5  
Cebby's Avatar
Thread Starter
Registered User
 
Joined: Sep 2002
Posts: 11,199
Likes: 2
From: Pittsburgh, PA
That fixed it! You da man!!!

THANK YOU!!!
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
moparbay
86-95 Trucks & 4Runners
40
Mar 10, 2023 03:50 PM
Longbed 90
86-95 Trucks & 4Runners
22
Mar 11, 2019 12:38 PM
Dobich
Newbie Tech Section
5
Sep 14, 2015 11:15 PM
moparbay
86-95 Trucks & 4Runners
1
Sep 3, 2015 12:48 PM




All times are GMT -8. The time now is 03:50 AM.