View Full Version : Table/text area help


LilMiSsKrys
04-05-2003, 12:32 AM
my friends wants to know how she would make a scrolling html text area on her page. Here is the code. I put the part that she would wants the html text area to go, in bold. thanks for future help :D

<html><head><title>Sensual.</title></head>
<style type="text/css">
body
{
scrollbar-base-color: #AB948C;
scrollbar-face-color: #666666;
scrollbar-track-color: #AB948C;
scrollbar-arrow-color: #666666;
scrollbar-highlight-color: #AB948C;
scrollbar-3dlight-color: #AB948C;
scrollbar-shadow-color: #AB948C;
scrollbar-darkshadow-color: #AB948C;
background-color: #AB948C;
font-family: OCR A EXTENDED;
color: #999999;
font-size: 8pt;}
td {font-size: 8pt;}
input,textarea {background: #AB948C;
color: #333333;
font-size: 8pt;
font-family: verdana;
border-width: thin;
border-color: #ffffff;}
.r {text-align: left;
background-color: #AB948C;
font-family: verdana;
font-size: 8pt;
color: #fe92d0;}
.l {text-align: left;
border-right: 1px dotted #ffffff;
background-color: #AB948C;}

A:link{color:#666666;text-decoration:none}
A:visited{color:#666666;text-decoration:none}
A:active{color:#000000;text-decoration:none}
A:hover{color:#808080; text-decoration:none}
</style>

<center>
<table cellpadding="5" cellspacing="5" width="775">

<tr>

<td class="l" valign=top width=429><font face="Verdana, Arial, Helvetica, sans-serif"

size="1" style="line-height: 15px"; color="#ffffff"><img

src="http://members.lycos.co.uk/elvisharanel/sens.jpg"><br><img

src="http://members.lycos.co.uk/elvisharanel/^^^1.jpg"><br><center><a

href="index.html">current</a> |
<a href="mailto:YOU@SOMEWHERE.COM">email</a> |
<a href="http://USERNAME.signmyguestbook.com">book</a> |
<a href="older.html">archives</a> |
<a href="http://vivalicious.diaryland.com">design</a> |
<a href="http://www.diaryland.com">host</a></td>



<td class="r" valign=top width=346><font face="Verdana, Arial, Helvetica, sans-serif" size="1" style="line-height: 15px"; color="#ffffff">
<p><center><u><b>%%short_description%%</b></u>
</td>


</table>



</BODY>
</HTML>

lilchici13
04-05-2003, 12:42 AM
put your info between these tags

<div style="position:absolute; top:315; left:8; width:450; height:450; overflow: auto;">

</div>

adjust the top and left dimensions till you like it

LilMiSsKrys
04-05-2003, 12:56 AM
ok, thank you!