|
Post by tunescool on Sept 20, 2009 16:36:09 GMT -8
i replaced what you gave me last with .cattext {padding-left: 150px;}
|
|
|
Post by pm on Sept 20, 2009 21:43:53 GMT -8
In the Board Links (code) The CSS above it. Try using this. Adjust the red.
<style type="text/css"> <!-- .boardLink {color: 000000; font-size: 12; padding-left: 40px;} --> </style>
Find this. Add the red and adjust the 40px to fit.
<style type="text/CSS"> .catbg { padding: 1px; padding-left: 40px; } </style>
You have a Bunch of Codes, it takes some time just to view them. Have you ever considered moving all the CSS to the Global Header?
Removing space between codes could help also.
|
|
|
Post by tunescool on Sept 20, 2009 22:07:16 GMT -8
that just moves the board names, im trying to center the info center
im not sure how to move all the css to the header
|
|
|
Post by pm on Sept 20, 2009 22:28:55 GMT -8
that just moves the board names, im trying to center the info center im not sure how to move all the css to the header Well, sorry. The thread title refers to Board Name. Maybe edit the subject to reflect that? Regarding the CSS, as hard as it is to get you do try something I will not go there at this time but I will tell you this. Anything that has <style> is CSS. I want bother you again. Good luck.
|
|
|
Post by Wormopolis on Sept 20, 2009 23:19:28 GMT -8
It strted out as board names and then progresed to category names. unfortunately the info center name were under the same class "cattext"
get rid of any CSS that concerns cattext.
.catbg font {padding-left: 150px}
should ONLY affext any font tag that is directly under a cell with class "catbg". since infocenter isnt in a cell like that, it should be ok.
|
|
|
Post by tunescool on Sept 20, 2009 23:40:58 GMT -8
it didnt center it
|
|
|
Post by pm on Sept 21, 2009 0:19:52 GMT -8
It strted out as board names and then progresed to category names. unfortunately the info center name were under the same class "cattext" I understand Wormo. I'm done trying to help this request. Sorry Tunescool for any confusing. Edit: I corrected my spelling.
|
|
|
Post by Wormopolis on Sept 21, 2009 0:36:40 GMT -8
its cool.
ok tunes, leave what you have so I can manipulate your CSS.
|
|
|
Post by Wormopolis on Sept 21, 2009 0:47:53 GMT -8
Well I learned something new. in cascading CSS, it doesnt HAVE to be directly nested in order for it to affect:
.catbg font {padding-left: 150px}
will affect the font tags directly under a TD with class catbg, and it will ALSO affect ALL font tags under that cell. so I guess the only way to undo it, would be to make it:
.catbg font {padding-left: 150px;} .catbg td font {padding-left: 0 px;}
that should cancel out if the font is under a second TD element. give that a shot.
|
|
|
Post by tunescool on Sept 21, 2009 1:07:26 GMT -8
nothing happened
|
|
|
Post by Wormopolis on Sept 21, 2009 1:45:45 GMT -8
|
|
|
Post by tunescool on Sept 21, 2009 2:11:54 GMT -8
its still over to the rite
|
|
|
Post by Wormopolis on Sept 21, 2009 11:08:52 GMT -8
get rid of the CSS then. I give up. I cant make the categories move without affecting the info center. perhaps someone else will have better luck.
|
|
|
Post by tunescool on Sept 21, 2009 12:05:18 GMT -8
after looking at it i wanna keep them over there. but if i take out the centering code would a seperate css work to move the info center to a different position
|
|
|
Post by Wormopolis on Sept 21, 2009 17:26:11 GMT -8
|
|