Okay, I'm getting somewhere now, however the image won't center with the text now and the background only goes the height of the text, and the image sticks out.
Here is my code:
Code:
<center><img src="http://taskforce16.com/halo/radiation.png" width="100" height="100" alt="" style="float:left" />
<p><font size=4><b>Welcome to the Home of Task Force Sixteen!</b></font></p><p> If this is your first visit, be sure to check out the <a href="faq.php?{sessionurl}" target="_blank"><b>FAQ</b></a> by clicking the link above. You may have to <a href="register.php?{sessionurl}" target="_blank"><b>register</b></a> before you can post: click the register link above to proceed.</p></font>
</center>
Here is the link to my site and you can see how the welcome notice is appearing.
www.taskforce16.com
--------------- Added [DATE]1277890144[/DATE] at [TIME]1277890144[/TIME] ---------------
This is how I'd like it to be displayed, but with out the lines from the table. (See 2nd Notice on the webpage.
www.taskforce16.com)
Here is the code for the 2nd one:
Code:
<center><TABLE>
<TR>
<TD><img src="http://taskforce16.com/halo/radiation.png" width="100" height="100" align=middle></TD>
<TD><p><font size=4><b>Welcome to the Home of Task Force Sixteen!</b></font></p><p> If this is your first visit, be sure to check out the <a href="faq.php?{sessionurl}" target="_blank"><b>FAQ</b></a> by clicking the link above. You may have to <a href="register.php?{sessionurl}" target="_blank"><b>register</b></a> before you can post: click the register link above to proceed.</p></font></td>
</TR>
</TABLE></center>