View Full Version : Plz Help Me!!!


lilchici13
01-22-2003, 03:22 AM
this is my website:
http://www.geocities.com/lilchici13/table.html
Basically i want my first table to be 175pixels wide and my second to be 400pixels as you can see in my source code. When i type i want to start typing at the top of the table and I don't want the table to expand (except in height) when i type. If someone could edit the code so that the tables would be in a fixed position i would LUV it!!! Thank you so much for your help!!!!!!
This is my source code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>

<title>Yahoo! GeoCities</title>
<style type="text/css"><!--
.whBtn {
background-color: BCD8FA;
color: 000000;
font-size: 9pt;
font-family: arial;
}
--></style>

</head>

<body>
<table border="1" bordercolor="#66ccff" cellpadding="0" cellspacing="0":><tr>
<td width="175px" height="400px"><font color="#66ccff" align="left">HI I am designing this website for ACCESS SPORTSblahblahblahblahblahblahblahblahblahblahblah blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblahblahblahblahblahblahblahblahblahblah blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblahblahblahblahblahblahblahblahblahblah blahblahblah.
<td width="400px" height="400px">blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblahblahblahblahblahblahblahblahblahblah blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblahblahblahblahblahblahblahblahblahblah blahblahblahblahblahblahblahblahblahblahblahblahbl ahblahblahblahblahblahblahblahblahblahblahblahblah blah
</font>
</table>


Thank you SOO much!!

Dude128
01-22-2003, 03:27 AM
it's expanding horizontally because you don't have any breaks in the text.

you need to remove the : in your <table> tag, and you don't have any </td> or </tr> tags

lilchici13
01-22-2003, 03:32 AM
thank you so much it worked!!