vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > Code UBBC issue

Code UBBC issue - Posted By XeroCint (kai) on 1st Jan 08 at 11:15pm
its kinda obvious where the issue is

http://ts.virtualforums.co.uk/board/announce/topic/5/action/view_topic/staff-entries//page/1/

Re: Code UBBC issue - Posted By Michael (wrighty) on 1st Jan 08 at 11:17pm
For some reason you have:

Code:
 
  1. blockquote.code  { margin-left: 10px; width: 57600px; }
 


in your CSS.

add:
Code:
 
  1. <style>
  2. blockquote.code  { margin-left: 10px; width: 547.5px; }
  3. </style>
 


as a temporary fix! {Smile}

Re: Code UBBC issue - Posted By XeroCint (kai) on 1st Jan 08 at 11:26pm
could I just remove it?

Re: Code UBBC issue - Posted By Michael (wrighty) on 1st Jan 08 at 11:28pm
No, because it's the server forcing the CSS.

So it has to be changed by Ross

Re: Code UBBC issue - Posted By Graham (amusedtodeath) on 1st Jan 08 at 11:29pm
 
No, because it's the server forcing the CSS.

So it has to be changed by Ross


So it's a server side problem, not a user problem yeah?

Just so i remember for the future if it pops up {Smile}

Re: Code UBBC issue - Posted By Michael (wrighty) on 1st Jan 08 at 11:31pm
Yup it's server-side... not sure why it's just his forum affected though..

Re: Code UBBC issue - Posted By XeroCint (kai) on 1st Jan 08 at 11:33pm
ehm... its still not working o,O
it changed, but its still uber wide

Re: Code UBBC issue - Posted By Ross (admin) on 1st Jan 08 at 11:33pm
Looks like the code width calculation didn't like % widths that much. Should be good now.

Re: Code UBBC issue - Posted By XeroCint (kai) on 1st Jan 08 at 11:36pm
 
Looks like the code width calculation didn't like % widths that much. Should be good now.


OOOrly... think its just gonna work... think you a wizard or somethi-- O.O... ALL HAIL ZE WIZARD!!

Re: Code UBBC issue - Posted By Michael (wrighty) on 1st Jan 08 at 11:41pm
{Tongue Out}

that means it worked..


{Smile}

Re: Code UBBC issue - Posted By XeroCint (kai) on 1st Jan 08 at 11:42pm
yeah.. so I can remove that code you gave me?

Re: Code UBBC issue - Posted By Ross (admin) on 1st Jan 08 at 11:45pm
 
yeah.. so I can remove that code you gave me?


Yep {Smile}