Customizing Your Profile - Tips from Tom

We've been keeping our audience in mind with respect to what kind of browsers you'all are using lately. Some may remember our post on how many PC & Mac users we have. Well since so many of you are using internet explorer, we've done some extra optimization for IE, good news is - things are getting cleaned up! Bad news is a couple things have changed in the pages and stylesheets that have effected the appearance of your custom profiles.
The biggest one of all is frame widths. Internet Explorer was making everything much more wide then Firefox and Safari so we kind of fixed this by putting a set width in most pages on the content frames. Where this effects you is if you're using your own style sheets in the edit style page. As of our updates you may notice some of your frames are a little more wide or less wide. This is because we have hardcoded the frame with in there.
So in order to fix your frame widths simply remove any width definition in your stylesheets. That would be: take out any thing that says " width:(your width is here); "
Or say you have a style tag that looks like this:
td.rw_heading {
background-image: url('/bgcolors/azure.jpg');
padding:3px 10px 0px 10px;
height:16px;
width:460px;
font-family: arial, sans-serif;
color: #FFF;
font-weight: 800;
line-height:1.3em;
font-size:12px;
}
Just remove the line that says "width:460px;"
by doing that the hardcoded width will take over and your custom width will no longer fudge things up.
By the way all you out there who didn't know - this stylesheet stuff is just CSS which is a method for customization the visual appearance of your webpage/blog/profile etc. It's handy to know, and since you're already doing it you can wipe that "I don't get it!" look off your face. If you want to learn more just search "CSS" in google or my favorite - go to http://www.w3schools.com/css/default.asp <- w3schools has tons of useful and really easy lessons about CSS, HTML and all that other gobble-di-gook!
If you still have questions please feel free to ask us! We have some seriously awesome profile customization tools coming your way really soon - but until then this is rad stuff to learn.