html problem |
html problem |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jun 2005 Member No: 147,005 ![]() |
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 |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
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? |
|
|
![]()
Post
#3
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 56 Joined: Jun 2005 Member No: 147,005 ![]() |
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* |
![]()
Post
#4
|
Guest ![]() |
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. |
|
|
![]()
Post
#5
|
|
![]() Go to Tahiti, and make out with a native. ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 914 Joined: Apr 2004 Member No: 10,267 ![]() |
just use this
<img src=" URL HERE "> its the simplest thing in the world and you can put it wherever |
|
|
![]() ![]() |