TeenHollywood Network
  • Location:
  • Home >
  • Forums
Go Back   FanHost Forums > FanHost News and Feedback > Announcements
Register FAQ Members List Arcade Calendar Search Today's Posts Mark Forums Read
Reply
 
LinkBack Thread Tools
Old 09-13-2006, 06:56 AM   #41 (permalink)
Joshtopian
 
Jocasta's Avatar
 
Join Date: Sep 2002
Location: Shaftesbury Avenue
Posts: 17,803
Default

Thanks rory... I couldn't have done it without you! (Yes, you're to blame)
Jocasta is offline   Reply With Quote
Old 09-13-2006, 09:07 AM   #42 (permalink)
Senior Member
 
M@tt's Avatar
 
Join Date: Feb 2003
Location: UK
Posts: 1,962
Default

A couple more CSS questions...

What's the code to the change the colour of the tables?

Also, is there a code to change the colour of the links?
M@tt is offline   Reply With Quote
Old 09-13-2006, 11:03 AM   #43 (permalink)
BD100
 
Posts: n/a
Default

Quote:
Originally Posted by M@tt
A couple more CSS questions...

What's the code to the change the colour of the tables?
Heres my code, .tcat is the table headings and .alt1/.alt2 are the table contents:
Code:

.tcat

{

	background: #52352f;
        color: #FFFFFF;

	

}


.alt1, .alt1Active

{

	background: #ffffff;
	color: #000000;

}

.alt2, .alt2Active

{

	background: #ffffff;
        color: #000000;

}
Quote:
Also, is there a code to change the colour of the links?
Code:
a:link
{
 color:#000000;
}

Last edited by BD100 : 09-13-2006 at 11:05 AM.
  Reply With Quote
Old 09-13-2006, 11:40 AM   #44 (permalink)
Kiss My Pom Poms
 
Keri's Avatar
 
Join Date: Jan 2005
Location: UK
Posts: 4,018
Default

Ben, pleeeeeeeeease can you PM me all your CS code? I want copy your look Fair swap for my sig i think?
Keri is offline   Reply With Quote
Old 09-13-2006, 11:43 AM   #45 (permalink)
Senior Member
 
M@tt's Avatar
 
Join Date: Feb 2003
Location: UK
Posts: 1,962
Default

Thanks BD, working a lot better now.
M@tt is offline   Reply With Quote
Old 09-13-2006, 02:35 PM   #46 (permalink)
Administrator
 
open32's Avatar
 
Join Date: Dec 2004
Location: South Florida
Posts: 7,571
Default

Quote:
the problem is only I can see it
Yup, its nice, but I so dont see that box. On mine I didnt even relize it was an individual box. I see what you mean now, only big poppa can change that stuff. He said he was still working on it so well see what comes.

Im still trying to figure out how to change the font color and create new tables. Will alt1/2 change the font?

Transparency
Code:
 
background-color:transparent;

Last edited by open32 : 09-13-2006 at 02:53 PM.
open32 is offline   Reply With Quote
Old 09-13-2006, 03:12 PM   #47 (permalink)
BD100
 
Posts: n/a
Default

Changing the 'color' and 'font' lines in this code will change the font properties for the table headings (the dark brown bits on my profile). To change the font properties for the whole page just add those 2 lines to '.alt1', '.alt2' and 'body'.



Code:
.tcat

{

	background: #52352f;

	color: #FFFFFF;

	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;

}
Quote:
Im still trying to figure out how to change the font color and create new tables.
You can't create new tables with CSS, only manipulate the existing ones that are in the HTML. You can move those tables around, but thats a bit beyond my knowledge of CSS.
  Reply With Quote
Old 09-13-2006, 04:54 PM   #48 (permalink)
Me?
 
lovely_disaster's Avatar
 
Join Date: Apr 2006
Location: US, Texas
Posts: 659
Default

i dont know if this is the right place to put this but what does this mean

Quote:
You must spread some Reputation around before giving it to ------ again.
how do i spread it?
lovely_disaster is offline   Reply With Quote
Old 09-13-2006, 05:00 PM   #49 (permalink)
Senior Member
 
M@tt's Avatar
 
Join Date: Feb 2003
Location: UK
Posts: 1,962
Default

You can only give so much rep to one person in a period of time, if you give more reputation to more people then you can start giving rep to the first person again. It's to stop people giving rep to the same over and over again.
M@tt is offline   Reply With Quote
Old 09-13-2006, 05:04 PM   #50 (permalink)
Me?
 
lovely_disaster's Avatar
 
Join Date: Apr 2006
Location: US, Texas
Posts: 659
Default

oh, ok. thanks!
lovely_disaster is offline   Reply With Quote
Old 09-13-2006, 09:11 PM   #51 (permalink)
Administrator
 
open32's Avatar
 
Join Date: Dec 2004
Location: South Florida
Posts: 7,571
Default

Quote:
You can only give so much rep to one person in a period of time,
I havent touched it yet.

Quote:
You can't create new tables with CSS, only manipulate the existing ones that are in the HTML. You can move those tables around, but thats a bit beyond my knowledge of CSS.
Thanks DB100.
open32 is offline   Reply With Quote
Old 09-13-2006, 10:27 PM   #52 (permalink)
MIHO THE HARTNETT BUNNI!!
 
Intensely Deceiving's Avatar
 
Join Date: Dec 2005
Location: Canada
Posts: 1,584
Default

Wow..... I am soooooooooo lost.... I will have to fiddle....
Intensely Deceiving is offline   Reply With Quote
Old 09-13-2006, 11:24 PM   #53 (permalink)
The Former Owner - now just a poster!
 
Jeff's Avatar
 
Join Date: Feb 2003
Location: New Hampshire
Posts: 3,169
Send a message via AIM to Jeff
Default

basically cut and paste the code from above into the CSS field box... you will then see.
Jeff is offline   Reply With Quote
Old 09-14-2006, 01:42 AM   #54 (permalink)
Administrator
 
open32's Avatar
 
Join Date: Dec 2004
Location: South Florida
Posts: 7,571
Default

Quote:
Also it won't allow me to go over 19.5, and my file image was only 22.4.
I have seen a few over 19.5, maybe it only works sometime, If you post it I can try to add it.

Quote:
Wow..... I am soooooooooo lost.... I will have to fiddle....
Ya this thread is a mess, there is like 10 different subjects, Ill try to make a thread tommorow that will put everything people posted about the code in one place.

Most of it is just copy and paste, you paste it in the CSS box at the bottom of your edit profile in your usercp.

Last edited by open32 : 09-14-2006 at 01:42 AM.
open32 is offline   Reply With Quote
Old 09-14-2006, 05:41 AM   #55 (permalink)
In My Head
 
Sk8er gurl's Avatar
 
Join Date: Sep 2004
Location: dreamland
Posts: 3,225
Default

Quote:
Originally Posted by open32
Im still trying to figure out how to change the font color and create new tables.
I think this works for the font color
Code:
* {
    color:#CCCCCC;
    }
Sk8er gurl is offline   Reply With Quote
Old 09-14-2006, 06:03 AM   #56 (permalink)
BD100
 
Posts: n/a
Default

Quote:
Originally Posted by Sk8er gurl
I think this works for the font color
Code:
* {
    color:#CCCCCC;
    }
Yes, thats a better way of doing it - the '*' means the code is applied to every CSS class on the page.
  Reply With Quote
Old 09-14-2006, 04:28 PM   #57 (permalink)
Administrator
 
open32's Avatar
 
Join Date: Dec 2004
Location: South Florida
Posts: 7,571
Default

uuuh, mine is a mess, im just going to put up something like DB100. Nice and clean.
open32 is offline   Reply With Quote
Old 09-15-2006, 06:56 AM   #58 (permalink)
Senior Member
 
M@tt's Avatar
 
Join Date: Feb 2003
Location: UK
Posts: 1,962
Default

Why has the buddy lists been edited off the profile pages?

I have neither list under my friends any more.
M@tt is offline   Reply With Quote
Old 09-15-2006, 07:29 AM   #59 (permalink)
Kamen Rider Kiva
 
SilverSpoon's Avatar
 
Join Date: Apr 2002
Location: www.canofnothing.com
Posts: 7,526
Default

Hooray, there is a God!
SilverSpoon is offline   Reply With Quote
Old 09-16-2006, 07:23 PM   #60 (permalink)
The Former Owner - now just a poster!
 
Jeff's Avatar
 
Join Date: Feb 2003
Location: New Hampshire
Posts: 3,169
Send a message via AIM to Jeff
Default

i got the comments stuff working. check your profiles.
Jeff is offline   Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

All times are GMT -4. The time now is 08:35 AM.



Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Powered by vBulletin. Copyright © 2007 TeenHollywood.com II Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90