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 : 1, 2  Next

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

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

Emilio

Emilio
Registered Member
Registered Member
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

2Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 2:02 am

Guest


Guest
You can add many of:
Code:
HTML SPACE  
or give the images classes and give them margins from the css (:

3Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 2:05 am

Emilio

Emilio
Registered Member
Registered Member
Wow wait can you help me with mor info

http://www.graphilicious.forumotion.Com

4Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 2:15 am

Guest


Guest
Sorry, i was wrong , i though you added them with HTML but from the pics managements (: OMG :O

i forget how i did that before o.O

Edit: try this in your CSS:
Code:
.status {
          margin-left: 4px;
}

5Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 2:23 am

Emilio

Emilio
Registered Member
Registered Member
Doesnt work

http://www.graphilicious.forumotion.Com

6Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 2:59 am

Guest


Guest
Find this part on your CSS:

Code:
.pun table .tdtopics .status {
    margin-left: -32px;
    }

and change the margin-left to + or whatever (:

7Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 3:03 am

Emilio

Emilio
Registered Member
Registered Member
Nope

http://www.graphilicious.forumotion.Com

8Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 3:22 am

Guest


Guest
I give up (:

9Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 3:24 am

Emilio

Emilio
Registered Member
Registered Member
Look this is what i have in 1 of all my forum titles
Code:
<span style="display:none;">Updates</span>

http://www.graphilicious.forumotion.Com

10Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 3:25 am

Guest


Guest
Aha yah.. but i saw that you added HTML spaces but it doesn't works too?

11Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 3:26 am

Emilio

Emilio
Registered Member
Registered Member
yhe , weird issue

http://www.graphilicious.forumotion.Com

12Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 3:26 am

Guest


Guest
Do you still have the tutorial from Ego one Wink?

13Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 3:28 am

Emilio

Emilio
Registered Member
Registered Member
Noh , But it also says html spaces ...

http://www.graphilicious.forumotion.Com

14Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 3:30 am

Guest


Guest
weird Suspect

The problem is that these icons don't have ID or CLASS, let's wait for someone (:

15Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 3:44 am

Emilio

Emilio
Registered Member
Registered Member
This is my table 4 in 1 icon row code
Code:
<table border="0" width="500">

<tr>
<td style="padding-top: 0px;" class="oilime" width="120"><a href="http://graphilicious.forumotion.com/admin/-f1.htm"><div align="center"><strong><span style="color: rgb(255, 255, 255);">Announcement</span></strong><br><img src="http://cdn.iconfinder.net/data/icons/Copenhagen/PNG/64x64/home.png" border="0"></div></a></td>
<td class="oilime" valign="top" width="130"><div align="center"><a href="http://graphilicious.forumotion.com/admin/-f1.htm"><strong><span style="color: rgb(255, 255, 255);">Resources</span></strong></a></div><div align="center"><a href="http://graphilicious.forumotion.com/admin/-f3.htm"><img src="http://cdn.iconfinder.net/data/icons/Copenhagen/PNG/64x64/web.png" align="top" border="0"></a></div></td>
<td class="oilime" valign="top" width="120"><div align="center"><a href="http://graphilicious.forumotion.com/admin/-f3.htm"><strong><span style="color: rgb(255, 255, 255);">Users help</span></strong></a></div><div align="center"><a href="http://graphilicious.forumotion.com/admin/-f5.htm"><img src="http://cdn.iconfinder.net/data/icons/oxygen/64x64/apps/help-browser.png" border="0"></a></div></td>
<td style="padding-top: 0px;" class="oilime" width="112"><div align="center"><a href="http://graphilicious.forumotion.com/admin/-f4.htm"><strong><span style="color: rgb(255, 255, 255);">Achievements</span></strong><br><img src="http://cdn.iconfinder.net/data/icons/basicset/heart_64.png" border="0"></a></div></td></tr></table>

http://www.graphilicious.forumotion.Com

16Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 3:51 am

Guest


Guest
try this:

Code:
.gensmall {
margin-left:30px;
}

the problem is not with your table (:

17Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:19 am

Emilio

Emilio
Registered Member
Registered Member
Well that works but they aren't perfect centered

http://www.graphilicious.forumotion.Com

18Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:20 am

Guest


Guest
change the 30 with 35 or 40px (:

19Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:21 am

Emilio

Emilio
Registered Member
Registered Member
Noh cause it will be different

http://www.graphilicious.forumotion.Com

20Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:21 am

Guest


Guest
different? xD why?

21Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:22 am

Emilio

Emilio
Registered Member
Registered Member
look good if i put it to 40
see the first one and the last one
doesnt look right

http://www.graphilicious.forumotion.Com

22Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:23 am

Guest


Guest
Yah i think its cool as its now (: i don't think you do it it better XD

23Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:23 am

Emilio

Emilio
Registered Member
Registered Member
BUT I WANT IT PERFECT! xD

http://www.graphilicious.forumotion.Com

24Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:25 am

Guest


Guest
You can try from the templates Razz
index_box:
Code:

<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />

give them a div or whatever

25Centering Sub Category icons Empty Re: Centering Sub Category icons Sun Oct 17, 2010 4:26 am

Emilio

Emilio
Registered Member
Registered Member
Omfg to difficult fo me

http://www.graphilicious.forumotion.Com

Sponsored content


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

Go to page : 1, 2  Next

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