tables - replacing text for pictures |
![]() ![]() |
tables - replacing text for pictures |
Mar 22 2006, 03:21 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Nov 2005 Member No: 295,017 |
How do i put customised pictures for my "general", "hero's" etc sections, like the girls below
http://profile.myspace.com/index.cfm?fusea...iendid=23111170 ive searched through the scripts and cannot find a topic on this |
|
|
|
Mar 22 2006, 05:48 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
She just added a background image to them, not replaced them.
CODE .lightbluetext8 { background-image: url('URL HERE'); display: block; font-family: x; color: x; } Just fill in the blanks..and place it in between your style tags. |
|
|
|
Mar 23 2006, 10:31 PM
Post
#3
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Aug 2005 Member No: 219,622 |
lol im also confused...
what are style tags? and what would you put in instead of the blanks example please? the only part i know what to fill in is the background url part |
|
|
|
Mar 23 2006, 10:34 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
style tags are
<style> codehere </style> or <style type="text/css"> codehere</style> example of what to put in the blanks is: .lightbluetext8 { background-image: url(http://mybgimagehere); display: block; font-family: arial; color: 000000; } 000000 is the color code for black.. |
|
|
|
Mar 23 2006, 10:36 PM
Post
#5
|
|
![]() Member ![]() ![]() Group: Member Posts: 18 Joined: Aug 2005 Member No: 219,622 |
oh ok thanx alot :D
i was guessing that would be what you woud put in its just i didnt know what styel tags ment :D thanx alllllot! |
|
|
|
![]() ![]() |