View Full Version : How do you make a table like this...


briannabanana
01-16-2005, 01:49 PM
How do i get a table like this person:http://www.neopets.com/randomfriend.phtml?user=none_of_your_buzznes

Everything is in a scrolling table, and do you know how to position it?

tokyo bleu
01-16-2005, 08:55 PM
<div align="center" style="width:475; height:325; overflow: auto;
background-color: white;
border-color:black;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
scrollbar-face-color:#FFCCFF;
scrollbar-highlight-color:#FFCCFF;
scrollbar-shadow-color:#FFCCFF;
scrollbar-3dlight-color:#FFCCFF;
scrollbar-arrow-color:#FF0000;
scrollbar-track-color:#CCFF99;
scrollbar-darkshadow-color:#FFCCFF;
scrollbar-base-color: #CCFF99;">

flinchalot
01-20-2005, 07:33 PM
That one above is probably better, but I use:

<b style=" {COLOR:EDE2DE;FONT-FAMILY:Comic Sans
MS;FONT-SIZE:10pt;}border:2px solid black;
background-image:url(background url of image inside the table);
color:;position:absolute;top:200;left:200;
overflow:auto; height: 300px; width=500px;" class="tabledesc">

it's just a basic one though, and you have to position it and add the background colour separately ect.