Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Bullet points appear incorrectly
Old 01-08-2007, 06:40 PM Bullet points appear incorrectly
Junior Talker

Posts: 4
Name: Rob
Trades: 0
I'm using Frontpage 2003. I've created a <ul>. For each list item the bullet sits in the middle of the text item. I want it to sit at the start of each text item. Any ideas welcome as this is driving me crazy!

Last edited by robba; 01-08-2007 at 06:50 PM..
robba is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-08-2007, 07:08 PM Re: Bullet points appear incorrectly
vangogh's Avatar
Post Impressionist

Latest Blog Post:
Why Responsive Design?
Posts: 10,815
Name: Steven Bradley
Location: Boulder, Colorado
Trades: 0
Rob could you post some of the code that Frontpage created? It's hard to know what the problem might be without being able to see some code. I can't think of any reason why the bullet would be in the middle of each text item. It shouldn't be that way.
__________________
l Search Engine Friendly Web Design |
Please login or register to view this content. Registration is FREE

l Tips On Marketing, SEO, Design, and Development |
Please login or register to view this content. Registration is FREE

l
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 01-08-2007, 09:03 PM Re: Bullet points appear incorrectly
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Make sure you zero out all margins and padding on the UL before you do anything else. In fact, zero out margins and padding on all the major elements first, then put them back in as needed.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 01-09-2007, 08:41 AM Re: Bullet points appear incorrectly
Junior Talker

Posts: 4
Name: Rob
Trades: 0
hi guys, sorry for posting the same issue twice - didn't see it appear first time. Here's the code, and the other suggestion to zero the margins I'll try later today. Many thanks!:

<ul style="list-style-type: disc">
<li>
<p style="line-height: 150%">
<font color="#C0C0C0" style="font-size: 11pt">
Moodboard design
consultation.</font></li>
<li>
<p style="line-height: 150%">
<font color="#C0C0C0">
<span style="font-size: 11pt">
Room survey</span></font></li>
<li style="list-style-type: disc">
<p style="line-height: 150%">
<font color="#C0C0C0" style="font-size: 11pt">360 degree, 3D
photo-realistic
representation of
your room which can be
viewed either on a DVD
player or computer.</font></li>
</ul>
robba is offline
Reply With Quote
View Public Profile
 
Old 01-09-2007, 09:40 AM Re: Bullet points appear incorrectly
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Quote:
<font color="#C0C0C0" style="font-size: 11pt">
Moodboard design
consultation.</font>
This is just bad markup. If you're going to use CSS, use it properly and don't use deprecated tags such as <font>. Put that font color in the style declarations for the <p>. You should also not use in-line CSS that way, put all your style declarations in an external file or in the <head> section of your document.

Here's the deal on lists and bullets:
Quote:
All browsers do indent the list so the bullets will display within the DIV container, but they have chosen different ways to do this. Gecko-based browsers like Firefox use 40px of LEFT PADDING inside the UL, and so does Safari for the Mac. On the other hand, IE and Opera use 40px of LEFT MARGIN on that same UL
So, you're going to have to use a combination of margins and padding to get the bullets to display where you want them.

You might also want to read thru this tutorial on lists:
http://css.maxdesign.com.au/listutorial/index.htm
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Bullet points appear incorrectly
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24063 seconds with 12 queries