Help - Search - Members - Calendar
Full Version: html problem
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
chronofire
i thought this would display my banner but its not working can some one tell me whats wrong



sorry i cant get the code box to work can soem one also tell me how to do it
freeflow
if its just a banner cant it just be

CODE
<HTML>
<HEAD>
<TITLe>anime-twice</TITLE>
</HEAD>
<div id="banner" style="position: absolute; top: 0; left: 0;">
<IMG SRC="site_r1_c1.jpg" WIDTH=676 HEIGHT=100 ALT="">
</div>
</HTML>


and also your banner image isnt a real urul soo you mite wannna fix that?
chronofire
well i m planning to make a site but i wanted to test it thefirst thing i added which was the banner and itsnot working ill try what you coded also what did you say to change the title?

hmm i cant get ur coding to work either
mipadi
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.
The-Mach-Hare
just use this

<img src=" URL HERE ">

its the simplest thing in the world and you can put it wherever
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.