PDA

View Full Version : dreamweaver extra space



IAmMakaVeli
June 2nd, 2002, 07:29 PM
ok i'm new to dreamweaver as well. when i import my flash swf file and preview it in IE, there is a huge gap on the left. i was wondering how to get rid of it. thx for help :laughing

:smokin: scott

flatline damnation
June 3rd, 2002, 09:06 AM
See that the movie is not centered.
If it's not, make sure it's not inside a table.
If it's not, include this in the body tag:


<body leftmargin=0 topmargin=0>

IAmMakaVeli
June 3rd, 2002, 04:10 PM
ok, i don't know where to put that...please tell me...
thx
:smokin: scott

flatline damnation
June 3rd, 2002, 11:33 PM
I told you, in the body tag. Don't you know what a body tag is? It's in the HTML page where your movie is in.
Every HTML page consists of the following format:


<html>
<body>
Contents of the page
</body>
</html>

So where you see the <body> you need to write <body leftmargin=0 topmargin=0>
You can do the same for rightmargin, bottommargin and so on, the numbers tell the distance from the edge of the page.

Kapice?

eyezberg
June 4th, 2002, 01:18 AM
or go to modify/page properties (in the menu), and put the zeroes into the 4 fields there; rename the page (give it a title) while you're there, this is the place where you modify all the general page properties: background color, text color, link color and so on..