Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Moydock #1
<p> question
Every time I use <p></p> to go to the next line it creates a big gap between
the elements. I can get them to show together in dreamweaver if I remove it but
then when I test in a browser it shows them all on the same line. Anyone know
what's up?
Moydock Guest
-
Newbie Question: Biz Card Template Question
Hi, I got the Pagemaker PlugIn - I am using one of the templates for Business Cards - the elements appear to be grouped (bound box all around when I... -
Good morning or good evening depending upon your location. I want to ask you the most important question of your life. Your joy or sorrow for all eternity depends upon your answer. The question is: Are you saved? It is not a question of how good you
<RonGrossi382872@yahoo.com> wrote in message news:1114393703.900419.199790@f14g2000cwb.googlegroups.com... This is the most important question of... -
Murray *ACE* #2
Re: <p> question
What you are seeing the normal, default margins (top and bottom) for the <p>
tags. You can use CSS to change this easily -
p { margin-top:2px; margin-bottom:2px; }
It would be a good idea for you to read about CSS and how to use it to help
your page layout techniques. You can start with these excellent tutorials -
[url]http://www.projectseven.com/tutorials/css/qdmacfly/index.htm[/url]
[url]http://www.macromedia.com/devnet/mx/dreamweaver/css.html[/url]
[url]http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html[/url]
[url]http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html[/url]
--
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
==================
"Moydock" <webforumsuser@macromedia.com> wrote in message
news:e73m24$kss$1@forums.macromedia.com...> Every time I use <p></p> to go to the next line it creates a big gap
> between
> the elements. I can get them to show together in dreamweaver if I remove
> it but
> then when I test in a browser it shows them all on the same line. Anyone
> know
> what's up?
>
Murray *ACE* Guest
-
Judy #3
Re: <p> question
Try using <b></b> (line break) instead of paragraph
"Moydock" <webforumsuser@macromedia.com> wrote in message
news:e73m24$kss$1@forums.macromedia.com...between> Every time I use <p></p> to go to the next line it creates a big gapit but> the elements. I can get them to show together in dreamweaver if I removeknow> then when I test in a browser it shows them all on the same line. Anyone> what's up?
>
Judy Guest
-
Murray *ACE* #4
Re: <p> question
<b> is bold. <br> is linebreak. Neither are optimal for this purpose 8).
Using CSS to control the paragraph margins allows the text to continue to
flow left to right, since it is still within a paragraph.
--
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
==================
"Judy" <someone@microsoft.com> wrote in message
news:e75nt2$4fg$1@forums.macromedia.com...> Try using <b></b> (line break) instead of paragraph
>
> "Moydock" <webforumsuser@macromedia.com> wrote in message
> news:e73m24$kss$1@forums.macromedia.com...> between>> Every time I use <p></p> to go to the next line it creates a big gap> it but>> the elements. I can get them to show together in dreamweaver if I remove> know>> then when I test in a browser it shows them all on the same line. Anyone>>> what's up?
>>
>
Murray *ACE* Guest



Reply With Quote

