|
Re: Text displays wrongly in Mozilla
Hi Ian,
there's no need to use a table to centre a page - add some CSS
<style type="text/css">
body{
margin: 0 10%;
}
</style>
This will centre the page with a 10% margin eother side - the same as
putting content in an 80% centred table. If this still doesn't work as
expected in Moz can you post a URL to the offending page?
--
Jon
Microsoft MVP - FP
"Ian McLeish" <Ian.McLeish@Virgin.net> wrote in message
news:_EDpb.4028$bD.16326@news.indigo.ie...
> My first web pages, made with FP2002 look great when viewed with Internet
> Explorer.
> The pages are designed as a table set at 80% of page width, which leaves a
> plain white gap at either side in IE.
> In Netscape and Mozilla (version 7.1) the text doesn't "wrap", and a
scroll
> bar appears at the bottom of the browser- I need to scroll left and right
to
> see all the text!
>
> This only seemed to start a couple of days ago, but I don't know if I did
> anything to cause it!?
>
> Any suggestions would be greatfully received.
>
> Ian McLeish
>
>
|