SMF creates a horizontal scrollbar for a post that is too wide. If you want IP.Board to treat wide posts like SMF does try this. These instructions are for the IP.Pro skin...
FIND in the skin's stylesheet:
.postcolor{
font-size: 13px;
line-height: 160%;
}
ADD BELOW:
div.postcolor{
overflow: auto
}
Or you can simply add the code to the bottom of the stylesheet if you prefer.
I posted an example of the effect below using an actual post from this forum that was causing issues...















