center picture |
center picture |
Jun 2 2005, 12:39 PM
Post
#1
|
|
![]() Newbie ![]() Group: Member Posts: 6 Joined: Jun 2005 Member No: 147,386 |
whats the code that you use if you want your background picture to be in the center of your screen and to have a background colour
|
|
|
|
![]() |
Jun 2 2005, 04:02 PM
Post
#2
|
|
|
Member ![]() ![]() Group: Member Posts: 24 Joined: May 2005 Member No: 146,317 |
<style type="text/css">
body{background-image:url(***Picture Url Here***); background-attachment:fixed; background-repeat: no-repeat; background-position:center center; background-color:***color name or six digit hexidecimal code here***;} table, td, textarea, a, body, input{background-color:transparent;border:none;border-width:0} </style> just modify the ones in blue |
|
|
|
kizzi center picture Jun 2 2005, 12:39 PM
tcunningham1589 or use this in your "about me" section:
... Jun 2 2005, 04:17 PM
kizzi ok cheers Jun 3 2005, 11:59 AM![]() ![]() |