
Sorry to threadwaste but how do customise your profile screen?
In return I promise to post more piccies.
/cheeky smile
( ,
Mon 17 Feb 2003, 16:43,
archived)
In return I promise to post more piccies.
/cheeky smile

it says update your profile and it's a link to update your profile :)
( ,
Mon 17 Feb 2003, 16:44,
archived)

In your profile you have got flashy graphics and stuff, not just a basic white background. How do you that?
;)
( ,
Mon 17 Feb 2003, 16:47,
archived)
;)

There's a thing called a css profile that you can see if you view source on a profile, you need to experiment with the values for colours.
Open yours in source and compare with mine for example and see which bits are different.
I'm no expert so I just played around for a while until it turned out nice again.
( ,
Mon 17 Feb 2003, 16:49,
archived)
Open yours in source and compare with mine for example and see which bits are different.
I'm no expert so I just played around for a while until it turned out nice again.

Shall return later with an updated profile.
/lurks
( ,
Mon 17 Feb 2003, 16:52,
archived)
/lurks

Put it in STYLE tags
BODY { background-color: #999999;}#mainbar { background-color: #703020; color: #909090; font-family: arial, helvetica; font-size: 12px; padding: 12px;}A:link { text-decoration : none; color : #222222; }A:visited { text-decoration : none; color : #222222; }A:active { text-decoration : none; color : #999999; }A:hover { text-decoration : none; color : #ffffff; }
And fiddle about with the six digit numbers.
Post it at the top of your profile info, et voila!
( ,
Mon 17 Feb 2003, 16:47,
archived)
BODY { background-color: #999999;}#mainbar { background-color: #703020; color: #909090; font-family: arial, helvetica; font-size: 12px; padding: 12px;}A:link { text-decoration : none; color : #222222; }A:visited { text-decoration : none; color : #222222; }A:active { text-decoration : none; color : #999999; }A:hover { text-decoration : none; color : #ffffff; }
And fiddle about with the six digit numbers.
Post it at the top of your profile info, et voila!