all groups > flash (macromedia) > july 2003 >
You're in the

flash (macromedia)

group:

gutters, every place I look I see gutter! Help!


Re: gutters, every place I look I see gutter! Help! Reuben King
7/25/2003 1:25:36 PM
flash (macromedia): "Kevin_E" webforumsuser@macromedia.com <"Kevin_E"
[quoted text, click to view]

Yes, you need to set the body margins to zero using css.. something like
this:
<style>
body {
margin: 0px;
}
Re: gutters, every place I look I see gutter! Help! Reuben King
7/25/2003 1:33:46 PM
"DamonMath" webforumsuser@macromedia.com <"DamonMath"
[quoted text, click to view]

gutters, every place I look I see gutter! Help! Kevin_E
7/25/2003 8:17:09 PM
Hello,

I just published my first all flash web page. It all works well but I cant get rid of the gutters that are around the page. Is there code that I need to put in the HTML doc to get rid of these gutters?

Thanks,
Kevin


Re: gutters, every place I look I see gutter! Help! DamonMath
7/25/2003 8:28:56 PM
By gutters do you mean the white space on the top and left?

If so, place this code into your body tag of your html document:

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

By default an html document starts 5 pixels from the top and 5 pixels from the left. By adding the bolded items above into your body tag with the rest of the items already there, you will eliminate this 5 pixel by 5 pixel problem.

Hope this helps!

:)


Re: gutters, every place I look I see gutter! Help! Kevin_E
7/25/2003 8:40:00 PM
that fixed it! thank you!!!!

AddThis Social Bookmark Button