HighDots Forums  

bullet indenting or undenting?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss bullet indenting or undenting? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mandiebj
 
Posts: n/a

Default bullet indenting or undenting? - 06-28-2004 , 09:21 AM






I dont' like how far over to the right Dreamweaver pushes my bullets.
I would like to slide them a little back to the left.
Is there an easy way to do this? I'm not completely familiar with CSS, so if
anyone can give me a quick briefing of how to "undent" the bullets a little
bit, that would be great.
Thanks


Reply With Quote
  #2  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: bullet indenting or undenting? - 06-28-2004 , 09:29 AM






mandiebj wrote:
Quote:
I dont' like how far over to the right Dreamweaver pushes my bullets.
I would like to slide them a little back to the left.
Is there an easy way to do this? I'm not completely familiar with
CSS, so if anyone can give me a quick briefing of how to "undent" the
bullets a little bit, that would be great.
Thanks

See if this helps
http://www.alistapart.com/articles/taminglists/


--
Nadia
-----------------
*Free Templates *Dropdown Menu Templates*
http://www.DreamweaverResources.com
*Templates - HTML and CSS Validated *
*Free Nav Bar Sets*
*Resources : Ecommerce : SEO Articles*
-----------------




Reply With Quote
  #3  
Old   
Osgood
 
Posts: n/a

Default Re: bullet indenting or undenting? - 06-28-2004 , 09:40 AM



mandiebj wrote:

Quote:
I dont' like how far over to the right Dreamweaver pushes my bullets.
I would like to slide them a little back to the left.
Is there an easy way to do this? I'm not completely familiar with CSS, so if
anyone can give me a quick briefing of how to "undent" the bullets a little
bit, that would be great.
Thanks


Paste code below before the closing </head> tag of your pages code and
play around with the pixels. It wont show in DW design view but will
take effect when you run it via a browser.

<style>
ul {
margin: 10px;
padding: 10px;
}
</style>



Reply With Quote
  #4  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: bullet indenting or undenting? - 06-28-2004 , 10:56 AM



On 28 Jun 2004 in macromedia.dreamweaver, mandiebj wrote:

Quote:
I dont' like how far over to the right Dreamweaver pushes my bullets.
Nadia and Osgood gave you solutions which should answer your question.
Just for the record: IT IS NOT DREAMWEAVER WHICH DOES THIS. It's a
function of how the HMTL language is structured by default.

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php


Reply With Quote
  #5  
Old   
Michael Fesser
 
Posts: n/a

Default Re: bullet indenting or undenting? - 06-28-2004 , 11:18 AM



.oO(Joe Makowiec)

Quote:
On 28 Jun 2004 in macromedia.dreamweaver, mandiebj wrote:

I dont' like how far over to the right Dreamweaver pushes my bullets.

Nadia and Osgood gave you solutions which should answer your question.
Just for the record: IT IS NOT DREAMWEAVER WHICH DOES THIS. It's a
function of how the HMTL language is structured by default.
JFTR: It's the browser's interpretation of that structure (default
browser stylesheet).

Micha


Reply With Quote
Reply




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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.