WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

Go to page : Previous  1, 2

View previous topic View next topic Go down  Message [Page 2 of 2]

1Centering Sub Category icons - Page 2 Empty Centering Sub Category icons Sun Oct 17, 2010 12:35 am

Emilio

Emilio
Registered Member
Registered Member
First topic message reminder :

Hello , on my forum www.creative-labz.com
I have a problm I need to center the new post / no new post icon under the icon , can anyone hlp?

http://www.graphilicious.forumotion.Com

26Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:26 am

Emilio


Registered Member
Registered Member
Omfg to difficult fo me

http://www.graphilicious.forumotion.Com

27Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:28 am

Guest


Guest
e-g:
add
Code:

<div class="new-nonew"><a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br /></div>

Go to CSS:
Code:

.new-nonew {
                  text-align:center;
}

try adding margins xD

28Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:29 am

Emilio

Emilio
Registered Member
Registered Member
Gangstar can you try to do it?

http://www.graphilicious.forumotion.Com

29Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:30 am

Guest


Guest
Hmm, lets say yes (:

30Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:30 am

Emilio

Emilio
Registered Member
Registered Member
Come to Chatbox from
CL

http://www.graphilicious.forumotion.Com

31Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Tue Oct 19, 2010 4:16 pm

ankillien

ankillien
Administrator
Administrator
Hi,

Sorry for delayed reply.
Please try adding this code to your CSS...

Code:
.tcl > span a {
padding-right: 20px;
}

I'm sure it won't work perfect but it will make the look better.

32Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Wed Oct 20, 2010 1:54 am

Emilio

Emilio
Registered Member
Registered Member
That looks way better! , i guess this is solved now
Thanks anki as always , you're a master!

http://www.graphilicious.forumotion.Com

33Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Wed Oct 20, 2010 3:37 am

blindbat1457


Registered Member
Registered Member
ankillien wrote:Hi,

Sorry for delayed reply.
Please try adding this code to your CSS...

Code:
.tcl > span a {
padding-right: 20px;
}

I'm sure it won't work perfect but it will make the look better.

What does > do?

34Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Wed Oct 20, 2010 11:18 am

ankillien

ankillien
Administrator
Administrator
'>' is used to target the direct children of an element. It won't select the grand children.

@Emilio,
Glad I could help mate Smile

35Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Tue Oct 26, 2010 1:47 am

Emilio

Emilio
Registered Member
Registered Member
You can lock this anki Wink

http://www.graphilicious.forumotion.Com

36Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Tue Oct 26, 2010 2:43 am

Guest


Guest
I got this done with a different way.Via tables Smile

Go to index_body template and find:

Code:
<ul id="pun-legend"><li><img src="http://i25.servimg.com/u/f25/14/75/13/83/new10.png" alt="New posts" /> New posts<img src="http://i25.servimg.com/u/f25/14/75/13/83/no-new10.png" alt="No new posts" /> No new posts<img src="http://i25.servimg.com/u/f25/14/75/13/83/locked11.png" alt="Forum is locked" /> Forum is locked</li></ul>

replace it with:


Code:

<table border="0">
<tr>
<td><img src="http://i25.servimg.com/u/f25/14/75/13/83/new10.png" alt="New posts" /></td>
<td><img src="http://i25.servimg.com/u/f25/14/75/13/83/no-new10.png" alt="No new posts" /></td>
<td><img src="http://i25.servimg.com/u/f25/14/75/13/83/locked11.png" alt="Forum is locked" /></td>
</tr>
<tr>
<td>New Posts</td>
<td>No new Posts</td>
<td>Forum Locked</td.
</tr>
</table>

It needs some css to customize its position,if the tables work then tell me to give you the css Wink

37Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Tue Oct 26, 2010 5:22 am

Guest


Guest
Nick, its not that he talks about (:

38Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Tue Oct 26, 2010 1:30 pm

Guest


Guest
oh sorry mate thats what i understood Razz

39Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Thu Nov 04, 2010 4:13 am

Emilio

Emilio
Registered Member
Registered Member
You can lock this

http://www.graphilicious.forumotion.Com

40Centering Sub Category icons - Page 2 Empty Re: Centering Sub Category icons Thu Nov 04, 2010 10:45 am

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 2 of 2]

Go to page : Previous  1, 2

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