Headers to pics |
Headers to pics |
Jul 20 2008, 03:46 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Aug 2007 Member No: 565,680 |
are there codes to change headers like About me,i'd like to meet,Friend space and stuff like that to an image?
|
|
|
|
![]() |
Jul 21 2008, 03:17 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
you can do them individually by telling which table cell they're in, like so:
CODE <style> .blurbs .orangetext15 { background:url(IMAGE LINK); display:block; height:##px; width:##px; } .friendSpace .orangetext15 { background:url(IMAGE LINK); display:block; height:##px; width:##px; } .friendsComments .orangetext15 { background:url(IMAGE LINK); display:block; height:##px; width:##px; } </style> the only problem with doing it for your About Me title is that the ".blurbs .orangetext15" is going to change the "about me" and the "who i'd like to meet" headings. you can fix it by doing something like nikx618 said: hide it and put an image at the top of your about me text. you can hide it with .blurbs .orangetext15 { display:none; } |
|
|
|
caleb4992 Headers to pics Jul 20 2008, 03:46 PM
Anarchy Try this code:
CODE<style>
.orangetext15 ... Jul 20 2008, 04:47 PM
caleb4992 no i meant change the headers individualy Jul 20 2008, 08:12 PM
nikx618 you can hide them all,
then just make your own te... Jul 20 2008, 08:30 PM
Anarchy You can't change them individually because the... Jul 20 2008, 09:17 PM
caleb4992 its not working i'm getting this Jul 21 2008, 12:09 PM
Anarchy Add the bolded parts to the code Fixtatik gave you... Jul 21 2008, 12:18 PM
caleb4992 thanks works like a charm...you guys are so helpfu... Jul 21 2008, 12:25 PM![]() ![]() |