| a SkeyMedia Network site
A Honda & Acura Forum and technical discussion board. Topics include hybrid and swap information, turbo installation, tuning, ecu chipping, jdm parts and accessories, suspension setups and much more. Join us at HondaSwap.com
|
|||||||
|
Welcome, Guest! Please Register or Login:
Members have access to more features, better search, and see fewer ads! It's free, what are you waiting for? |
|
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
Senior Member
|
Ok, Ive been trying to teach myself how to manipulate the CSS on my site, so far I have done ok, I think.
But, there are some problems I cant seem to find the answers to. ![]() If its outlined in yellow, I dont want a background color. Any ideas or hints or anything? |
|
|
|
|
|
#2 |
|
RETIRED
|
can't be done in the default template. that alt1 class effects EVERY instance of the grey. you'll have to edit your templates on the navbar and the forumdisplay and give them a new class name, say alt5 (3 and 4 are used as well by default) and then add
Code:
.alt5 { background: #000000; }
|
|
|
|
|
|
#3 | |
|
Senior Member
|
Quote:
If i gave you admin access would you do it for me? |
|
|
|
|
|
|
#5 | |
|
Senior Member
|
Quote:
Code:
<td>background: transparent</td> <th>background: transparent</th> <p>background: transparent</p> <li>background: transparent</li> Code:
<td>background-color: transparent</td> <th>background-color: transparent</th> <p>background-color: transparent</p> <li>background-color: transparent</li> |
|
|
|
|
|
|
#6 |
|
RETIRED
|
css doesn't use html selectors, and "transparent" is depreciated.
Code:
td { background: #000000; }
for example. you'll need to specify a color, but that will change EVERY table cell, so that's probably not what you want to do. I can't tell what you want from your screen shots. |
|
|
|
|
|
#7 | |
|
HS Troll...And Mod
Join Date: Apr 2005
Location: San Antonio, TX
Age: 24
Posts: 10,915
iTrader: 0 / 0%
Ride: 2001 Honda S2000
Rep Power: 254 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Quote:
Code:
.tdalt1
{
background: #000000;
}
Code:
<td class="tdalt1"> |
|
|
|
|
|
|
#8 | |
|
Senior Member
|
Quote:
The areas in yellow, need to be transparent or black not gray. reikoshea - where do I input the code you gavE? |
|
|
|
|
|
|
#9 |
|
HS Troll...And Mod
Join Date: Apr 2005
Location: San Antonio, TX
Age: 24
Posts: 10,915
iTrader: 0 / 0%
Ride: 2001 Honda S2000
Rep Power: 254 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
I think i know what you are talking about (FINALLY).
You'll have to remove the: padding: 5px; line in the body class. Itll get rid of the black but it will shrink the size of the forum (i think). I hadnt been to your website when i wrote that. Now that ive seen the actual code, the new thing should work. Last edited by reikoshea; 07-02-2006 at 04:34 AM. |
|
|
|
|
|
#10 | |
|
Senior Member
|
Quote:
|
|
|
|
|
|
|
#11 |
|
HS Troll...And Mod
Join Date: Apr 2005
Location: San Antonio, TX
Age: 24
Posts: 10,915
iTrader: 0 / 0%
Ride: 2001 Honda S2000
Rep Power: 254 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
okay, i know what you mean.
download the index.php file from your website onto your hard drive. HOPEFULLY this will be easy. Open the file in notepad. Find padding: 5px; Delete Save Upload I hope VBulliten is written that way. Otherwise, its up to B, cause ive never used vbulletin, and it would take me a bit (like an hour...and i definitely dont wanna be up that much longer) to figure it completely out. If you dont figure it out before the F1 race tomorrow (11:30 Central) send me an IM at Reik0shea (thats a zero) on AIM. Ill help you out. Just create an acct for me on your server and ill take care of it.
__________________
If you PM me with tech questions, you better have a link to the thread in your PM. Anime Informant |
|
|
|
|
|
#13 | |
|
Senior Member
|
Quote:
Yea, you cant change it that way. BBBBBBBBB help!!!!
|
|
|
|
|
|
|
#14 |
|
HS Troll...And Mod
Join Date: Apr 2005
Location: San Antonio, TX
Age: 24
Posts: 10,915
iTrader: 0 / 0%
Ride: 2001 Honda S2000
Rep Power: 254 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Not asking you to do anything that would make you uncomfortable. The only thing that would allow me to help you is an admin acct on the forum.
Ive never used VBulliten, and since HS is now a VBulletin site, i figure B would be better at it than i am...BED TIME THOUGH. Gotta get up and watch Michael kick ass tomorrow. |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How many forum posters does it take..... | pissedoffsol | Members' Lounge | 51 | 12-01-2007 12:32 AM |
| this is the wirst forum i have ever seen | cobraz240@hotmail.com | HYBRID -> EG-EK / DC | 10 | 01-14-2006 03:11 PM |
| Common posts on other message boards | Sabz5150 | Members' Lounge | 16 | 09-03-2004 05:47 PM |
| A Non-swap Problem Forum? | SleEPeR_CRX | Members' Lounge | 8 | 06-22-2003 03:05 AM |
| F***ck me! This forum is the hottest eva! | zooped | Members' Lounge | 2 | 10-01-2002 12:21 AM |