Quote:
Originally Posted by Doctor Death
Thats a great idea... I am trying to have pictures with their names below them, two across.
can you give me a sample of what that HTML code would look like?
Thank you again.
|
If you are going to add members photo's manually you can make a widget with "Static HTML" and use something similar to this code below.
HTML Code:
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<td>Image 1</td>
<td>Image 2</td>
</tr>
<tr>
<td>Image 3</td>
<td>Image 4</td>
</tr>
</table>
But if you to add the images automatically then you will have to make a PHP Direct Execution widget.
.