Page 1 of 1

Gta2 Veterans new header

Posted: 13 Feb 2011, 12:09
by Cuban-Pete
Hey Mr Exclusive, since PM attachments don't work. I post it here. What do you think of new header you requested? :)
gtaveteran-header-01.jpg
//edit. please download the zipped one. forum re-compresses it I think...
gtaveteran-header-01a.zip
(22.5 KiB) Downloaded 636 times

Re: Gta2 Veterans new header

Posted: 14 Feb 2011, 15:19
by MrExclusive
GOSH! It's just perfect. THX :*

Would you be so kind and send me both .png and .psd (if it was made with PS) versions?

Re: Gta2 Veterans new header

Posted: 14 Feb 2011, 17:07
by Cuban-Pete
I work in (free) Gimp, so I added that one to the zip. Thanks for the compliments. :D
gta2 veteran website.zip
(181.54 KiB) Downloaded 605 times
//edit. small thing. you use for the header title a font that most people dont have on the pc -> trajan pro. I suggest to edit your css (if that is possible) and use this:

current one:

Code: Select all

#title a {
	text-decoration:none;
	color:#FFF;
	height:30px;
	display:block;
	font-family:"Trajan Pro";
	letter-spacing:0;
}
new one:

Code: Select all

#title a {
	text-decoration:none;
	color:#FFF;
	height:30px;
	display:block;
	font-family:"Trajan Pro", Arial;
	letter-spacing:0;
}