Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Keeper4826 #1
&nbsb Size
I have text with multiple paragraphs. I want the first line of each paragraph
to be indented. I plan to use CSS to set the <p> tag to indent. However, using
this tag for each paragraph produces space between each paragraph - which is
not desired. To get around that, I plan to cheat by using <br> tags and then
inputing nonbreaking space at the beginning of each paragraph except the first.
I need to know how much &nbsb provides. How is it measured (in exs)? This will
help me determine how much indendation to set in my style sheet for <p>.
Keeper4826 Guest
-
display size on-screen differs from actual size.
With Illustrator 10 installed on Windows XP Pro with a Viewsonic 21" monitor at 16000 X 1200, the problem I am having is: The image I see on-screen,... -
How do I resize a document from Poster Size to Letter Size??
I designed a poster using ID CS (3.01) on a Windows XP platform. It is a single page document measuring 22" X 30", and I now need to print the same... -
CAN I CHANGE SIZE (PIXELS) OF A PROJECTOR TO REDUCE THE FILE SIZE?
as far as I know you would have to transform bitmap scale all bitmap members to the new size, then readjust their positions to score, and adjust... -
Cast Members Size Vs. Total Movie Size
What ultimately worked for me was to choose "Link to External File" in the media drop-down box within the importing dialog box when importing files.... -
PPI / DPI / Output size / Scanned Size HELPPPPPPPPPPP
I have bought one scanner so far and returned it was a HP4570C. The negatives were to hard to work with it needs some mechanical refinement. I... -
Murray *ACE* #2
Re: &nbsb Size
>I have text with multiple paragraphs. I want the first line of each
Why not use CSS to control the top/bottom margins of those <p> tags? No>paragraph
> to be indented. I plan to use CSS to set the <p> tag to indent. However,
> using
> this tag for each paragraph produces space between each paragraph - which
> is
> not desired. To get around that, I plan to cheat by using <br> tags and
> then
> inputing nonbreaking space at the beginning of each paragraph except the
> first.
cheat involved there.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Keeper4826" <webforumsuser@macromedia.com> wrote in message
news:ebtf5v$qtb$1@forums.macromedia.com...>I have text with multiple paragraphs. I want the first line of each
>paragraph
> to be indented. I plan to use CSS to set the <p> tag to indent. However,
> using
> this tag for each paragraph produces space between each paragraph - which
> is
> not desired. To get around that, I plan to cheat by using <br> tags and
> then
> inputing nonbreaking space at the beginning of each paragraph except the
> first.
>
> I need to know how much &nbsb provides. How is it measured (in exs)? This
> will
> help me determine how much indendation to set in my style sheet for <p>.
>
Murray *ACE* Guest
-
Keeper4826 #3
Re: &nbsb Size
[q]Why not use CSS to control the top/bottom margins of those <p> tags? No
cheat involved there.[/q]
I don't see where to do this in the CSS style definition box. I would have
assumed it would be in the Block category.
Keeper4826 Guest
-
Murray *ACE* #4
Re: &nbsb Size
Nope - box. It's margin-top and margin-bottom, e.g.,
p { margin-top:0; margin-bottom:0; }
or better -
p { margin:0; }
Adjust the values to suit....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Keeper4826" <webforumsuser@macromedia.com> wrote in message
news:ebtj86$1uj$1@forums.macromedia.com...> [q]Why not use CSS to control the top/bottom margins of those <p> tags?
> No
> cheat involved there.[/q]
>
> I don't see where to do this in the CSS style definition box. I would have
> assumed it would be in the Block category.
>
>
>
Murray *ACE* Guest



Reply With Quote

