Re: Re: Re: Tikipedia right side overflows?
See this post. Looks like I forgot to update the file in Tikipedia_v1.0.zip. I'll do that. Sorry for the trouble. (I assume this is the problem; please post again if the edit described doesn't solve the overflow.)
-- Gary
Gary, I tried that and also at 97 and at 95%. At 95% the scroll bar disappears (IE7). But the text within the page does not seem to fit on the page regardless of what width I use. There are a few sentences that just run beyond the right margin. Looks like I'm missing 1-3 letters at right margin of the body text. I have a screen shot if that would help.
Tim
I did some trial and error and the following works for me in both IE and Firefox:
div#tiki-main {
width: 98%;
margin: 0;
padding: 0;
and
div#tiki-center{
....
width: 98%
Tim