vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Username HTML (https://vborg.vbsupport.ru/showthread.php?t=282454)

Xp.Warrior 05-05-2012 02:06 AM

Username HTML
 
Any One Help Me But First Look This Care Fully In Admincp --> Usergroup--> Administrator
In Username HTML Markup I Using This Coding
First Box
Code:

<b><span style='color:red;background-image: url(http://i52.tinypic.com/f57ok7.jpg);'>
& Secound Box
Code:

<span style</span></b>
Show like This Look Background Animated
https://vborg.vbsupport.ru/external/2012/05/49.png

And 1 Another Coding For Username HTML Markup
First Box
Code:

<span style="color:#FF0000;"><img src="http://i55.tinypic.com/9jdi1e.gif" width="10" border="0" height="10";>
Second Box
Code:

<img src="http://i55.tinypic.com/9jdi1e.gif" width="10" border="0" height="10";>
Look Like This Both Sides Animated Style
https://vborg.vbsupport.ru/external/2012/05/50.png

I Want Both Styles Coding Any One Merge For Me I Need Both Codings In 1
Like This Animated Background Or Animated Side
https://vborg.vbsupport.ru/external/2012/05/51.png
Thanks In Advanced

kh99 05-05-2012 11:06 AM

I guess your problem is that there isn't enough space in the boxes for everything you want to add? You can shorten it by using a class. So maybe something like:

First Box:
Code:

<span class="admin_markup"><img src="http://i55.tinypic.com/9jdi1e.gif">
Second Box:
Code:

<img src="http://i55.tinypic.com/9jdi1e.gif"></span>

Then in additional.css, something like:

Code:

.admin_markup {
  color: red;
  background-image: url(http://i52.tinypic.com/f57ok7.jpg);
  font-weight: bold;
}

.admin_markup img {
  width: 10px;
  border: 0px;
  height: 10px;
}


(This might not be exactly right because I only know the basics of CSS).

Xp.Warrior 05-05-2012 12:29 PM

Thanks Alot Brother Great Working Solved


All times are GMT. The time now is 03:55 PM.

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.01045 seconds
  • Memory Usage 1,717KB
  • 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
  • (7)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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