|
|
#1 |
|
Member
Join Date: Sep 2008
Posts: 33
Rep Power: 5 ![]() |
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> Thanks,
__________________
__________________ Using Designer V4.09 Last edited by skyblue; 10-18-2009 at 12:25 PM. Reason: additional clarification |
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,345
Rep Power: 124 ![]() |
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 |
|
|
|
|
|
#3 |
|
Member
Join Date: Sep 2008
Posts: 33
Rep Power: 5 ![]() |
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 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |