Preserve Table Width Dimensions in MySpace
I have this MySpace pet peeve. I hate it when people post comments with pictures that throw my profile page out of whack. Don't get me wrong, I like to see that my friends are "showin me love." 🙂 But, they should do it in the confines of my profile. Don’t post huge pictures that go off the screen! I mean not everybody has a 20 inch widescreen monitor!
Of course, I don't want to delete comments from these "perpetrators" but I do want to resize these pictures and flash programs. Its a pity that MySpace does not offer an edit function for comments left on pages.
So, I devised a little CSS code that will automatically resize everything larger than 250 pixels on the fly. Look at this before and after.
Before - Notice how my expertly designed profile is irregular and goes off the page.
Culprit Images - Notice how the images are so oversized that they go off the page.
After - Notice how everything is centrally justified perfectly
Resized Images - Notice how the images fit perfectly!
To implement this on your myspace page, just add to code to the "about me" section.
-
"text/css"
-
table tbody tr td table tbody tr td table tbody tr td table tbody tr td table tbody tr td embed
-
{max-width:250px;}
-
table tbody tr td table tbody tr td table tbody tr td table tbody tr td table tbody tr td img
-
{max-width:250px;}
June 26th, 2006 at 2:05 am
Just so you know, this doesn't work in Internet Explorer... not that it matters, I personally use FireFox.
April 11th, 2007 at 1:08 pm
On my profile, what changes would I need to make to adjust the width of the table where it displays your picture, location and Online status?
September 19th, 2007 at 1:54 am
THANK YOU VERY MUCH
I WAS AFRAID THERE WOULD NOT BE A SOLUTION TO THIS ISSUE BUT HERE IT IS...SIMPLE AND PERFECT.
I HIGHLY APPRECIATE THIS.