Quote:
Originally Posted by Lynne
thank you. I'll link to this in my first post.
I'm not sure what you mean about the default vB style not displaying correctly. It's showing just fine on my site.
I'm using the default admincp functions to build the page (print_table_start, print_table_header, etc) instead of redoing the whole thing. And yes, I should have used a phrase. I wrote this as a quick project for myself and then decided to share it and I thought I had cleaned it up, but I did forget to look at phrases. I'll catch that if I have another release.
|
See attachments.
You are using hard-coded background and color.
HTML Code:
<div class="alt2" style="border: 1px solid black; background-color: white; height: 350px; width: 99%; max-width: 800px; overflow: scroll">
I would change alt2 to bginput, delete border and background-color.
Also delete border and background for iframe and add bginput class to it.