View Full Version : Positioning


Anzrew
09-14-2003, 12:00 PM
This is proberly so easy and i proberly over looked it, but any way can you tell me how I can get my marquee beside the img of the sheep insted of under it.

http://www.anzrewsweb.cjb.net

thats my address and ill post the code here:

<body>
<img src="/anzrew/sheep/sheepstand.gif" width="39" height="41" border="0">
<table border="1" style="border-collapse: collapse" bordercolor="#3A3F86" width="100%" bgcolor="#000000" height="19">
<tr>
<td width="100%" height="17"><b>
<font face="Verdana" color="#FFCC00" size="1"><marquee>Welcome to Anzrews web ---- New pages comming soon</marquee></font></b></td>
</tr>
</table>
<p>

MaGiCSuN
09-14-2003, 12:27 PM
try this:

<body>
<table border=0 cellspacing=0 cellpadding=0>
<tr><td valign="top">
<img src="/anzrew/sheep/sheepstand.gif" width="39" height="41" border="0"></td>
<td valign="top">
<table border="1" style="border-collapse: collapse" bordercolor="#3A3F86" width="100%" bgcolor="#000000" height="19">
<tr>
<td width="100%" height="17"><b>
<font face="Verdana" color="#FFCC00" size="1"><marquee>Welcome to Anzrews web ---- New pages comming soon</marquee></font></b></td>
</tr>
</table>
</td></tr></table>
<p>

i have added the red parts. Since i am not sureif you want the image also to have a border (like you have given your table) i have put the image and the other table in a whole new table. You can also put the image into the same table as the marquee, but then the border will also be around the image. The code would look like this:

<body>
<table border="1" style="border-collapse: collapse" bordercolor="#3A3F86" width="100%" bgcolor="#000000" height="19">
<tr><td valign="top"><img src="/anzrew/sheep/sheepstand.gif" width="39" height="41" border="0"></td>
<td width="100%" height="17"><b>
<font face="Verdana" color="#FFCC00" size="1"><marquee>Welcome to Anzrews web ---- New pages comming soon</marquee></font></b></td>
</tr>
</table>
<p>

Love,
Mirna

Anzrew
09-14-2003, 12:53 PM
Thanks I didn't want it with a border round the picture I wanted them as to seperate things, but now the marquee isn't there, well it is but its about 1mm wide, do you know how to get it back to page length again???

anyway thanks for your help

Thanks Anzrew:)

Anzrew
09-14-2003, 01:06 PM
Sorry I have done it now if you wnat to see it click the link on my first post any way thenks for your help!

Thanks Anzrew:)