(Msg. 1) Posted: Thu Jul 31, 2008 2:02 pm
Post subject: White space on third party browsers. Archived from groups: microsoft>public>frontpage>programming (more info?)
Good Day;
I have nailed the proper display of the web site's window in all versions of
Microsoft's Internet Explorer, but with all of the third pary browsers:
Firefox, Netscape, Opera and Mac, white space is displayed on the top and
bottom. I know it is a Microsoft world, but my brother uses Macs in his
office and most of his client's are in California (Apple Country), so I need
to have it display properly in all browsers. Besides it is good form and a
nice skill to learn!
(Msg. 2) Posted: Thu Jul 31, 2008 8:02 pm
Post subject: Re: White space on third party browsers. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Move the padding setting from the image tag to the td tag that holds the image
"Sixbells" <Sixbells DeleteThis @discussions.microsoft.com> wrote in message
news:3BF48B4A-759F-4A6E-9136-2573835E0F25@microsoft.com...
> Good Day;
> I have nailed the proper display of the web site's window in all versions of
> Microsoft's Internet Explorer, but with all of the third pary browsers:
> Firefox, Netscape, Opera and Mac, white space is displayed on the top and
> bottom. I know it is a Microsoft world, but my brother uses Macs in his
> office and most of his client's are in California (Apple Country), so I need
> to have it display properly in all browsers. Besides it is good form and a
> nice skill to learn!
>
> The site is: http://www.flatsquirrel.us/MWN >
> Thanks in Advance.
> --
> Many Regards and Thank You,
> Sixbells
(Msg. 3) Posted: Fri Aug 01, 2008 1:45 pm
Post subject: Re: White space on third party browsers. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thanks Steve I will give it a try! You guys are great!
--
Many Regards and Thank You,
Sixbells
"Steve Easton" wrote:
> Move the padding setting from the image tag to the td tag that holds the image
>
> Try changing this:
> <img width="390" style="border: 1px solid rgb(153, 153, 102); padding: 0px;"
> src="images/GoldenGateBridge-390x706.jpg"/>
> to:
> <img width="390" style="border: 1px solid rgb(153, 153, 102); " src="images/GoldenGateBridge-390x706.jpg"/>
>
> and this:
> <td nowrap="" bgcolor="#ffffff" align="left" width="392" rowspan="4">
>
> to:
> <td nowrap="" style="padding: 0px;" bgcolor="#ffffff" align="left" width="392" rowspan="4">
>
> You can get rid of nowrap="" also
>
>
> --
>
> Steve Easton
> Microsoft MVP FrontPage
> FP Cleaner
> http://www.95isalive.com/fixes/fpclean.htm > Hit Me FP
> http://www.95isalive.com/fixes/HitMeFP.htm >
>
> "Sixbells" <Sixbells.RemoveThis@discussions.microsoft.com> wrote in message
> news:3BF48B4A-759F-4A6E-9136-2573835E0F25@microsoft.com...
> > Good Day;
> > I have nailed the proper display of the web site's window in all versions of
> > Microsoft's Internet Explorer, but with all of the third pary browsers:
> > Firefox, Netscape, Opera and Mac, white space is displayed on the top and
> > bottom. I know it is a Microsoft world, but my brother uses Macs in his
> > office and most of his client's are in California (Apple Country), so I need
> > to have it display properly in all browsers. Besides it is good form and a
> > nice skill to learn!
> >
> > The site is: http://www.flatsquirrel.us/MWN > >
> > Thanks in Advance.
> > --
> > Many Regards and Thank You,
> > Sixbells
>
>
>
(Msg. 4) Posted: Fri Aug 01, 2008 3:19 pm
Post subject: Still Open - White space on third party browsers. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
I tried the code change as scripted below with No Joy, it still has the same
white space on the top and bottom sides...
Also I can only test with IE 7.0, but the client claims that the white space
described above happens on her IE 6.0? Anyway, still having the same
problems with Opera, Firefox, Netscape and Macs. BUMMER!!
--
Many Regards and Thank You,
Sixbells
+++++++++++++++++++++++++++++++++++
"Sixbells" wrote:
> Thanks Steve I will give it a try! You guys are great!
> --
> Many Regards and Thank You,
> Sixbells
>
>
> "Steve Easton" wrote:
>
> > Move the padding setting from the image tag to the td tag that holds the image
> >
> > Try changing this:
> > <img width="390" style="border: 1px solid rgb(153, 153, 102); padding: 0px;"
> > src="images/GoldenGateBridge-390x706.jpg"/>
> > to:
> > <img width="390" style="border: 1px solid rgb(153, 153, 102); " src="images/GoldenGateBridge-390x706.jpg"/>
> >
> > and this:
> > <td nowrap="" bgcolor="#ffffff" align="left" width="392" rowspan="4">
> >
> > to:
> > <td nowrap="" style="padding: 0px;" bgcolor="#ffffff" align="left" width="392" rowspan="4">
> >
> > You can get rid of nowrap="" also
> >
> >
> > --
> >
> > Steve Easton
> > Microsoft MVP FrontPage
> > FP Cleaner
> > http://www.95isalive.com/fixes/fpclean.htm > > Hit Me FP
> > http://www.95isalive.com/fixes/HitMeFP.htm > >
> >
> > "Sixbells" <Sixbells.DeleteThis@discussions.microsoft.com> wrote in message
> > news:3BF48B4A-759F-4A6E-9136-2573835E0F25@microsoft.com...
> > > Good Day;
> > > I have nailed the proper display of the web site's window in all versions of
> > > Microsoft's Internet Explorer, but with all of the third pary browsers:
> > > Firefox, Netscape, Opera and Mac, white space is displayed on the top and
> > > bottom. I know it is a Microsoft world, but my brother uses Macs in his
> > > office and most of his client's are in California (Apple Country), so I need
> > > to have it display properly in all browsers. Besides it is good form and a
> > > nice skill to learn!
> > >
> > > The site is: http://www.flatsquirrel.us/MWN > > >
> > > Thanks in Advance.
> > > --
> > > Many Regards and Thank You,
> > > Sixbells
> >
> >
> >
(Msg. 5) Posted: Sat Aug 02, 2008 4:16 am
Post subject: Re: Still Open - White space on third party browsers. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Set your page margins to 0
Or add a style
body {margin:0px;}
--
_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________
"Sixbells" <Sixbells.DeleteThis@discussions.microsoft.com> wrote in message news:14C4544A-E565-428D-9FB6-8C4C83217A1F@microsoft.com...
|I tried the code change as scripted below with No Joy, it still has the same
| white space on the top and bottom sides...
|
| Also I can only test with IE 7.0, but the client claims that the white space
| described above happens on her IE 6.0? Anyway, still having the same
| problems with Opera, Firefox, Netscape and Macs. BUMMER!!
| --
| Many Regards and Thank You,
| Sixbells
| +++++++++++++++++++++++++++++++++++
|
| "Sixbells" wrote:
|
| > Thanks Steve I will give it a try! You guys are great!
| > --
| > Many Regards and Thank You,
| > Sixbells
| >
| >
| > "Steve Easton" wrote:
| >
| > > Move the padding setting from the image tag to the td tag that holds the image
| > >
| > > Try changing this:
| > > <img width="390" style="border: 1px solid rgb(153, 153, 102); padding: 0px;"
| > > src="images/GoldenGateBridge-390x706.jpg"/>
| > > to:
| > > <img width="390" style="border: 1px solid rgb(153, 153, 102); " src="images/GoldenGateBridge-390x706.jpg"/>
| > >
| > > and this:
| > > <td nowrap="" bgcolor="#ffffff" align="left" width="392" rowspan="4">
| > >
| > > to:
| > > <td nowrap="" style="padding: 0px;" bgcolor="#ffffff" align="left" width="392" rowspan="4">
| > >
| > > You can get rid of nowrap="" also
| > >
| > >
| > > --
| > >
| > > Steve Easton
| > > Microsoft MVP FrontPage
| > > FP Cleaner
| > > http://www.95isalive.com/fixes/fpclean.htm | > > Hit Me FP
| > > http://www.95isalive.com/fixes/HitMeFP.htm | > >
| > >
| > > "Sixbells" <Sixbells.DeleteThis@discussions.microsoft.com> wrote in message
| > > news:3BF48B4A-759F-4A6E-9136-2573835E0F25@microsoft.com...
| > > > Good Day;
| > > > I have nailed the proper display of the web site's window in all versions of
| > > > Microsoft's Internet Explorer, but with all of the third pary browsers:
| > > > Firefox, Netscape, Opera and Mac, white space is displayed on the top and
| > > > bottom. I know it is a Microsoft world, but my brother uses Macs in his
| > > > office and most of his client's are in California (Apple Country), so I need
| > > > to have it display properly in all browsers. Besides it is good form and a
| > > > nice skill to learn!
| > > >
| > > > The site is: http://www.flatsquirrel.us/MWN | > > >
| > > > Thanks in Advance.
| > > > --
| > > > Many Regards and Thank You,
| > > > Sixbells
| > >
| > >
| > >
(Msg. 6) Posted: Sat Aug 02, 2008 4:06 pm
Post subject: Re: Still Open - White space on third party browsers. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Hi,
try adding
td{
vertical-align:top;
}
to your stylesheet - that will push the big images on the left up to the top
of your table so losing the white space at the top in FF. You could also
lose the height on the table completely and let the image expand the table
vertically - tables were never supposed to have heights set so it's not a
good idea to do so.
Cheers,
Jon
"Sixbells" <Sixbells.RemoveThis@discussions.microsoft.com> wrote in message
news:14C4544A-E565-428D-9FB6-8C4C83217A1F@microsoft.com...
>I tried the code change as scripted below with No Joy, it still has the
>same
> white space on the top and bottom sides...
>
> Also I can only test with IE 7.0, but the client claims that the white
> space
> described above happens on her IE 6.0? Anyway, still having the same
> problems with Opera, Firefox, Netscape and Macs. BUMMER!!
> --
> Many Regards and Thank You,
> Sixbells
> +++++++++++++++++++++++++++++++++++
>
> "Sixbells" wrote:
>
>> Thanks Steve I will give it a try! You guys are great!
>> --
>> Many Regards and Thank You,
>> Sixbells
>>
>>
>> "Steve Easton" wrote:
>>
>> > Move the padding setting from the image tag to the td tag that holds
>> > the image
>> >
>> > Try changing this:
>> > <img width="390" style="border: 1px solid rgb(153, 153, 102); padding:
>> > 0px;"
>> > src="images/GoldenGateBridge-390x706.jpg"/>
>> > to:
>> > <img width="390" style="border: 1px solid rgb(153, 153, 102); "
>> > src="images/GoldenGateBridge-390x706.jpg"/>
>> >
>> > and this:
>> > <td nowrap="" bgcolor="#ffffff" align="left" width="392" rowspan="4">
>> >
>> > to:
>> > <td nowrap="" style="padding: 0px;" bgcolor="#ffffff" align="left"
>> > width="392" rowspan="4">
>> >
>> > You can get rid of nowrap="" also
>> >
>> >
>> > --
>> >
>> > Steve Easton
>> > Microsoft MVP FrontPage
>> > FP Cleaner
>> > http://www.95isalive.com/fixes/fpclean.htm >> > Hit Me FP
>> > http://www.95isalive.com/fixes/HitMeFP.htm >> >
>> >
>> > "Sixbells" <Sixbells.RemoveThis@discussions.microsoft.com> wrote in message
>> > news:3BF48B4A-759F-4A6E-9136-2573835E0F25@microsoft.com...
>> > > Good Day;
>> > > I have nailed the proper display of the web site's window in all
>> > > versions of
>> > > Microsoft's Internet Explorer, but with all of the third pary
>> > > browsers:
>> > > Firefox, Netscape, Opera and Mac, white space is displayed on the top
>> > > and
>> > > bottom. I know it is a Microsoft world, but my brother uses Macs in
>> > > his
>> > > office and most of his client's are in California (Apple Country), so
>> > > I need
>> > > to have it display properly in all browsers. Besides it is good form
>> > > and a
>> > > nice skill to learn!
>> > >
>> > > The site is: http://www.flatsquirrel.us/MWN >> > >
>> > > Thanks in Advance.
>> > > --
>> > > Many Regards and Thank You,
>> > > Sixbells
>> >
>> >
>> >
(Msg. 7) Posted: Sat Aug 02, 2008 4:06 pm
Post subject: Re: Still Open - White space on third party browsers. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thanks Jon, it worked for my Index and Contact Us pages, but I will still
have to noodle with the Lawyers pages, as I am still getting the white space
on top and bottom with third party browsers. I will keep at it, if you have
any other suggestions I would appreciate it of course!
--
Many Regards and Thank You,
Sixbells
"Jon Spivey" wrote:
> Hi,
> try adding
> td{
> vertical-align:top;
> }
> to your stylesheet - that will push the big images on the left up to the top
> of your table so losing the white space at the top in FF. You could also
> lose the height on the table completely and let the image expand the table
> vertically - tables were never supposed to have heights set so it's not a
> good idea to do so.
>
> Cheers,
> Jon
>
> "Sixbells" <Sixbells.TakeThisOut@discussions.microsoft.com> wrote in message
> news:14C4544A-E565-428D-9FB6-8C4C83217A1F@microsoft.com...
> >I tried the code change as scripted below with No Joy, it still has the
> >same
> > white space on the top and bottom sides...
> >
> > Also I can only test with IE 7.0, but the client claims that the white
> > space
> > described above happens on her IE 6.0? Anyway, still having the same
> > problems with Opera, Firefox, Netscape and Macs. BUMMER!!
> > --
> > Many Regards and Thank You,
> > Sixbells
> > +++++++++++++++++++++++++++++++++++
> >
> > "Sixbells" wrote:
> >
> >> Thanks Steve I will give it a try! You guys are great!
> >> --
> >> Many Regards and Thank You,
> >> Sixbells
> >>
> >>
> >> "Steve Easton" wrote:
> >>
> >> > Move the padding setting from the image tag to the td tag that holds
> >> > the image
> >> >
> >> > Try changing this:
> >> > <img width="390" style="border: 1px solid rgb(153, 153, 102); padding:
> >> > 0px;"
> >> > src="images/GoldenGateBridge-390x706.jpg"/>
> >> > to:
> >> > <img width="390" style="border: 1px solid rgb(153, 153, 102); "
> >> > src="images/GoldenGateBridge-390x706.jpg"/>
> >> >
> >> > and this:
> >> > <td nowrap="" bgcolor="#ffffff" align="left" width="392" rowspan="4">
> >> >
> >> > to:
> >> > <td nowrap="" style="padding: 0px;" bgcolor="#ffffff" align="left"
> >> > width="392" rowspan="4">
> >> >
> >> > You can get rid of nowrap="" also
> >> >
> >> >
> >> > --
> >> >
> >> > Steve Easton
> >> > Microsoft MVP FrontPage
> >> > FP Cleaner
> >> > http://www.95isalive.com/fixes/fpclean.htm > >> > Hit Me FP
> >> > http://www.95isalive.com/fixes/HitMeFP.htm > >> >
> >> >
> >> > "Sixbells" <Sixbells.TakeThisOut@discussions.microsoft.com> wrote in message
> >> > news:3BF48B4A-759F-4A6E-9136-2573835E0F25@microsoft.com...
> >> > > Good Day;
> >> > > I have nailed the proper display of the web site's window in all
> >> > > versions of
> >> > > Microsoft's Internet Explorer, but with all of the third pary
> >> > > browsers:
> >> > > Firefox, Netscape, Opera and Mac, white space is displayed on the top
> >> > > and
> >> > > bottom. I know it is a Microsoft world, but my brother uses Macs in
> >> > > his
> >> > > office and most of his client's are in California (Apple Country), so
> >> > > I need
> >> > > to have it display properly in all browsers. Besides it is good form
> >> > > and a
> >> > > nice skill to learn!
> >> > >
> >> > > The site is: http://www.flatsquirrel.us/MWN > >> > >
> >> > > Thanks in Advance.
> >> > > --
> >> > > Many Regards and Thank You,
> >> > > Sixbells
> >> >
> >> >
> >> >
>
>
>
(Msg. 8) Posted: Sun Aug 03, 2008 6:54 pm
Post subject: Re: Still Open - White space on third party browsers. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Select that cell that contains the lawyers image, set the VAlign to "top"
--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
"Sixbells" <Sixbells RemoveThis @discussions.microsoft.com> wrote in message
news:CF6B17F9-0712-497C-840E-138637FABFE0@microsoft.com...
> Thanks Jon, it worked for my Index and Contact Us pages, but I will still
> have to noodle with the Lawyers pages, as I am still getting the white
> space
> on top and bottom with third party browsers. I will keep at it, if you
> have
> any other suggestions I would appreciate it of course!
> --
> Many Regards and Thank You,
> Sixbells
>
>
> "Jon Spivey" wrote:
>
>> Hi,
>> try adding
>> td{
>> vertical-align:top;
>> }
>> to your stylesheet - that will push the big images on the left up to the
>> top
>> of your table so losing the white space at the top in FF. You could also
>> lose the height on the table completely and let the image expand the
>> table
>> vertically - tables were never supposed to have heights set so it's not a
>> good idea to do so.
>>
>> Cheers,
>> Jon
>>
>> "Sixbells" <Sixbells RemoveThis @discussions.microsoft.com> wrote in message
>> news:14C4544A-E565-428D-9FB6-8C4C83217A1F@microsoft.com...
>> >I tried the code change as scripted below with No Joy, it still has the
>> >same
>> > white space on the top and bottom sides...
>> >
>> > Also I can only test with IE 7.0, but the client claims that the white
>> > space
>> > described above happens on her IE 6.0? Anyway, still having the same
>> > problems with Opera, Firefox, Netscape and Macs. BUMMER!!
>> > --
>> > Many Regards and Thank You,
>> > Sixbells
>> > +++++++++++++++++++++++++++++++++++
>> >
>> > "Sixbells" wrote:
>> >
>> >> Thanks Steve I will give it a try! You guys are great!
>> >> --
>> >> Many Regards and Thank You,
>> >> Sixbells
>> >>
>> >>
>> >> "Steve Easton" wrote:
>> >>
>> >> > Move the padding setting from the image tag to the td tag that holds
>> >> > the image
>> >> >
>> >> > Try changing this:
>> >> > <img width="390" style="border: 1px solid rgb(153, 153, 102);
>> >> > padding:
>> >> > 0px;"
>> >> > src="images/GoldenGateBridge-390x706.jpg"/>
>> >> > to:
>> >> > <img width="390" style="border: 1px solid rgb(153, 153, 102); "
>> >> > src="images/GoldenGateBridge-390x706.jpg"/>
>> >> >
>> >> > and this:
>> >> > <td nowrap="" bgcolor="#ffffff" align="left" width="392"
>> >> > rowspan="4">
>> >> >
>> >> > to:
>> >> > <td nowrap="" style="padding: 0px;" bgcolor="#ffffff" align="left"
>> >> > width="392" rowspan="4">
>> >> >
>> >> > You can get rid of nowrap="" also
>> >> >
>> >> >
>> >> > --
>> >> >
>> >> > Steve Easton
>> >> > Microsoft MVP FrontPage
>> >> > FP Cleaner
>> >> > http://www.95isalive.com/fixes/fpclean.htm >> >> > Hit Me FP
>> >> > http://www.95isalive.com/fixes/HitMeFP.htm >> >> >
>> >> >
>> >> > "Sixbells" <Sixbells RemoveThis @discussions.microsoft.com> wrote in message
>> >> > news:3BF48B4A-759F-4A6E-9136-2573835E0F25@microsoft.com...
>> >> > > Good Day;
>> >> > > I have nailed the proper display of the web site's window in all
>> >> > > versions of
>> >> > > Microsoft's Internet Explorer, but with all of the third pary
>> >> > > browsers:
>> >> > > Firefox, Netscape, Opera and Mac, white space is displayed on the
>> >> > > top
>> >> > > and
>> >> > > bottom. I know it is a Microsoft world, but my brother uses Macs
>> >> > > in
>> >> > > his
>> >> > > office and most of his client's are in California (Apple Country),
>> >> > > so
>> >> > > I need
>> >> > > to have it display properly in all browsers. Besides it is good
>> >> > > form
>> >> > > and a
>> >> > > nice skill to learn!
>> >> > >
>> >> > > The site is: http://www.flatsquirrel.us/MWN >> >> > >
>> >> > > Thanks in Advance.
>> >> > > --
>> >> > > Many Regards and Thank You,
>> >> > > Sixbells
>> >> >
>> >> >
>> >> >
>>
>>
>>
All times are: Eastern Time (US & Canada) (change) Goto page 1, 2
Page 1 of 2
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum