5
Hi.
Something like this at the top of your theme.html file
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="100%" background="<{$xoops_url}>/[b]picture[/b].gif">td>
tr>
table>
center>
This will allow you to see an image.
You may want to edit that code either using a CSS tag or setting the size of the table so that it is not wider than your image other wise the image will be repeated.
Is this what you are looking for?
Or did I miss read your question?
Dave
EDIT:
example of restricted table size:
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" [b]width="[i]60%[/i]"[/b] id="AutoNumber1" [b]height="[i]152[/i]"[/b]>
<tr>
<td width="100%" background="<{$xoops_url}>/[b]picture[/b].gif" height="100%">td>
tr>
table>
center>
There are other ways of doing this, this is just one way.