background picture help., i reallly need help. |
background picture help., i reallly need help. |
![]()
Post
#1
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 31 Joined: Dec 2005 Member No: 338,300 ![]() |
hey everyone.
this is my first post on here, but i have a question i like to make pictures, my background. like i can take any picture, and make it into a background. and i use this table, td { background-color:transparent; border:none; border-width:0;} </style> <style type= text/css > table, td { background-color:transparent; border:none; border-width:0;} </style> <style type= text/css > body{background-image:url(url here); background-attachment:fixed;} but sometimes the whole picture doesn't fit into my background,and i make it smaller and then itll start repeating itself. i'd like to know if any of guys had any other codes that do the same thing, as the one im using now, but is better. My Myspace. if youd like to see it. |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 ![]() |
I explained this some time ago:
http://www.createblog.com/forums/index.php...opic=111400&hl= go towards the middle of the last post. "background-repeat: no-repeat;"Oh, and you don't need so many style tags. Just two will do: <style type="text/css"> table, td { background-color:transparent; border:none; border-width:0;} table, td { background-color:transparent; border:none; border-width:0;} body{background-image:url(url here); background-attachment:fixed;} </style> |
|
|
![]() ![]() |