Support Forums

Unordered List Formatting Issue

This is a discussion on Unordered List Formatting Issue within the Templates, HTML, CSS, and Design Help forums, part of the General category; Hi, When creating a new page in the Page Editor I’m having trouble getting unordered lists to show indented bullets. ...


Go Back   68 Classifieds Forums > General > Templates, HTML, CSS, and Design Help

Reply
 
Thread Tools Display Modes
Old 10-18-2009, 04:07 AM   #1
Customer
 
Join Date: Sep 2008
Posts: 46
Rep Power: 10
skyblue is on a distinguished road
Default Unordered List Formatting Issue

Hi,

When creating a new page in the Page Editor I’m having trouble getting unordered lists to show indented bullets. Ordered lists display properly however unordered lists do not. I have created a sample page using the following code and attached a Gif showing the outcome.

Code:
<h3>A.  An Unordered List:</h3>
<ul>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>
</br></br>
<h3>B.  An Unordered List without "ul" tags:</h3>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
<h3>C.  An Ordered List:</h3>
<ol>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>
<br>
Can anyone suggest what needs to be done to fix this?

Thanks,
Attached Images
File Type: gif Test Unordered List.gif (8.7 KB, 9 views)
__________________
__________________
Using Designer V4.09 & 4.1.9

Last edited by skyblue; 10-18-2009 at 01:25 PM. Reason: additional clarification
skyblue is offline   Reply With Quote
Old 10-23-2009, 09:00 PM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,493
Rep Power: 132
Eric Barnes is just really nice Eric Barnes is just really nice
Default

Try to add this your css file:
Code:
#content ul {
list-style-type:disc;
padding:0 0 0 10px;
}
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 10-23-2009, 10:58 PM   #3
Customer
 
Join Date: Sep 2008
Posts: 46
Rep Power: 10
skyblue is on a distinguished road
Default

Thanks Eric, that did the trick.

Just an FYI...

I had to increase the pixel size to align with the ordered list (minor tweak)

and

The result displays properly on the site however it still does not in the preview section of the Page Editor. (again, minor)

Thanks again.
__________________
__________________
Using Designer V4.09 & 4.1.9
skyblue is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Viewlistings Formatting skyblue Templates, HTML, CSS, and Design Help 1 03-08-2009 11:29 PM
Formatting Ads webwitch Technical Support 1 10-29-2007 10:11 AM


All times are GMT -4. The time now is 06:08 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0