Saybox beside an image

Joined
Jul 9, 2005
Messages
2
Reaction score
0
I want to put a saybox beside an image. Whenver I try to do it, either the image goes underneath it or the saybox goes underneath the image.

saybox code: <script type="text/javascript" src="http://saybox2.co.uk/output.ph</script>

and just any image code where I can add in the name of the file later.

Thank you.
 
Last edited:
just use a table - might or might not work..

<table>
<tr>
<td><img src="http://url to image"></td>
<td><script... saybox thing</td>
</tr>
</table>

perhaps?

Sil
 
Back
Top