backgrounds! |
backgrounds! |
Feb 16 2008, 09:43 AM
Post
#1
|
|
![]() Oh yea. ![]() ![]() ![]() Group: Member Posts: 42 Joined: Nov 2005 Member No: 293,555 |
i need help getting this code.
what i'm trying to do is, using the default myspace layout as an example, make the regular grey bg a tiled background and then make the white part [the about me, i'd like to meet, etc.] another tiled background. is that clear or am i just confusing you? |
|
|
|
![]() |
Feb 16 2008, 10:42 AM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 18,173 Joined: Mar 2005 Member No: 108,478 |
I understand what you mean, but you should post your coding. Then I can show you the parts of the code you'd need to edit to make your background tiled.
|
|
|
|
Feb 16 2008, 10:56 AM
Post
#3
|
|
![]() Oh yea. ![]() ![]() ![]() Group: Member Posts: 42 Joined: Nov 2005 Member No: 293,555 |
<style type="text/css">body{
background-color: 000000; background-image:url(http://img260.imageshack.us/img260/9655/notebooknz2.jpg); background-position:bottom left; background-repeat:repeat; background-attachment:fixed;} </style> that makes just the main background a tiled one. what i'm mainly trying to do is change the bg of the tables. |
|
|
|
Feb 16 2008, 11:50 PM
Post
#4
|
|
![]() always<3. ![]() ![]() ![]() ![]() Group: Official Designer Posts: 242 Joined: Mar 2006 Member No: 387,714 |
for the tables just do the same thing as you did for the body except you say "table table table" instead of "body"
|
|
|
|
![]() ![]() |