Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

lineing a flashClip up with the rest of my page

Status
Not open for further replies.

canix

Technical User
Jun 1, 2000
41
US
I have a flash clip acting as a toolbar of sorts at the the top of my page. I want to line up and match a table to the bottom of it so that it looks like one large coloumn. Now my prob is that I have a cute little line of space between the bottom of the clip and the top of the table. Now I have tried a few HTML tricks, so What I wonder is if flash puts a margin around itself or something to that effect...

Anything I can get will be a help.

Thanx
CaNiX Those who seek me, must first seek the storm and the wolf who lerks within it.
 
Try adding the following to your <body> tag:
Code:
<BODY bgcolor=&quot;#000000&quot; MARGINHEIGHT=&quot;0&quot; MARGINWIDTH=&quot;0&quot; TOPMARGIN=&quot;0&quot; LEFTMARGIN=&quot;0&quot; RIGHTMARGIN=&quot;0&quot; BOTTOMMARGIN=&quot;0&quot; SCROLL=&quot;NO&quot;>

SCROLL = &quot;NO&quot; is for eliminating the scrollbar if you don't need it.

You can also embed your Flash movie itself in a table.

Regards,
new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top