Survivor Erin
05-04-2003, 09:27 PM
Hi. I have a question about the scrolling. How do i get it so the frames do not scroll but the page does? ((Like this page?))
|
View Full Version : scrolling question... Survivor Erin 05-04-2003, 09:27 PM Hi. I have a question about the scrolling. How do i get it so the frames do not scroll but the page does? ((Like this page?)) MaGiCSuN 05-04-2003, 11:08 PM if you mean www.lissaexplains.com then it doesn't use frames but tables. a basic code for it would be: <table border=0 height="100%" width="100%"> <tr><td valign="top" width="20%">links here from menu</td> <td valign="top" width="80%">content here</td></tr></table> Love, Mirna Survivor Erin 05-04-2003, 11:44 PM Thank you for your help! It was much appreciated. |