Im having problems with my css for my shout box, i know this isnt php but allot of people who do php know css.
#bodytxt {
background-image:url(images/body.gif);
background-repeat:repeat;
width: 590px;
min-height: 10px;
max-width: 590px;
}
Im trying to make it so of the ,essage exceds the width then it wraps. But it doesnt do that can u help?