html problem |
html problem |
Jun 4 2005, 04:05 PM
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 |
|
|
|
![]() |
| *mipadi* |
Jun 4 2005, 05:52 PM
Post
#2
|
|
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. |
|
|
|
chronofire html problem Jun 4 2005, 04:05 PM
toyo loco if its just a banner cant it just be
CODE<HTM... Jun 4 2005, 05:14 PM
chronofire well i m planning to make a site but i wanted to ... Jun 4 2005, 05:22 PM
sp3nca just use this
<img src=" URL HERE "... Jun 4 2005, 07:47 PM![]() ![]() |