View Full Version : How do i...


lilchici13
01-27-2003, 11:22 PM
Ok I have some tables and type in the but I want to add another one on the l;eft side of all of them and have it stretch out till the bottom of my tables on the right side.
here is my page:
http://www.geocities.com/lilchici13/right.html

here is my source code:
<html>
<head>

<title>Yahoo! GeoCities</title>
<center>
<table border=1 bordercolor=#66ccff cellpadding=0 cellspacing=0>

<tr>
<td width=590px height=146px colspan=4 background="http://www.geocities.com/lilchici13/eurekabanner13.gif">
</td>

<tr>
<td width=590px><font color=#66ccff>Hi everybody! This is a brand new website and like all other beginning websites its not that terrific:) Although as the weeks and months progress you'll see the site become bigger and better! As soon as the site looks good and has lots of contents I will get a domain name and a hosting service! But for now we'll have to make do! Love ya all!<br><br>
~*lilchici13*~<br><br>


MONDAY, Janurary 21, 2003<br>
Happy Martin Luther King Jr. Day! Today not a lot will be done since my mom insists that we be observant and listen to amazing amounts of tapes about him! But g2g!<br><br>
~*lilchici13*~<br>
<p>



<font color=#66ccff>There will be more content, tutorials and graphics made available soon! But first, I have to take a break for some nice deep breathing! <br><br>
</td>
</tr>

<tr><td colspan=4><center><font color=#66ccff>Layout and design &copy; 2002, Eureka13 Designs </table>



<style text="text/css">
<!--
body,tr,td
{font-size: 8pt; font-family:trebuchet ms, verdana; text-align:justify; color:#66ccff;

scrollbar-face-color: #66ccff;
scrollbar-shadow-color: #ffffcc;
scrollbar-highlight-color: #ffffcc;
scrollbar-3dlight-color: #66ccff;
scrollbar-darkshadow-color: #66ccff;
scrollbar-track-color: #ffffcc;
scrollbar-arrow-color: #ffffcc;

}
a
{text-decoration:none;}
A:link
{color:#66ccff; text-decoration:none; font-weight:bold;}
A:visited
{color:#ff99cc; text-decoration:none; font-weight:bold;}
A:active
{color:#66ccff; text-decoration:none; font-weight:bold;}
A:hover
{color:#99ccff;text-decoration:underline; font-weight:bold;}
-->
</style>



</head>

<br>

<a href="http://www.poetic-genius.org/short" target="_blank" valign="bottom"><img src="button5.gif"></a>

Alcy
01-27-2003, 11:29 PM
Like this?

<html>
<head>

<title>Yahoo! GeoCities</title>
<style text="text/css">
<!--
body,tr,td
{font-size: 8pt; font-family:trebuchet ms, verdana; text-align:justify; color:#66ccff;

scrollbar-face-color: #66ccff;
scrollbar-shadow-color: #ffffcc;
scrollbar-highlight-color: #ffffcc;
scrollbar-3dlight-color: #66ccff;
scrollbar-darkshadow-color: #66ccff;
scrollbar-track-color: #ffffcc;
scrollbar-arrow-color: #ffffcc;

}
a
{text-decoration:none;}
A:link
{color:#66ccff; text-decoration:none; font-weight:bold;}
A:visited
{color:#ff99cc; text-decoration:none; font-weight:bold;}
A:active
{color:#66ccff; text-decoration:none; font-weight:bold;}
A:hover
{color:#99ccff;text-decoration:underline; font-weight:bold;}
-->
</style>

</head>

<center>

<table border=1 bordercolor=#66ccff cellpadding=0 cellspacing=0>

<tr>
<td width=590px height=146px colspan=2 background="http://www.geocities.com/lilchici13/eurekabanner13.gif">
&nbsp;
</td>

<td rowspan=3>Hey there :)</td>

</tr>

<tr>
<td width=590px><font color=#66ccff>
Hi everybody! This is a brand new website and like all other beginning websites its not that terrific Although as the weeks and months progress you'll see the site become bigger and better! As soon as the site looks good and has lots of contents I will get a domain name and a hosting service! But for now we'll have to make do! Love ya all!<br><br>
~*lilchici13*~<br><br>


MONDAY, Janurary 21, 2003<br>
Happy Martin Luther King Jr. Day! Today not a lot will be done since my mom insists that we be observant and listen to amazing amounts of tapes about him! But g2g!<br><br>
~*lilchici13*~<br>
<p>



<font color=#66ccff>There will be more content, tutorials and graphics made available soon! But first, I have to take a break for some nice deep breathing! <br><br>
</td>
</tr>

<tr>
<td colspan=2>
<center><font color=#66ccff>Layout and design © 2002, Eureka13 Designs
</td>
</tr>

</table>

lilchici13
01-28-2003, 12:23 AM
thx so much alcy it worked!!!