vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   [solved] How to remove the 2px inset from the vb wysiwyg editor? (https://vborg.vbsupport.ru/showthread.php?t=197406)

Taragon 11-27-2008 04:42 PM

[solved] How to remove the 2px inset from the vb wysiwyg editor?
 
It's like the title says really. Please note, I don't mean the CSS Selector: textarea, .bginput

Every help would be highly appreciated!

Lynne 11-27-2008 04:52 PM

Find it in the page source and change it?

To find the template - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code.

Taragon 11-27-2008 05:02 PM

Normally I would do exactly the same, however, it isn't there.
I think it's somewhere within the vbulletin_textedit.js, but somehow I can't find it :(

Lynne 11-27-2008 05:04 PM

Well, I have no idea exactly what you are talking about, so I'm not sure what to suggest. If you think it's in the .js file, then do a search in it for "2px". Or just search all the files for "2px" and see what files come up. There is the vbulletin_editor.css file also.

Taragon 11-27-2008 05:19 PM

Hi Lynne,

This is what I mean (having the wysiwyg function enabled. within the red dotted line)
https://vborg.vbsupport.ru/external/2008/11/16.jpg

I have searched all templates, all styles, and all files for iframe, 2px, inset, #vb_Editor_QR_iframe, etc.

But somehow, I can't find it, or is it that merged within the code I don't understand it.

--------------- Added [DATE]1227815433[/DATE] at [TIME]1227815433[/TIME] ---------------

Code:

<iframe style="border: 2px inset ; width: 540px; height: 250px;" tabindex="1" id="vB_Editor_001_iframe"></iframe>
Normally this should work (overrule it):
Code:

#vB_Editor_001_iframe {border-style:solid;
border-width:1px;}

However, somehow it doesn't :(

Lynne 11-27-2008 06:01 PM

Well, it looks like iframe is something used in vbulletin_textedit.js and "2px inset" is in two places in that file. I suppose you can change it there and see what happens.

Taragon 11-27-2008 06:06 PM

Quote:

Originally Posted by Lynne (Post 1674163)
in two places

You're amazing :oops: Much appreciated!

wii 08-25-2009 09:13 AM

This only works in Firefox, in IE 8 I can still see that 2pixels inset, any ideas ?

Lynne 08-25-2009 01:45 PM

Sorry, no IE here for me to see what may be going on.

Taragon 08-25-2009 03:11 PM

Me neither, however, with both of the 2px inset gone, it for sure can't be a 2px inset.
Still, there can be some visual changes. Ie. the fieldset looks quite horrid in internet explorer, compared to firefox


All times are GMT. The time now is 03:19 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02001 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete