Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
ladyferns #1
default html code for enter key
Hi,
I'm a web developer and my company prefers that I use two <br> tags for
paragraphs rather than using the <p> tags. There is more control over spacing
with two breaks. Is there any way to make Dreamweaver insert two <br> tags
when I am using dreamweaver in design view?
Thanks
ladyferns Guest
-
Generating HTML code in the code-behind
Can I do this? I'm playing with AJAX, and it occurred to me that it'd be a lot easier to make changes to a control on the server, grab the HTML... -
default html button
Hi everyone, On a html page I have some input boxes and few buttons. On that page if user hits ENTER key at any time, it will have a specific to... -
CODE - using on (release, keyPress "<Enter>")
on (release, keyPress "<Enter>") { if (Picked == c2) { blah blah anyway.. this is on the submit question button in a quiz.. trouble is -... -
Default Button to Catch <ENTER> key
Hi, It's a login screen, so users enter their ID/Password and hit <ENTER> instead of clicking on Login button. But when they hit <ENTER> an... -
where do u enter registration code 4 dreamweaver
where do u enter registration code 4 dreamweaver like im confused if u could help id appriciate it thanx :) -
laksinu #2
Re: default html code for enter key
SHIFT+ENTER to insert a <br> in design view
laksinu Guest
-
Murray *TMM* #3
Re: default html code for enter key
Your company is loopy.
Using two consecutive breaks does this -
1. It removes the semantic sense of the paragraph markup
2. If forces the text to break at that point regardless of how the page
width would cause it to flow - this is usually ugly
You can control the spacing between two paragraphs to the pixel if you use
CSS and adjust the inherent margins on the paragraph tag, e.g.,
p { margin-top:0; margin-bottom:0; }
These paragraphs will be immendiately adjacent on the page....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(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
==================
"ladyferns" <webforumsuser@macromedia.com> wrote in message
news:dmga0o$t88$1@forums.macromedia.com...> Hi,
> I'm a web developer and my company prefers that I use two <br> tags for
> paragraphs rather than using the <p> tags. There is more control over
> spacing
> with two breaks. Is there any way to make Dreamweaver insert two <br>
> tags
> when I am using dreamweaver in design view?
> Thanks
>
Murray *TMM* Guest
-



Reply With Quote


