![]() |
[html] Any way to do this?
Hi,
I was just wandering if it's possible to make a story in a scrollable textfield, and put a link in the text that's clickable. like this (hope this works): <textarea name="textfield" cols="50">blahblahblah click here for more fuckingblah</textarea> |
Pretty sure you can't cuz it's a text field .. hurry, someone prove me wrong :winkwink:
|
yeah i thought so too but you never know...there some pretty harrdcore htmlgurus around here...
|
If you want it in a scrollable box, do it in an hahahahahaha. Then you can scroll just like a text box, plus have links.
|
Damn...didn't think of that (think you mean ifr@me?). Thnx!!
|
Argh...hahaha = I-F-R-A-M-E
|
Yeah, hahahahahaha would work out, hold up
PHP Code:
That's the i f r a m e I use for one of my sites, but go ahead and use it... I've tested it of course, so it works! enjoy. |
dhtml :winkwink:
|
use I frames in a table
then use I frames on that page you pull up in the I frames if you want to scroll it :) hope that helps... |
use flash.
|
Quote:
|
Place a div tag like this around your table
------------------------------------------------ div style="overflow: auto; width: 480px; height: 80; padding:0px; margin: 0px" table stuff here End div tag ---------------------------------- If your table is more than 80px tall, it will be rendered with a scrollbar. Like any table you can have links in it. Here may be some browser issues, but I think it works in IE + netscape > version 4.0 looks like this: Code:
<div style="overflow: auto; width: 480px; height: 80; padding:0px; margin: 0px"> |
Quote:
boarder-color boarder-width boarder-style background-color Code:
<div style="overflow: auto; width: 480px; height: 80; padding:0px; margin: 0px; border-style:solid; border-width:1;border-color:grey; background-color:black;"> |
Code:
|
Or you can do it in flash (http://envisionext.com) - flash takes all the text from *.txt file
|
[B]WHOOPS
Code:
|
All times are GMT -7. The time now is 01:24 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123