Quote:
Originally Posted by Danny.VBT
Hm...both plug-in use vbulletin's css, so there shouldn't be a problem. Is anyone else having the same issue?
|
The other one worked fine once I edited the templates. You use vb css, but you are using very strange combinations. lol
As an example, this is part of the xml template code.
PHP Code:
<tr>
<td class="tcat">Need an attachment hosted? </td>
</tr>
<tr>
<td class="fieldset"> $vbphrase[quickattachhost_intro] </td>
</tr>
<tr>
<td>$quickattachmenthost_bits</td>
</tr>
You have a td with no class at all. That is why it looks so odd. Also, I believe I change fieldset for the one above it, and made them at1 and alt2.