Wizzeh
Active Member    Posts: 30
Since: 6-21-2002
|
posted on 6-28-2002 at 04:32 |
|
|
Can't get my image to get in the right table cell.
All I want is for my image to be in the right, BIG cell. That's all. And I can't get it there. Can someone fix my coding please? :-\
<body><br><head>
<STYLE>
BODY
{scrollbar-face-color: #222244;
scrollbar-track-color: black;
scrollbar-arrow-color: white}
</STYLE><style>
body { font-family: arial, helvetica, sans-serif; font-size: 13px; color: gray; }
bold { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font: bold; }
td { font-family: arial, helvetica, sans-serif; font-size: 13px; }
a:link {color: white; font-size: 12; font-family: variable; text-decoration: none}
a:visited {color: white; font-size: 12; font-family: variable; text-decoration: none}
a:active {color: white; font-size: 12; font-family: variable; text-decoration: none}
a:hover {text-decoration: font-size: 12; underline overline; color: #224444; font: bold;}
a:visited:hover {text-decoration: font-size: 12; none; color: #224444; font: bold;}
</style></head><style type="text/css">
A { text-decoration: none }
:link { color: rgb(60, 130, 190) }
:visited { color: rgb(60, 130, 190) }
:active { color: rgb(60, 130, 190) }
:hover { color: rgb(120, 180, 225) }
TR { font-size: 8pt; font-family: Verdana }
TD { font-size: 8pt; font-family: Verdana }
LI { font-size: 8pt; font-family: Verdana }
</style>
<body bgcolor=black text=><center>
<table bordercolor="gold" border="1" cellspacing=0 cellpadding=6 height=100%>
<tr>
<td width=15% valign=top bgcolor=#222244 rowspan=2>
<b><div align=center><br><table bgcolor=Black bordercolor=gold border=1><center>Home</center>
<tr><td></tr></td><tr><td><i><a href="#" style="cursor:crosshair;">Home</a>:</i> </td></tr>
<tr><td><i><a href="#" style="cursor:crosshair;">Staff:</a></i> <br></td></tr>
<tr><td><i><a href="#" style="cursor:crosshair;">Members:</a></i> </td></tr>
<tr><td><i><nobr><a href="#" style="cursor:crosshair;">Code of Conduct:</a></nobr></i> </td></tr>
<tr><td><i><a href="#" style="cursor:crosshair;">Booo</a></i> </td></tr>
<tr><td> </td></tr>
</table></center>
</div></b><br><br>
<td valign=top align=left width="100%" height="500"></td></tr><tr><td height="1"><center><font color=yellow><b>Kingdom</b><font color=orange> Of <b><font color=yellow>Insanity</b></tr></td>
My image <img src="C:\WINDOWS\Desktop\Michael\Pictures\KoI.jpg">. I know you don't have it, just make your own lil' image for now =p
|
|
Radicant
Active Member    Posts: 48
Since: 4-6-2002 Location: Your Head
|
posted on 6-28-2002 at 11:03 |
|
|
<head>
<STYLE>
BODY
{scrollbar-face-color: #222244;
scrollbar-track-color: black;
scrollbar-arrow-color: white}
</STYLE><style>
body { font-family: arial, helvetica, sans-serif; font-size: 13px; color: gray; }
bold { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font: bold; }
td { font-family: arial, helvetica, sans-serif; font-size: 13px; }
a:link {color: white; font-size: 12; font-family: variable; text-decoration: none}
a:visited {color: white; font-size: 12; font-family: variable; text-decoration: none}
a:active {color: white; font-size: 12; font-family: variable; text-decoration: none}
a:hover {text-decoration: font-size: 12; underline overline; color: #224444; font: bold;}
a:visited:hover {text-decoration: font-size: 12; none; color: #224444; font: bold;}
</style><style type="text/css">
A { text-decoration: none }
:link { color: rgb(60, 130, 190) }
:visited { color: rgb(60, 130, 190) }
:active { color: rgb(60, 130, 190) }
:hover { color: rgb(120, 180, 225) }
TR { font-size: 8pt; font-family: Verdana }
TD { font-size: 8pt; font-family: Verdana }
LI { font-size: 8pt; font-family: Verdana }
</style>
</head><body bgcolor="black" text><br><center>
<table bordercolor="gold" border="1" cellspacing=0 cellpadding=6 height=100%>
<tr>
<td width=15% valign=top bgcolor=#222244 rowspan=2>
<b><div align=center><br><table bgcolor=Black bordercolor=gold border=1><center>Home</center>
<tr><td></tr><tr><td><i><a href="#" style="cursor:crosshair;">Home</a>:</i> </td></tr>
<tr><td><i><a href="#" style="cursor:crosshair;">Staff:</a></i> <br></td></tr>
<tr><td><i><a href="#" style="cursor:crosshair;">Members:</a></i> </td></tr>
<tr><td><i><nobr><a href="#" style="cursor:crosshair;">Code of Conduct:</a></nobr></i> </td></tr>
<tr><td><i><a href="#" style="cursor:crosshair;">Booo</a></i> </td></tr>
<tr><td> </td></tr>
</table></center>
</div></b><br><br>
<td valign=top align=left width="100%" height="500"><img src="file:///C:/WINDOWS/Desktop/Michael/Pictures/KoI.jpg"></td></tr><tr><td height="1"><center><font color=yellow><b>Kingdom</b><font color=orange> Of <b><font color=yellow>Insanity</b></tr>
I copied the code into notepad and edited it, tested it and the image was sat at the top of the BIG right cell. Hope this helps. ____________________ ~:: Raddi ::~ |
|
Wizzeh
Active Member    Posts: 30
Since: 6-21-2002
|
posted on 6-28-2002 at 17:38 |
|
|
Thank you much.
How long did it take you to figure this out?
|
|
Radicant
Active Member    Posts: 48
Since: 4-6-2002 Location: Your Head
|
posted on 6-28-2002 at 21:42 |
|
|
About 10 seconds ^_^ ____________________ ~:: Raddi ::~ |
|
Wizzeh
Active Member    Posts: 30
Since: 6-21-2002
|
posted on 6-29-2002 at 03:46 |
|
|
Dang...
And to think that I spent a good half hour trying to get it to work. >:|
|
|
Radicant
Active Member    Posts: 48
Since: 4-6-2002 Location: Your Head
|
posted on 6-29-2002 at 12:30 |
|
|
Aww heh. Once you get more familiar with writing HTML it becomes kinda second nature. ____________________ ~:: Raddi ::~ |
|