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:
Joined
Mar 17, 2005
Messages
159
Reaction score
0
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top