While trying to add the PuppyWar pictures to my profile, I came across an interesting restriction--MySpace does not allow displaying PHP (and presumably others) dynamically-generated images. In plain English, they won't let you do something like < img src="
http://url/image.php" >. Well, that sucks. There's a nifty little trick to get around it--< div style="width: 123px; height: 123px; background-image: url(
http://url/image.php);" >< /div >. The only downside is that I think you can only get one image per line. I haven't played around with floating it or anything yet. For my purposes, I don't really want to or need to. You can safely enclose the < div >< /div > in < a >< /a > tags, too.
I hope that helps someone trying to do the same thing I was!
 | Currently listening: The Bravery By The Bravery Release date: 29 March, 2005 |
|