vici0uskitty
04-19-2003, 06:36 PM
Hey...um I dun know where I saw it but someone had a table and it scrolled & it had a border. It wasn't a I-frame...I know how to do that, but this one just had text in it that's all it had the lyrics of a song or something...I was just wondering how you'd make one?
MaGiCSuN
04-19-2003, 06:40 PM
<div style="border: 1 solid #000000; overflow: auto" width="#px" height="#px"> your text here</div>
you can also position it then you have to use this code:
<div style="border: 1 solid #000000; overflow: auto; top: #px; left: #px" width="#px" height="#px"> your text here</div>
love,
Mirna
AdidasGuy
05-12-2003, 11:55 PM
Sorry for me asking, but what would be the whole HTML Code for a table including the scrollbar with it?
This is what I tried, but I think that it's wrong cause it's not working correctly...
<div style="border: 1 solid #000000; overflow: auto; top: #83; left: #200" width="#220" height="#60">
<table border="0">
<tr>
<td>Your Text Here...</td>
</tr>
</table>
</div>
-AdidasGuy
starlet
05-13-2003, 12:07 AM
The table isnt actually needed, the DIV is the thing that does the scrolling....but if for whatever reason you do still want the table then the div code would go inside the table, rather than the table code inside the div...
<table border="0">
<tr>
<td>
<div style="border: 1 solid #000000; overflow: auto; width="#220" height="#60">Text or whatever here</div>
</td>
</tr>
</table>
elfenheroin
05-18-2003, 04:43 AM
In the table with scrolls, can also put your guestbook in there???
Charrey
05-18-2003, 07:08 PM
Yea, just put the code for your guestbook between the div tags...where it says 'your text here' and you shouldn't have any problems.
elfenheroin
05-21-2003, 12:09 PM
What do you mean by code? All I have from my guestbook is the URL if that's what you mean.
Dude128
05-22-2003, 02:53 AM
now, do you have to link to the page with the guestbook, or is it included on a page of yours? if its included on your own page, just use whatever code you currently do to inlude the guestbook. if not, it sounds like you want an iframe :)
http://www.lissaexplains.com/frames.shtml