Jun
12

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.
myspace_before.jpg

Culprit Images - Notice how the images are so oversized that they go off the page.
myspace_culprit.jpg

After - Notice how everything is centrally justified perfectly
myspace_after.jpg

Resized Images - Notice how the images fit perfectly!
myspace_reformed_criminal.jpg

To implement this on your myspace page, just add to code to the "about me" section.

HTML:

  1. "text/css"
  2. table tbody tr td table tbody tr td table tbody tr td table tbody tr td table tbody tr td embed
  3. {max-width:250px;}
  4. table tbody tr td table tbody tr td table tbody tr td table tbody tr td table tbody tr td img
  5. {max-width:250px;}

If you enjoyed this post, make sure you subscribe to hacker not cracker via RSS feed or email update!



Additional Reading

Comment View Comments from Other Readers

Popular Posts

Featured Posts

Related Posts

Recent Posts

What's Your Reaction?


Subscribe to this Blog:

Reader Reactions Elsewhere


 

3 Responses to “Preserve Table Width Dimensions in MySpace”

  1. Jonathan Says:

    Just so you know, this doesn't work in Internet Explorer... not that it matters, I personally use FireFox.

  2. Luis Says:

    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?

  3. QUIN Says:

    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.

 
© 2006 and web design of Allan Ray Barizo from [art] [⁄app].
This site is best viewed with FF and at least 1024x768 resolution.