Well was playing around and found this quick fix for the Description so it looks like BB Code.
Just use the <pre></pre> Tag!
What is BB Code? This is BB Code:
Hello,
Let's talk at 4 PM
-FireDart
No BB Code:
Hello, Let's talk at 4 PM -FireDart
How it works
Just put the <pre></pre> Tag around the
{$video[video].description} and your good to go.
Should look like so:
<pre>
{$video[video].description}
</pre>
Some Notes:
When you have a small area and you need the div to wrap put style="width: #px" in the <pre> Tag
There are some problems with this as if someone put's
Word Word Word Word Word Word Word Word Word
It will not wrap and will go outside of the div.
Hope that help for the time being,
-FireDart