Jump to content

Recommended Posts

Posted

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.

Posted

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:

Posted

Use this, it *should* work.

 

<div style="position:absolute;overflow:auto;top:5;left:122;width:760;">

TEXT

</div>

Posted

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 ;)

Posted

Thanks much for your help Zac and Isabel and as for the Shenkuu... you'll see, when I get around to it ;)

Posted

Your welcome...

 

Isabel: It doesnt have to scroll plus I am kinda tired to put in the right values....:P

Guest
This topic is now closed to further replies.
×
×
  • Create New...