I actually don't have a link because it is on an internal server. It is within a div layer called RP_Content which is inside a div called body_container. Here are the styles:
You have one for P tags, and another for UL. Is this supposed to be like that? So maybe the one class' properties are messing the other one's up. If I were you, I'd make the UL one something like "prod_list" to separate the two different styles.
oh - it looks like this is because the <p> before it (<p class="stat_content"...>) is floated left...
since it's floating left, the UL is trying to fill in the space on the right, if that makes sense.
You probably have to clear:left; on the UL to fix this.
I don't have a testing server set up at work, so I'm not able to test it out....
Hey, that seems to work, but it just adds a whole lot of unnecessary space. I just removed the float, which seemed to work.
Thanks a lot for your help!
Bookmarks