cell in a table that can scroll
|
| View previous topic :: View next topic |
| Author |
Message |
kadamat
Joined: 01 Jun 2006 Posts: 88
|
Hey guys.. how do you make a cell in a table that can scroll ? i heard you can just put a table in a table but its not doing anything for me
I hate it sooo much |
| |
|
|
|
|
WarChild
Joined: 24 Feb 2006 Posts: 46
|
Include the text in a TEXTAREA tag and make it read-only  |
| |
|
|
plantino
Joined: 13 May 2006 Posts: 96
|
| for a scrollable 'cell' you need to use an iframe |
| |
|
|
kadamat
Joined: 01 Jun 2006 Posts: 88
|
| what do i have to do to make an iframe |
| |
|
|
plantino
Joined: 13 May 2006 Posts: 96
|
| google 'iframe' |
| |
|
|
kadamat
Joined: 01 Jun 2006 Posts: 88
|
I just made my first iframe.. but it keeps moving all over as i resize the browser.. how can i avoid this ?
How can i tell an iframe to be centered ? |
| |
|
|
BigDaddy
Joined: 26 May 2006 Posts: 147
|
Tell its parent to use text-align:center ?
Wrap it in <center> and ensure parent is larger than iframe?! |
| |
|
|
|
|