I am having horrible troubles with this stupid website.. I cannot get the wordwrap to work on my main body. I assume it should be working automatically, however, for whatever reason, it refuses to work.
I did not do the graphics for this webpage.. I was given the resources and forced to piece it together this way, i know it's a low quality design:
http://clinton.k12.mo.us/website/
as you can see, it never wraps the text, even though it is definately restricted within this box by the width property.
what am i doing wrong!?
this is the code referring to the main body:
#content {
position: relative;
left: 246px;
width: 550px;
padding-top: 12px;
}
thanks so much for even taking the time to look at this as i know it's got to be some really simple, stupid mistake, but i have tried multiple times to fix it, and as of yet, to no avail.
thanks,
Keith
|