PDA

View Full Version : iframe Editor border


Bernd
05-17-2006, 06:29 PM
I've found about everything i needed to change my forum skin, except for one pesky border, which seems to reside in an iframe :).

<iframe style="border: 2px inset ; width: 100%; height: 200px;" tabindex="1" id="vB_Editor_QE_1_iframe"></iframe>
Note that the above is from a saved html version.

I've attached an image with the border that i want to change. Does anybody have an idea where to change this? I've searched the templates and database, but it doesn't seem to contain the border setting.

zompus
08-28-2006, 12:25 PM
anyone?

Lea Verou
07-12-2007, 08:36 AM
Anyone?

Dismounted
07-12-2007, 09:04 AM
Look in the Editor templates.

Lea Verou
07-12-2007, 09:12 AM
Look in the Editor templates.
Its not there. A search for "iframe" in template manager will show you.
I guess its being added on the fly with javascript, but who knows in which js file and where... :(

Dismounted
07-12-2007, 09:14 AM
Its not there. A search for "iframe" in template manager will show you.
I guess its being added on the fly with javascript, but who knows in which js file...
I'm pretty sure there's one with "editor" in its filename.

Lea Verou
07-27-2007, 07:47 PM
Bernd & zompus if you still need this:
Search vbulletin_textedit.js for "2px inset" and replace every instance (there are 2 of them) with "0px".

TheMilkCarton
07-27-2007, 11:31 PM
Thanks. I was too lazy to find the fix for this.

(Like a lot of things in the default vB style) The 2px inset really makes the forums look archaic.