browser problem help please!!

windows

Guest
ok so i have a site in which when i click on the text "enter here" another browser window shows up just how i want it 600x400....the problem is my swf file in there is off centered and off to the right...why is it doing this!!!??<br />
can someone please help me<br />
<br />
check it out for yourself and see if you see what im saying, any help would be appreciated thanx<br />
danny<br />
<br />
My homepage (<!-- m --><a class="postlink" href="http://www.angelfire.com/nj4/dannyswork">http://www.angelfire.com/nj4/dannyswork</a><!-- m -->)<!--content-->The first thing I would do is make the new window larger than the contents (maybe 700 X 500) and see if the problem is caused by padding/border/margin/whitespace/whatever issues.<br />
Then I would try to get the contents to butt up to the top-left corner, then just resize the window to it's original size.<!--content-->Did you use tables to center the flash?<br />
<br />
If so, it's possibly creating the problem.<br />
<br />
Make sure your td tags are NEXT to each other like this:<br />
<br />
<table><br />
<tr><br />
<td>content - keep everything on the same line in the td's</td><br />
</tr><br />
</table><br />
<br />
and NOT:<br />
<br />
<table><br />
<tr><br />
<td><br />
content<br />
</td><br />
</tr><br />
</table><br />
<br />
<br />
<br />
Gandalf<br />
:D<!--content-->
 
Back
Top