The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

adding space between the forum and the forum icon

2 posters

Go down

adding space between the forum and the forum icon Empty adding space between the forum and the forum icon

Post by Agent24 July 6th 2010, 8:23 pm

my forum icon is being overlapped by the forum like shown below. is it possible to add space between the forum and the forum icon?adding space between the forum and the forum icon T0hpoz
Agent24
Agent24
Forumember

Male Posts : 813
Reputation : 72
Language : English, Spanish
Location : California

Back to top Go down

adding space between the forum and the forum icon Empty Re: adding space between the forum and the forum icon

Post by Guest July 6th 2010, 8:32 pm

add this before the name.  
avatar
Guest
Guest


Back to top Go down

adding space between the forum and the forum icon Empty Re: adding space between the forum and the forum icon

Post by Mike July 6th 2010, 8:56 pm

Gangstar15 wrote:add this before the name.  

I need this but on threads. Possible?
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

adding space between the forum and the forum icon Empty Re: adding space between the forum and the forum icon

Post by Agent24 July 6th 2010, 10:10 pm

thanks but when i do that, it looks like this
adding space between the forum and the forum icon 358ymxk
is there a way that i can remove the underline inside the red box?
Agent24
Agent24
Forumember

Male Posts : 813
Reputation : 72
Language : English, Spanish
Location : California

Back to top Go down

adding space between the forum and the forum icon Empty Re: adding space between the forum and the forum icon

Post by Guest July 6th 2010, 10:27 pm

Okay. go to your CSS. and find something like this

.pun a:link {
color: #FFFFFF;
text-decoration: underline:

just delete the "underline" and add "None"

i hope u will understand me. xD

Code:

.pun a:link {
   color: #FFFFFF;
        text-decoration: none;
   }
.pun a:visited {
   color: #FFFFFF;
        text-decoration: none;
    }
.pun a:hover {
   color: #FFFFFF;
        text-decoration: none;
    }
.pun a:active {
   color: #FFFFFF;
        text-decoration: none;
    }
.pun a:focus {
   color: #ffffff;
        text-decoration: none;
    }
avatar
Guest
Guest


Back to top Go down

adding space between the forum and the forum icon Empty Re: adding space between the forum and the forum icon

Post by Agent24 July 6th 2010, 10:40 pm

i don't see
.pun a:link {
color: #FFFFFF;
text-decoration: underline:
in my css sheet

this is my css in case needed
Code:
/* Menu-------------------------------------------------*/
.navbar {

clear: both;
background-image: url("http://a.imagehost.org/0817/wbg.gif");
padding:0px 10px;
}

.buttons div.post-icon {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 0.5;}

.buttons div.post-reply-icon {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 0.5;}

.buttons div.post-icon:hover {
filter:alpha(opacity=100);
-moz-opacity: 0.85;
opacity: 1.0;
top: -2px;
}

ul.linklist li a img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

ul.linklist li a img:hover {
filter:alpha(opacity=70); 
-moz-opacity: 0.65; 
opacity: 0.65;
position: relative;
top: -1px;
cursor:allowed;
}

ul.linklist li a img:active {
filter:alpha(opacity=0); 
-moz-opacity: .0; 
opacity: .0;
}

ul#picture_legend {
        background-position: center;
        background-repeat: no-repeat;
        background-image: url('http://a.imagehost.org/0781/picture_legend.png');
   text-align: CENTER;
   padding: 24px 0;
   }

.navbar #search-box {
display : none;
}
Agent24
Agent24
Forumember

Male Posts : 813
Reputation : 72
Language : English, Spanish
Location : California

Back to top Go down

adding space between the forum and the forum icon Empty Re: adding space between the forum and the forum icon

Post by Guest July 6th 2010, 10:54 pm

okay so copy mine and add it.
avatar
Guest
Guest


Back to top Go down

adding space between the forum and the forum icon Empty Re: adding space between the forum and the forum icon

Post by Agent24 July 6th 2010, 10:56 pm

ok i added it but nothing happened
Agent24
Agent24
Forumember

Male Posts : 813
Reputation : 72
Language : English, Spanish
Location : California

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum