View Single Post
Old 2004-01-23, 21:41   Link #2
JustAnotherFan
/(bb|[^b]{2})/
 
 
Join Date: Nov 2003
While I don't like to answer to myself, I am afraid no on will notice when I just edit the old one

Anyway: I add a 3rd wish for xmas 2004

3) not sure whether I just missed an option (if it's there it's really well hidden), but would it be possible to change the dates to a less ambigues way, like yyyy-mm-dd? or if possible with vB, to allow anyone to use his/her own date format?

And a copy&paste solution for wish number 2 (replacing same entries of styleid 3):

Code:
.thead
{
	background: #314263;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.thead a:link
{
	color: #FFFFFF;
}
.thead a:visited
{
	color: #FFFFFF;
}
.thead a:hover, .thead a:active
{
	color: #FFFFFF;
}
.tfoot
{
	background: #314263;
	color: #FFFFFF;
}
.tfoot a:link
{
	color: #FFFFFF;
}
.tfoot a:visited
{
	color: #FFFFFF;
}
.tfoot a:hover, .tfoot a:active
{
	color: #FFFFFF;
}
JustAnotherFan is offline   Reply With Quote