The Big Cheese Posted January 25, 2007 Share Posted January 25, 2007 I am making a little layout thing for a website, and I need some help (hence the topic :P ) this is the URL to what I have so far http://www.freewebs.com/thebigcheese1911/layout.htm and I need to find a way to keep the text in the middle white part so it doesnt go into the gray areas on the side. Any help would be greatly appreciated. Link to comment Share on other sites More sharing options...
lynnj Posted January 25, 2007 Share Posted January 25, 2007 Um ... try <center> </center> or <p> </p> Link to comment Share on other sites More sharing options...
Mira Posted January 25, 2007 Share Posted January 25, 2007 Im pretty sure it's <center> </center> Link to comment Share on other sites More sharing options...
Zac Posted January 25, 2007 Share Posted January 25, 2007 To align Text: (change center to left, right, or center) <div align=center>TEXT HERE</div> I would use this code: Scrolling Textbox: like on my lookup <div style="position:absolute; top:5;left:30;height:300;width:150;overflow:auto;">TEXT HERE</div> You would have to adjust the numbers though ;) I put them generally in the right space Hope i could help! PS: YOu have nice Shenkuu plot thing going on your site Nice! :yes: Link to comment Share on other sites More sharing options...
Izzy ♥ Posted January 25, 2007 Share Posted January 25, 2007 Use this, it *should* work. <div style="position:absolute;overflow:auto;top:5;left:122;width:760;"> TEXT </div> Link to comment Share on other sites More sharing options...
Zac Posted January 25, 2007 Share Posted January 25, 2007 W have pretty much the same thing Isabel ! ;) Link to comment Share on other sites More sharing options...
Izzy ♥ Posted January 25, 2007 Share Posted January 25, 2007 Not quite, yours will make a box that scrolls mine just aligns the text in the white area. Plus I put in all the right pixel values too ;) Link to comment Share on other sites More sharing options...
The Big Cheese Posted January 25, 2007 Author Share Posted January 25, 2007 Thanks much for your help Zac and Isabel and as for the Shenkuu... you'll see, when I get around to it ;) Link to comment Share on other sites More sharing options...
Zac Posted January 25, 2007 Share Posted January 25, 2007 Your welcome... Isabel: It doesnt have to scroll plus I am kinda tired to put in the right values....:P Link to comment Share on other sites More sharing options...
Recommended Posts