View Full Version : ...putting Scrollbars in individual cells...


Elzzie
05-09-2003, 12:41 AM
I'm making a table... it's for posting messages for this website but once I put all my information in, it's enormously long! How do you put in scrollbars or those little arrows in the cells that you want to scroll so that it's not so long? Oh and by the way, here's the code (it's kind of simple because I'm new to this HTML thing):
<table border="8" border color="#FFFF66" cellspacing="6">
<tr>
<td bgcolor="#33CCFF" colspan=4 cellpadding="5"><font color="#0000CC"><marquee><b>Your Username Here</b></marquee></font></td>
</tr>
<tr>
<td bgcolor="#99FF99" width="25%"><font color="#0000CC"><valign><b>Mah Self</b><br><br><b>Name:</b>*Here*<br><b>Age:</b>*Here*<br><b>Likes:</b>*Here*<br><b>Dislikes:</b>*Here*<br><b>Loves:</b>*Here*<br><b>Hates:</b>*Here*<br><b>Other Stuff:</b>*Here*</font></td>
<td bgcolor="#FF66CC" width="50%"><font color="#0000CC"><valign><PIC 32148> Helloo! <PIC 32148><br><br><MAIN><br>Mucho Luv!<br>Ur name Here<br>xXxXx</font></td>
<td bgcolor="#CC66FF" width="25%"><font color="#0000CC"><valign><b> Mah M8s</b><br><br>Put<br>Ur<br>M8s<br>and<br>Girlpals<br>Here</font></td>
</tr>
</table>
© Elzzie Designs
Any help would be greatly appreciated, thanx so much!

freakEgurl
05-09-2003, 01:00 AM
<ILAYER name="scroll1">
<DIV style="overflow: auto; width: ##px; height: ##px">YOUR CONTENT HERE!</div>


Place that inside the cell you want it to be in. a scroll bar will appear when there's too much text for that cell.

Xiphias
05-10-2003, 12:29 AM
You don't need the ilayer tag. Just put

<div style="overflow: auto; width: ##px; height: ##px">YOUR CONTENT HERE!</div>

in the cell you want