PDA

View Full Version : Cant type?


::Gtacarmod::
04-18-2005, 10:06 PM
I just designed my own web layout and im having problems. When i start to type, the text starts halfway down the page. Unlesss i press enter it wont go up. But when i press enter it stretches out the webpage seperating the image slices.

example:http://www.freewebs.com/gfxsector12/web.htm




Html code to layout:
<HTML><HEAD><TITLE>webcopie</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR></HEAD>
<BODY bgColor=#404040 leftMargin=0 topMargin=0 marginheight="0" marginwidth="0">
<TABLE id=Table_01 height=603 cellSpacing=0 cellPadding=0 width=802 border=0>
<TBODY>
<TR>
<TD colSpan=11><IMG height=163 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_01.gif" width=802></TD></TR>
<TR>
<TD colSpan=3><IMG height=24 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_02.gif" width=80></TD>
<TD><IMG height=24 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_03.gif" width=101></TD>
<TD><IMG height=24 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_04.gif" width=98></TD>
<TD><IMG height=24 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_05.gif" width=106></TD>
<TD><IMG height=24 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_06.gif" width=98></TD>
<TD><IMG height=24 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_07.gif" width=55></TD>
<TD colSpan=3><IMG height=24 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_08.gif" width=264></TD></TR>
<TR>
<TD colSpan=11><IMG height=20 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_09.gif" width=802></TD></TR>
<TR>
<TD><IMG height=25 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_10.gif" width=17></TD>
<TD colSpan=9><IMG height=25 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_11.gif" width=765></TD>
<TD><IMG height=25 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_12.gif" width=20></TD></TR>
<TR>
<TD colSpan=2><IMG height=348 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_13.gif" width=25></TD>
<TD colSpan=7>
<P>This is what it does. It wont let me type any higher that this.</P></TD>
<TD colSpan=2><IMG height=348 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_15.gif" width=28></TD></TR>
<TR>
<TD colSpan=11><IMG height=22 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/webcopie_16.gif" width=802></TD></TR>
<TR>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=17></TD>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=8></TD>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=55></TD>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=101></TD>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=98></TD>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=106></TD>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=98></TD>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=55></TD>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=236></TD>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=8></TD>
<TD><IMG height=1 alt="" src="http://img.photobucket.com/albums/v335/gtacarmod/spacer.gif" width=20></TD></TR></TBODY></TABLE></BODY></HTML>



can someone please help me. Either by adding a scroll bar, gaving an auto stretch of the slices or somthing.

dabbler
04-19-2005, 01:28 AM
The code above does not match the code used on the site.

On the site the text of: "gggggggg" has a height setting of 365! Why have you set it to that height? Is that the source of the problem?

The code you have above is confusing to me; what are you using to write your code?