Support Forums

Old 10-18-2009, 03:07 AM   #1
Member
 
Join Date: Sep 2008
Posts: 33
Rep Power: 5
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, 8 views)
__________________
__________________
Using Designer V4.09

Last edited by skyblue; 10-18-2009 at 12:25 PM. Reason: additional clarification
skyblue is offline   Reply With Quote
Old 10-23-2009, 08:00 PM   #2
68 Classifieds Staff
 
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,345
Rep Power: 124
Eric Barnes is a jewel in the rough
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
Please do not send me a private message asking for support. Instead use these open forums or our ticket system.

Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules
Eric Barnes is offline   Reply With Quote
Old 10-23-2009, 09:58 PM   #3
Member
 
Join Date: Sep 2008
Posts: 33
Rep Power: 5
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
skyblue is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Viewlistings Formatting skyblue HTML, CSS, and Design Help 1 03-08-2009 10:29 PM
Formatting Ads webwitch v4 Questions & Support 1 10-29-2007 09:11 AM
3.1.7 Formatting Fix - Help! GPM55 v3.1 Questions & Support 0 09-22-2007 04:24 PM
Formatting issue since upgrade to 3.1.7 dawyatt v3.1 Questions & Support 18 04-26-2007 01:09 PM


All times are GMT -4. The time now is 10:26 PM.


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