Not logged in [Login - Register] Search This Forum   |   FAQ    








User Forums Home
  HTML
    Tables
          Can't get my image to get in the right table cell.
Newest Posts     Who's Online?
Newest Threads     Member List
Unanswered Threads     Opinions&Polls

Printable Version | Send to Friend
Subscribe | Add to Favorites
Author: Subject: Can't get my image to get in the right table cell.
Wizzeh
Active Member



Posts: 30
Since: 6-21-2002

posted on 6-28-2002 at 04:32 Edit Post Reply With Quote
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




View User's Profile E-Mail User View All Posts By User U2U Member
Radicant
Active Member



Posts: 48
Since: 4-6-2002
Location: Your Head

posted on 6-28-2002 at 11:03 Edit Post Reply With Quote


<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 ::~


View User's Profile E-Mail User View All Posts By User U2U Member
Wizzeh
Active Member



Posts: 30
Since: 6-21-2002

posted on 6-28-2002 at 17:38 Edit Post Reply With Quote
Thank you much.

How long did it take you to figure this out?  

View User's Profile E-Mail User View All Posts By User U2U Member
Radicant
Active Member



Posts: 48
Since: 4-6-2002
Location: Your Head

posted on 6-28-2002 at 21:42 Edit Post Reply With Quote


About 10 seconds ^_^

____________________
~:: Raddi ::~


View User's Profile E-Mail User View All Posts By User U2U Member
Wizzeh
Active Member



Posts: 30
Since: 6-21-2002

posted on 6-29-2002 at 03:46 Edit Post Reply With Quote
Dang...

And to think that I spent a good half hour trying to get it to work. >:|

View User's Profile E-Mail User View All Posts By User U2U Member
Radicant
Active Member



Posts: 48
Since: 4-6-2002
Location: Your Head

posted on 6-29-2002 at 12:30 Edit Post Reply With Quote


Aww heh. Once you get more familiar with writing HTML it becomes kinda second nature.

____________________
~:: Raddi ::~


View User's Profile E-Mail User View All Posts By User U2U Member








This forum has been developed from an initial source code for XMBForums © 2001 xmbforum.com




     "Better Than Books - As Easy As It Gets!"