Gta2 Veterans new header

Talk about anything here that isn't related to the other topics.
Post Reply
User avatar
Cuban-Pete
Immortal
Posts: 909
Joined: 29 Jan 2010, 15:03
GH nick: Cuban-Pete

Gta2 Veterans new header

Post 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 556 times
"Mmmm, your eyes are so beautiful."
MrExclusive
Mugger
Mugger
Posts: 16
Joined: 10 May 2009, 03:29

Re: Gta2 Veterans new header

Post 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?
User avatar
Cuban-Pete
Immortal
Posts: 909
Joined: 29 Jan 2010, 15:03
GH nick: Cuban-Pete

Re: Gta2 Veterans new header

Post 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 545 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;
}
"Mmmm, your eyes are so beautiful."
Post Reply