Quote:
Originally Posted by Front Range 4x4
Here's what I did to style mine. I finally figured out how I put the frame around the photos...
|
In response to PM's etc here how my newalbum_picture looks. Basic inline css...
Code:
<td align="center">
<a class="picture" href="album.php?albumid={vb:raw lpicture.albumid}&attachmentid={vb:raw lpicture.attachmentid}">
<img src="attachment.php?attachmentid={vb:raw lpicture.attachmentid}&thumb=1&d=1258906442" alt="Front Range 4x4 Member Rig" style="border:1px solid #000000;background:white;padding:4px;-webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.8);-moz-box-shadow:0px 2px 2px rgba(0,0,0,0.8);box-shadow:0px 2px 2px rgba(0,0,0,0.8);border-image:initial;"/>
</a>
<br />
<a href="member.php?u={vb:raw lpicture.userid}">
{vb:raw lpicture.musername}
</a>
</td>
It's the same code I used in my albums, I like consistency.