Talk about anything here that isn't related to the other topics.
Cuban-Pete
Immortal
Posts: 909 Joined: 29 Jan 2010, 15:03
GH nick: Cuban-Pete
Post
by Cuban-Pete » 13 Feb 2011, 12:09
Hey Mr Exclusive, since PM attachments don't work. I post it here. What do you think of new header you requested?
//edit. please download the zipped one. forum re-compresses it I think...
"Mmmm, your eyes are so beautiful."
MrExclusive
Mugger
Posts: 16 Joined: 10 May 2009, 03:29
Post
by MrExclusive » 14 Feb 2011, 15:19
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?
Cuban-Pete
Immortal
Posts: 909 Joined: 29 Jan 2010, 15:03
GH nick: Cuban-Pete
Post
by Cuban-Pete » 14 Feb 2011, 17:07
I work in (free) Gimp, so I added that one to the zip. Thanks for the compliments.
//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."