How to fix the width of a My Page site?

Fombellchicks

Chirping
11 Years
Mar 7, 2008
58
8
94
Western PA
Hi, I just created my first My Page site and have the problem that it is just too wide. Things start to wrap etc. How do I fix this? I noticed other pages seem to make it work just fine?
Any help would be greatly appreciated.
Thank you.
 
click on the html button and it opens a new window with the raw html code. you could put this bit of code as the very first thing on your page

<div style="width: 720px">

that should do it. you can add </div> as the very last thing in the code if you want, but it's not necessary. of course the '720px' part means that it's 720 pixels wide, change that to what you want the width to be.
 
Last edited:

New posts New threads Active threads

Back
Top Bottom