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.

Change the Position and color of Category name?

3 posters

Go down

Change the Position and color of Category name? Empty Change the Position and color of Category name?

Post by shamzblueworld October 17th 2009, 7:00 am

hey experties, this is for you
i want to know how to change the position of the category name from left to center? and also how to change only the category name color? i think this should be possible in css,
just need to know class name or id of those
shamzblueworld
shamzblueworld
Forumember

Male Posts : 568
Reputation : 0
Language : English,urdu,hindi,arabic, basic html, css... will learn xml,javascript and jscript
Location : Pakistan

http://www.funstopforum.net

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by RoNo October 17th 2009, 8:05 am

You can center and color category names like this
Code:
<table style="margin-left: 225px"><tr><td><font face="times new roman" color="red" size="3">Games Forum</font></td></tr></table>
(placed in "category name" field)

Increase the "margin-left" px number to move your title to the right
Example with "margin-left: 225px;"
Change the Position and color of Category name? Center-cat
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by shamzblueworld October 17th 2009, 11:07 am

this way i have to do with all the category names, can't i do all at same? or with just one code? this is hard as i have lots of categories
shamzblueworld
shamzblueworld
Forumember

Male Posts : 568
Reputation : 0
Language : English,urdu,hindi,arabic, basic html, css... will learn xml,javascript and jscript
Location : Pakistan

http://www.funstopforum.net

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by RoNo October 17th 2009, 3:08 pm

Use this to center your category headers
Code:
.header dt, .header dd { margin-left:0px; text-align:center }
Spoiler:

Try this for all of your titles
Code:
.topiclist dt, .topiclist dd { margin-left:0px; text-align:center }
Spoiler:
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by shamzblueworld October 17th 2009, 3:41 pm

i have tried both of them, both are not working.
shamzblueworld
shamzblueworld
Forumember

Male Posts : 568
Reputation : 0
Language : English,urdu,hindi,arabic, basic html, css... will learn xml,javascript and jscript
Location : Pakistan

http://www.funstopforum.net

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by RoNo October 17th 2009, 3:48 pm

Sorry... these codes work for the 2 forum versions I use "Invision and Phpbb3".
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by shamzblueworld October 17th 2009, 3:57 pm

ok, i use phpbb2 , so ???
shamzblueworld
shamzblueworld
Forumember

Male Posts : 568
Reputation : 0
Language : English,urdu,hindi,arabic, basic html, css... will learn xml,javascript and jscript
Location : Pakistan

http://www.funstopforum.net

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by RoNo October 17th 2009, 4:05 pm

Phpbb2 has a completely different Css.
I think ankillien uses that version... he should be back soon. Very good
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by shamzblueworld October 17th 2009, 4:08 pm

ok, thanx for your effort. looking forward for him now
shamzblueworld
shamzblueworld
Forumember

Male Posts : 568
Reputation : 0
Language : English,urdu,hindi,arabic, basic html, css... will learn xml,javascript and jscript
Location : Pakistan

http://www.funstopforum.net

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by shamzblueworld October 19th 2009, 12:58 pm

bump!
shamzblueworld
shamzblueworld
Forumember

Male Posts : 568
Reputation : 0
Language : English,urdu,hindi,arabic, basic html, css... will learn xml,javascript and jscript
Location : Pakistan

http://www.funstopforum.net

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by kirk October 19th 2009, 1:25 pm

shamzblueworld wrote:bump!

you don't have to use css

use your center tags.

Code:
<center> </center>

see my category (Skins/Backgrounds and more) over here.
i just added the center tags to the title of it Smile
http://freeforummakers.forumotion.com/forum.htm

Code:
<center>Skins/Backgrounds and more</center>

oh what color do you want it too?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by shamzblueworld October 19th 2009, 5:14 pm

i know about this but as i said before i already have lots of categories, and i dont want to do all of them one by one, it will take very long. thats why i need to know the code so i can do this to all at once.
shamzblueworld
shamzblueworld
Forumember

Male Posts : 568
Reputation : 0
Language : English,urdu,hindi,arabic, basic html, css... will learn xml,javascript and jscript
Location : Pakistan

http://www.funstopforum.net

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by kirk October 19th 2009, 9:27 pm

the only way i can see doing this through css that way would be if you have your whole skin in a css code.
then you would have to find where the part of the code is for categories
and add center to it.

So may be ankillien can help like rono has said.or jolokim
i do have a few css generators but i do not see the option there for what you looking for.

you can take a look it you like.

http://www.ahfb2000.com/cssgenerator.php
and the pro version
http://www.ahfb2000.com/cssgenerator2.php?sub=gen_form

in the mean time i will pm both ankillien and jalo to see if they can help.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by shamzblueworld October 20th 2009, 4:44 pm

ok thanx, i will probably wait for them to response here.
shamzblueworld
shamzblueworld
Forumember

Male Posts : 568
Reputation : 0
Language : English,urdu,hindi,arabic, basic html, css... will learn xml,javascript and jscript
Location : Pakistan

http://www.funstopforum.net

Back to top Go down

Change the Position and color of Category name? Empty Re: Change the Position and color of Category name?

Post by shamzblueworld October 22nd 2009, 3:46 pm

bumping for sanket, i think he is online
shamzblueworld
shamzblueworld
Forumember

Male Posts : 568
Reputation : 0
Language : English,urdu,hindi,arabic, basic html, css... will learn xml,javascript and jscript
Location : Pakistan

http://www.funstopforum.net

Back to top Go down

Back to top


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