Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Kashi* webforumsuser@macromedia.com #1
Margin errors
Hi.
I'm working on a site and keep getting Margin width and height errors.
I'm testing the pages and they appear to be ok i n IE5-6 but in Netscape
the margins seem to disappear.
Any incite at all would be great!
Thanks for your time!
[url]http://www.abrilliantbasket.com/temp/[/url]
kashi*
Kashi* webforumsuser@macromedia.com Guest
-
Unwanted margin-top and margin-bottom styles
Editing a template-based page in Contribute CS3, there is no List Properties option (Help file says "Note: This option is not available for... -
Negative margin
Hello, I just tested a new layout (css and html validated of course), that use negative margin. No editing possible in Contribute. Has the... -
pdf margin limit?
I have been able to produce pdf versions(Acrobat 4.0) of documents that I have created in FrameMaker 6(OS9-G4) and am pleased with the results. And I... -
How to eliminate margin
On a page I have a table with a single <tr> & <td> containing a flash movie and some graphics. With the flash file, there is a 3-4 pixel white space... -
Bottom margin help?
No matter what I seem to do I cant get rid of a margin on the bottom of the page. It is only a few pixels, but I need to get rid of it. Any... -
Murray *TMM* #2
Re: Margin errors
Kashi:
Link to an external stylesheet (using DW's CSS editor), or embed a
stylesheet in your code (between <head> and </head>) with the following
style in it (embedded shown for cut-n-paste convenience) (assuming you want
zero margins) -
<style type="text/css">
<!--
body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left:
0px; padding:0px; }
-->
</style>
you could also try
body { margin : 0px 0px 0px 0px; padding:0px; }
or
body { margin : 0px; padding:0px; }
as a shorthand method.
This will take care of the margins in IE4+ and NN6. To take care of NN4x,
you will need to use MODIFY | Page Properties... and set the two right hand
margin fields (marginwidth and marginheight) to 0.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Kashi*" <webforumsuser@macromedia.com> wrote in message
news:beugc3$cse$1@forums.macromedia.com...> Hi.
>
> I'm working on a site and keep getting Margin width and height errors.
> I'm testing the pages and they appear to be ok i n IE5-6 but in Netscape
> the margins seem to disappear.
>
> Any incite at all would be great!
> Thanks for your time!
>
> [url]http://www.abrilliantbasket.com/temp/[/url]
>
> kashi*
>
>
Murray *TMM* Guest



Reply With Quote

