Click to See Complete Forum and Search --> : Actice X White Space in webpage
3fprthemoney
11-29-2006, 12:46 PM
Take a look at this site: www.tomorrowstaxservice.com
Is there a way to eliminate the area of "whitespace" that is outlined in the Active X area. I want to place a background color for the page but I can not because of the large area of whitespace that surronds the swf file.
I just want to be able insert just the swf file so it fits into a table without having the blank white area around the file.
Thanks.
blanius
11-29-2006, 01:02 PM
make a smaller table cell to hold the flash.....
3fprthemoney
11-29-2006, 02:01 PM
I have tried that but the problem appears to be with the actual swf file. I have adjusted the size of the cell and the swf. file but the "white active x" area still surrounds the file. I am using Frontpage 2003 if that helps.
Is there a way to edit this is koolmoves.
Bob Hartzell
11-29-2006, 02:15 PM
Add LEFTMARGIN="0" MARGINWIDTH="0" TOPMARGIN="0" MARGINHEIGHT="0" to the <Body tag
3fprthemoney
11-29-2006, 02:28 PM
Where do I need to place this? I typed it beside the body tag and the text just appeared on the page.
Here is the original code for the page:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Tomorrow's Tax Service</title>
<bgsound src="typewriter.wav" loop="1">
<meta name="keywords" content="Tax Preparation, Tampa, Saint Petersburg, Hampton Roads, Virginia, Florida">
<meta name="description" content="Tax Preparation, Tampa, Saint Petersburg, Hampton Roads, Virginia, Florida">
</head>
<body>
<table border="0" width="100%" id="table1" bgcolor="#FFFFFF">
<tr>
<td width="900%" height="600%">
<p align="center">
<embed width="900" height="600" src="tomorrows%20tax%20service.swf" align="middle"></td>
</tr>
<tr>
<td>
<p align="center">
<font size="2">Website Created and Maintained by
<a target="_blank" href="http://www.indigocg.com/">Indigo Consulting Group</a><br>
Any questions and concerns should be directed to
<a href="mailto:webmaster@indigocg.com">webmaster@indigocg.com</a><br>
<a target="_blank" href="http://www.indigocg.com">www.indigocg.com</a> for your web
design needs</font></td>
</tr>
</table>
</body>
</html>
Bob Hartzell
11-29-2006, 04:47 PM
<body Leftmargin="0" Marginwidth="0" Topmargin="0" Marginheight="0">
Stoke Laurie
11-29-2006, 05:49 PM
Can I suggest that you use pre-loaders on this and all your example sites, as some take a while to load with no indication of what to expect.
blanius
11-29-2006, 06:04 PM
I guess I'm not understanding this. You have a table with 100% cell and the flash is in that. So yeah there's whitespace. Set the size of the cell to the same as the flash. This is pretty basic layout stuff. If you want that INSIDE another table cell that's fine that one can be 100% to keep it centered like you have it now.
And even if you can't do that set the background color of the page and then set the tables bg color the same, visibly it will be the same.
Stoke Laurie
11-29-2006, 06:18 PM
Open your page in your HTML editor - frontpage will do, and remove the cell padding and cell spacing.
blanius
11-29-2006, 06:28 PM
OK here:Took 30 seconds in Dreamweaver.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Tomorrow's Tax Service</title>
<bgsound src="typewriter.wav" loop="1">
<meta name="keywords" content="Tax Preparation, Tampa, Saint Petersburg, Hampton Roads, Virginia, Florida">
<meta name="description" content="Tax Preparation, Tampa, Saint Petersburg, Hampton Roads, Virginia, Florida">
</head>
<body bgcolor="#00FF66">
<table border="0" width="100%" id="table1" bgcolor="#00FF66">
<!--DWLayoutTable-->
<tr>
<td width="174" height="602"> </td>
<td width="900" valign="top">
<p align="center">
<embed width="900" height="600" src="tomorrows%20tax%20service.swf" align="middle"></td>
<td width="126"> </td>
</tr>
<tr>
<td height="47" colspan="3">
<p align="center">
<font size="2">Website Created and Maintained by
<a target="_blank" href="http://www.indigocg.com/">Indigo Consulting Group</a><br>
Any questions and concerns should be directed to
<a href="mailto:webmaster@indigocg.com">webmaster@indigocg.com</a><br>
<a target="_blank" href="http://www.indigocg.com">www.indigocg.com</a> for your web
design needs</font></td>
</tr>
</table>
</body>
</html>
This kind of question is probably best answered in the HTML/Javascript forum http://board.flashkit.com/board/forumdisplay.php?f=103 .
flashkit.com
Copyright WebMediaBrands Inc., All Rights Reserved.