HighDots Forums  

white space in Netscape

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss white space in Netscape in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
M. Smit
 
Posts: n/a

Default white space in Netscape - 07-03-2004 , 04:44 AM






Hi,

There is a little white space under my flash movie in Netscape which don't
appear in IE. Is there some script available that will fix this?

Gr. M. Smit



Reply With Quote
  #2  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: white space in Netscape - 07-03-2004 , 05:03 AM






M. Smit wrote:

Quote:
Hi,

There is a little white space under my flash movie in Netscape which don't
appear in IE. Is there some script available that will fix this?

Gr. M. Smit


URL?

Guess: go into code and make sure the closing tags </embed> and
</object> (I don't recall if they're in that oredr - maybe reversed) are
flush together and not on different lines.

Not like this:

</embed>
</object>

But like this:
</embed></object>



--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_engine_optimization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
  #3  
Old   
M. Smit
 
Posts: n/a

Default Re: white space in Netscape - 07-03-2004 , 08:29 AM



here is the url of the page where the flash movie is in:
http://www.fcboszoom.nl/html/leftframe.htm

Thanks already!

M. Smit



"Dan Vendel *GOF*" <see_my_signature_ (AT) _the_bottom_of_the_post (DOT) org> schreef
in bericht news:cc5spg$sjq$2 (AT) forums (DOT) macromedia.com...
Quote:
M. Smit wrote:

Hi,

There is a little white space under my flash movie in Netscape which
don't
appear in IE. Is there some script available that will fix this?

Gr. M. Smit



URL?

Guess: go into code and make sure the closing tags </embed> and
/object> (I don't recall if they're in that oredr - maybe reversed) are
flush together and not on different lines.

Not like this:

/embed
/object

But like this:
/embed></object



--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_engine_optimization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html



Reply With Quote
  #4  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: white space in Netscape - 07-03-2004 , 08:34 AM



M. Smit wrote:

Quote:
here is the url of the page where the flash movie is in:
http://www.fcboszoom.nl/html/leftframe.htm
Well, as I wrote:
Your code looks:
</embed> </object> with space between the tags

Make it look </embed></object> and see what happens

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_engine_optimization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
  #5  
Old   
M. Smit
 
Posts: n/a

Default Re: white space in Netscape - 07-03-2004 , 08:50 AM



For some reason it still didn't work when I removed the white space between
the tags. I solved it by giving the table cell where the flash movie is in
the same blue background color instead of no background color.

Thanks anyway!

Gr. M. mit

"Dan Vendel *GOF*" <see_my_signature_ (AT) _the_bottom_of_the_post (DOT) org> schreef
in bericht news:cc695c$mnq$2 (AT) forums (DOT) macromedia.com...
Quote:
M. Smit wrote:

here is the url of the page where the flash movie is in:
http://www.fcboszoom.nl/html/leftframe.htm

Well, as I wrote:
Your code looks:
/embed> </object> with space between the tags

Make it look </embed></object> and see what happens

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_engine_optimization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html



Reply With Quote
  #6  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: white space in Netscape - 07-03-2004 , 08:59 AM



M. Smit wrote:

Quote:
For some reason it still didn't work when I removed the white space between
the tags. I solved it by giving the table cell where the flash movie is in
the same blue background color instead of no background color.
You also have space between the </object> and </td> at the end. Plus
that you have an empty cell right under:
<td>&nbsp;</td>

Remove the space:
</object> </td>

To become:
</object></td>

And delete the empty cell or at least take out the non-breaking space in
it (looks: &nbsp

If neither works, try put this in the head of the page:

<style type="text/css">
<!--
object {
margin: 0px;
padding: 0px;
}
-->
</style>


--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_engine_optimization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.