|
Author | Topic: Forum Appearence mods (Read 433 times) |
The Fallen Angel New Member member is offline
![[avatar] [avatar]](http://www.extremejunkyard.com/images/faav.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Oct 2011 Gender: Male  Posts: 47 Location: Valley of lost souls Karma: 0 |  | Forum Appearence mods « Thread Started on Oct 26, 2011, 9:00pm » | |
Idk if its bad luck over the last 48 hours or my killer headache ive had but i cannot seem to locate a few codes that i know exist... Or maybe im just missing a step somewhere along the line.
Anyways heres my questions...
Also heres a the link to my test site so i can show exactly what im talking about.
http://xjtb.proboards.com/index.cgi
(side note that Background is gonna leave, just something i was trying out)
Now back to the questions...
How can i center where it says
Affiliates-1 ?
Forum Name? (actually would like to change that to where it just says the name of my first category, while removing my first category bar)
Please keep in mind that is purely my test site... I only hit random buttons when naming things..
Thanks for the Help!
|
"Almost dying changes nothing. Dying changes everything" |
|
Pebble Code Helper IOD Supporter member is offline
![[avatar] [avatar]](http://i1136.photobucket.com/albums/n494/pebbleleague/FootballGif.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2011 Gender: Male  Posts: 1,179 Location: Here & There Karma: 155 | |
The Fallen Angel New Member member is offline
![[avatar] [avatar]](http://www.extremejunkyard.com/images/faav.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Oct 2011 Gender: Male  Posts: 47 Location: Valley of lost souls Karma: 0 |  | Re: Forum Appearence mods « Reply #2 on Oct 27, 2011, 8:45pm » | |
not the code im looking for that removed it. I want to center the name of the category, and also how can i get my category name to be in the same row as where it says last post? or do i have a script that might have changed that... I am at a loss here
Edit: Ok so i have figured it all out now if you look at it, except for getting my category name to center up in the row it is in
|
"Almost dying changes nothing. Dying changes everything" |
|
Speed Moderator v5 Theme Support member is offline
![[avatar] [avatar]](http://i.imgur.com/XTapr2O.png)
The Vortex
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Apr 2011 Gender: Male  Posts: 5,571 Location: In The Vortex Of IOD Karma: 215 |  | Re: Forum Appearence mods « Reply #3 on Oct 27, 2011, 9:47pm » | |
Oct 27, 2011, 8:45pm, The Fallen Angel wrote:not the code im looking for that removed it. I want to center the name of the category, and also how can i get my category name to be in the same row as where it says last post? or do i have a script that might have changed that... I am at a loss here
Edit: Ok so i have figured it all out now if you look at it, except for getting my category name to center up in the row it is in |
|
Try either one of these style tags
Top of Global Header
Code: <!---------------------------------- Aligns Catagory Name Text ------------------------------->
<style type="text/css"> .catbg {text-align: center;}
</style>
<!------------------------------ Aligns Catagory BG 1 Name Text ---------------------------->
<style type="text/css"> .catbg1 {text-align: center;}
</style>
|
|
Speed
PS
You might want to find and get rid of the mis placed arrow left too
![[image] [image]](http://i.imgur.com/O2xaV.jpg)
EDIT:
You might find that wayward arrow right above your ""hide info center for guests by ross"" code
|
![[image] [image]](http://i.imgur.com/hruYb.gif)
![[image] [image]](http://i1195.photobucket.com/albums/aa385/demonspeed33/Speeds%20Avatars/4Bmyv.png) WARNING FOR [ME]! DO NOT CLICK HERE! |
|
The Fallen Angel New Member member is offline
![[avatar] [avatar]](http://www.extremejunkyard.com/images/faav.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Oct 2011 Gender: Male  Posts: 47 Location: Valley of lost souls Karma: 0 |  | Re: Forum Appearence mods « Reply #4 on Oct 27, 2011, 9:50pm » | |
neither of them got the text to move over either.
|
"Almost dying changes nothing. Dying changes everything" |
|
Speed Moderator v5 Theme Support member is offline
![[avatar] [avatar]](http://i.imgur.com/XTapr2O.png)
The Vortex
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Apr 2011 Gender: Male  Posts: 5,571 Location: In The Vortex Of IOD Karma: 215 |  | Re: Forum Appearence mods « Reply #5 on Oct 27, 2011, 9:53pm » | |
Oct 27, 2011, 9:50pm, The Fallen Angel wrote:| neither of them got the text to move over either. |
|
Which class is that bar in? If you know change the style tag to match it.
EDIT:
the class should be either
.titlebg
or
.catbg
so the style tag should either be
Code: <style type="text/css"> .catbg {text-align: center;}
</style>
or
<style type="text/css">
.titlebg {text-align: center;}
</style>
|
|
|
![[image] [image]](http://i.imgur.com/hruYb.gif)
![[image] [image]](http://i1195.photobucket.com/albums/aa385/demonspeed33/Speeds%20Avatars/4Bmyv.png) WARNING FOR [ME]! DO NOT CLICK HERE! |
|
GFX Support GFX Designer member is offline
![[avatar] [avatar]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/GOTS-GFXDesigner-Avvy.png)
Off duty
Joined: Apr 2009 Gender: Male  Posts: 1,962 Karma: 75 |  | Re: Forum Appearence mods « Reply #6 on Oct 28, 2011, 9:45am » | |
This might do the trick:
Code:<style type="text/css"> .catbg td {text-align: center; width: 100%;} </style> |
|
|
|
|
OJ Moderator member is offline
![[avatar] [avatar]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/GOTS-OjMod-Avvy.png)
![[msn] [msn]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-msn_off.png)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Nov 2010 Gender: Male  Posts: 976 Location: California Karma: 53 |  | Re: Forum Appearence mods « Reply #7 on Oct 28, 2011, 9:53am » | |
You can also try this:
Go to your Admin Panel>Modify Category>Select Category>
On the Category title put the center tags around it:
[center]XJ!@#[/center]
That's how I center my cat names.
|
|
|
Pebble Code Helper IOD Supporter member is offline
![[avatar] [avatar]](http://i1136.photobucket.com/albums/n494/pebbleleague/FootballGif.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2011 Gender: Male  Posts: 1,179 Location: Here & There Karma: 155 |  | Re: Forum Appearence mods « Reply #8 on Oct 28, 2011, 4:53pm » | |
<style type="text/css"> .cattext {text-align: center; width: 100%;} </style>
Its the text that needs centering , not the background. This should work - needs to be top of your global footer. Fallen Angel - I've sent you a PM about some codes that are duplicated/not needed/wrong place.
Pebble
|
|
|
The Fallen Angel New Member member is offline
![[avatar] [avatar]](http://www.extremejunkyard.com/images/faav.gif)
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Oct 2011 Gender: Male  Posts: 47 Location: Valley of lost souls Karma: 0 |  | Re: Forum Appearence mods « Reply #9 on Oct 28, 2011, 8:48pm » | |
Huge props to all of you guys... I got that problem worked out, now i just got to try and get the ones that Pebble pointed out to me resolved... Dang when your out of the loop for 5 years and try and get back into it you lose so much information that use to come o so simple
|
"Almost dying changes nothing. Dying changes everything" |
|
SubDevo Co-Admin Code Support member is offline
![[avatar] [avatar]](http://i486.photobucket.com/albums/rr230/FridayFiles/598px-Lunar_libration_109.gif)
Creator of LSD...
![[homepage] [homepage]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Misc/MP-ContactIcons/GOTS-Homepage_off.png) Joined: Mar 2009 Gender: Male  Posts: 2,594 Location: MI, USA Karma: 102 |  | Re: Forum Appearence mods « Reply #10 on Apr 5, 2012, 10:37pm » | |
Oct 28, 2011, 9:53am, OJ wrote:You can also try this:
Go to your Admin Panel>Modify Category>Select Category>
On the Category title put the center tags around it:
[center]XJ!@#[/center]
That's how I center my cat names.  |
|
Even though this does work and UBBC is allowed in the cat (and board) names, I discourage it's use because of possible conflicts with other codes that look for the category (or board) title. I always prefer a CSS solution if it is possible.
|
![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6left_off.gif) ![[image] [image]](http://i486.photobucket.com/albums/rr230/FridayFiles/siganimation6right_off.gif)
![[image] [image]](http://vegasfoxxgfx.com/IOD/GOTS-Images/Sigs/IOD-MB-SubDevo-3.png) Why are you looking at my signature, [ME]? |
|
|