PDA

View Full Version : Username HTML


Xp.Warrior
05-05-2012, 02:06 AM
Any One Help Me But First Look This Care Fully In Admincp --> Usergroup--> Administrator
In Username HTML Markup I Using This Coding
First Box <b><span style='color:red;background-image: url(http://i52.tinypic.com/f57ok7.jpg);'> & Secound Box <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 <span style="color:#FF0000;"><img src="http://i55.tinypic.com/9jdi1e.gif" width="10" border="0" height="10";>
Second Box <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:
<span class="admin_markup"><img src="http://i55.tinypic.com/9jdi1e.gif">

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


Then in additional.css, something like:

.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