I for some reason have this on Power Web Hosting and iDirectory support forum
here is for Power Web Hosting: http://www.mirrorimg.net/images/bw.jpeg
and here is for iDirectory: http://www.mirrorimg.net/images/gkb.jpeg
http://idirectory.vforums.co.uk
http://ihosting.vforums.co.uk
Why would it do this? My Test forum, and this forum doesn't do this, so why would those 2? It's only in the Quick Reply area.
Only checked iDirectory but would presume this applies to both. You have this CSS code in (I think) the Global Header. It is causing the problem:
That would be this code:
Code:
- <style type = 'text/css'>
- #footertime, #footerstats {
- display: none;
- }
- #bottomtext div {
- float: none !important;
- text-align: center !important;
- }
- #user_table{
- display:none;
- }
- #subscribe_topic {
- display: none;
- }
- #quick_reply_editor {
- float: none;
- text-align: center;
- margin: 0 auto !important;
- }
- #quick_reply_padding {
- padding-right: 0px !important;
- }
- </style>
I took that part out, and it now looks good.![]()
Thanks.