|
|
| 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 |
| Include the text in a TEXTAREA tag and make it read-only :) |
| for a scrollable 'cell' you need to use an iframe |
| what do i have to do to make an iframe |
| google 'iframe' |
| 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 ? |
| Tell its parent to use text-align:center ? Wrap it in <center> and ensure parent is larger than iframe?! |