|
|
| Author |
Message |
Denny
Well Known User
Joined: 07 Feb 2009
Posts: 126
|
Posted: March 7th 2010, 2:02 pm Post subject: |
|
|
Can you help me on these, farther down the index page ?
View unanswered posts | View active topics
View new posts | View your posts
Delete all board cookies | The team |
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3913
Location: Australia
|
Posted: March 7th 2010, 2:07 pm Post subject: |
|
|
Same thing with them as well. Simply change the class to suit your needs.
While you are at it, try adding a space
after User Control Panel so that the "l" does not sit right on the edge of the "bar" _________________ ~HG~
|| rodneyangell.com || || phpbb-tutorials.com ||My Hacks |
|
| Back to top |
|
 |
Denny
Well Known User
Joined: 07 Feb 2009
Posts: 126
|
Posted: March 7th 2010, 2:12 pm Post subject: |
|
|
So, I would change: in the index body...
| Code:
|
<!-- IF not S_IS_BOT or U_TEAM -->
<span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></span><br />
<!-- ENDIF -->
|
to:
| Code:
|
<!-- IF not S_IS_BOT or U_TEAM -->
<span class="cat"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></span><br />
<!-- ENDIF -->
|
|
|
| Back to top |
|
 |
~HG~
Dedicated User
Joined: 08 Nov 2003
Posts: 3913
Location: Australia
|
Posted: March 7th 2010, 2:38 pm Post subject: |
|
|
Yep that will do it or if you like you could use
| Code:
|
|
<span class="tablebg">
|
which would give you a plain white background.
It is up to you so just have a play with the classes and see which one you prefer.
I am off to work now so will check back later. _________________ ~HG~
|| rodneyangell.com || || phpbb-tutorials.com ||My Hacks |
|
| Back to top |
|
 |
Denny
Well Known User
Joined: 07 Feb 2009
Posts: 126
|
Posted: March 7th 2010, 2:41 pm Post subject: |
|
|
| Ok, thank you very much ~HG~ |
|
| Back to top |
|
 |
Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.
|
|
| Back to top |
|
 |
Denny
Well Known User
Joined: 07 Feb 2009
Posts: 126
|
Posted: March 8th 2010, 1:09 pm Post subject: |
|
|
Yes, thanks again ~HG~. I forgot to add the But got it this morning just a little while ago. Looks good !!  |
|
| Back to top |
|
 |
|