HighDots Forums  

No double spacing with text

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss No double spacing with text in the Macromedia Dreamweaver forum.



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

Default No double spacing with text - 07-07-2004 , 01:08 PM






how do i get the spacing between the text to be smaller rather then double spacing?

Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: No double spacing with text - 07-07-2004 , 01:13 PM






Although your eye tells you it's double spacing, your intellect would tell
you otherwise if you understood that most HTML tags have an implicit margin.

What you are seeing is the margin on the <p> tag. You can easily control
that with CSS, e.g,

p { margin:5px; } /* adjust value to suit */

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
news://forums.macromedia.com/macromedia.dreamweaver - THE BEST WAY TO GET
ANSWERS
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================

"Metal213" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
how do i get the spacing between the text to be smaller rather then double
spacing?




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.