View Full Version : Little help with a layout.


NSGreen
07-09-2006, 06:15 PM
Alright, here's my problem. http://l2frenzy.com/terms.html

I need help coding the text so that it stays within the little box area. Like a scroller or something like that, not sure what to call it.

If anyone could help that'd be greatly appreaciated.

bourdelson
07-09-2006, 06:20 PM
This div tag:

<div style="width:420; height:35; margin-left:21px; margin-right:43px; margin-top:31px; margin-bottom:0px">

Should be like this:

<div style="width:420px; height:35px; margin-left:21px; margin-right:43px; margin-top:31px; margin-bottom:0px">

If you add the px to the width and height, it should work. Otherwise, adjust the numbers until it fits.