PDA

View Full Version : would like to be rid of baggy excess border on website


holmesboy
12-08-2003, 09:58 AM
...just spent the last couple of days uploading the website & playing with the publishing properties in the hope of loosing the baggy excess border that surrounds the site. think i have tryed every option on the window & html alignment. Do you have any ideas? (working on flash mx, publishing on flash 5) not too hot at understanding anything to do with script, so please go gently with me!

Billy T
12-08-2003, 10:00 AM
you want it to stretch to fill the browser window? Try to be a little more specific

cheers

holmesboy
12-08-2003, 10:22 AM
sorry, thought i'd sent something but uhmmm? still feeling my way around the navigation.

in response to the question, it would be great if i could go with the full frame but the problem is a little more simple than that. there seems to be a white border around the site that i canne ditch, have tryed all the allignment preferences etc

regards

Billy T
12-08-2003, 05:34 PM
thin or thick? could be a number of things...try setting the margins to 0 in the html body tag...post a screengrab of the problem

cheers

Mortimer Jazz
12-09-2003, 05:28 PM
<BODY MARGINWIDTH="0" MARGINHEIGHT="0" LEFTMARGIN="0" RIGHTMARGIN="0" TOPMARGIN="0" BOTTOMMARGIN="0">

This should get rid of it in all browsers :)