QUOTE(chronofire @ Jun 4 2005, 5:05 PM)
i thought this would display my banner but its not working can some one tell me whats wrong
<HTML>
<HEAD>
<TITLe>anime-twice</TITLE>
</HEAD>
<div id="banner" style="position: absolute; top: 0; left: 0;">
<TABLE WIDTH=676 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG SCR="site_r1_c1.jpg" WIDTH=676 HIEGHT=100 ALT=""></TD>
</TR>
</TABLE>
</div>
</HTML>
sorry i cant get the code box to work can soem one also tell me how to do it
Some things are spelled wrong in your IMG tag. Try this:
CODE
<IMG SRC="site_r1_c1.jpg" WIDTH=676 HEIGHT=100 ALT="">
Note that the attribute "src" is "src", not "scr" (as you have it spelled), and the attribute "height" is "height", not "hieght" (as you have it spelled). When I made those changes, it worked for me.