Just Jace: A Blog About Blogging

Another webmaster blog from that blog guy gives you that blog help

Subscribe to Just Jace: A Blog About Blogging
Technorati
del.icio.us

Archive for the ‘Archived Posts’ Category

Check out some of the pics Airek has up HERE. Looks like it was a great time

Popularity: 2% [?]

Tags:

This code will keep all images people post into your comments at a specific width so they don’t skew your page layout all to hell

<style type=”text/css”>
td.text td.text table table table td a img {width:100px;}
td.text td.text table table table td div img {width:80px;}
td.text td.text table table td img {width:260px; max-width:260px; width:auto;}
td.text td.text table table td div img {width:80px;}
* html td.text td.text table table td img {width:260px;}
* html td.text td.text table table td a img {width:90px;}
* html td.text td.text table table td div img {width:80px;}
</style>

check it out on mine

http://www.myspace.com/afunkybeat

that was one of my biggest pet peaves, people putting images in my comments that were twice the size of my layout….now this code resizes all the images so my layout stays in tact

Popularity: 3% [?]

Tags: