Gotta really simple question....., how do i put a background img on my space.... |
![]() ![]() |
Gotta really simple question....., how do i put a background img on my space.... |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Oct 2005 Member No: 265,808 ![]() |
i dont have anything...
but the link.... im kinda new but i know a few things.... i just want to put my image on the background...bottom right...fixed.....and i want to change the bg color..... help ![]() |
|
|
*Azarel* |
![]()
Post
#2
|
Guest ![]() |
In About Me or Who I'd Like to Meet:
<style> body { background-color:FFFFFF; background-image:url('ImageURL'); background-attachment: fixed; background-position:bottom right; background-repeat:no-repeat;} </style> Replace the hex color value and ImageURL (both bolded). |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Oct 2005 Member No: 265,808 ![]() |
Now look....
i want to make the white part smaller..... i have a fealing thats tables....and such.... Click to see.... |
|
|
*This Confession* |
![]()
Post
#4
|
Guest ![]() |
^Yea I thought you were going to say something about that,
Thats why I was going to give you a different code use this instead of that CODE <style type="text/css">
table, td {background-color:transparent; border:; border-width:;} body{background-image:url("IMG"); background-attachment: fixed; background-position: bottom left; background-repeat: repeat; background-color:COLOR; </style> |
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Oct 2005 Member No: 265,808 ![]() |
the repeat part.....
dont want that.... what do i put in instead of repeat...? did you guys go to school for this or did you just get real good. |
|
|
*This Confession* |
![]()
Post
#6
|
Guest ![]() |
haha
No I didn't go to school for it and at the repeat thing change it to this instead QUOTE background-repeat: no-repeat;
|
|
|
*Azarel* |
![]()
Post
#7
|
Guest ![]() |
Thats why I was going to give you a different code use this instead of that For the record, that's not a different code, Holly; another line of css doesn't make it "different." Just more complete, for that effect. And you didn't close the second css tag; irksome. I only posted the background css because it was the only thing he asked for. Sorry to nitpick.
CODE <style type="text/css"> table, td {background-color:transparent; border:; border-width:;} body{background-image:url("IMG"); background-attachment: fixed; background-position: bottom left; background-repeat: repeat; background-color:COLOR; </style> |
|
|
![]()
Post
#8
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Oct 2005 Member No: 265,808 ![]() |
i didnt have the -........how gay.....
i wish i was good at this...... but i dont have time to get on here and like.....study/mess around with it.... it sucks......i even did web design for two years.... but we used golive......are i hated it.... html is way more fun....and you feal cooler messing with text........ but ill be on here alot....asking stupid questions now.... like this one.... http://profile.myspace.com/index.cfm?fusea...72-66c8e34338f9 how do i change the color of my tables and make them....about 350px or 300....dono |
|
|
*This Confession* |
![]()
Post
#9
|
Guest ![]() |
It just takes some practice we have tutorials and stuff that explains things
http://www.createblog.com/forums/index.php?showtopic=144829 EDIT: add this CODE <style>TD TD {text-align: center;} TD TD TD {text-align: center;} TD TD TD TD {border-top: 0px solid; width: 1%; text-align:center;} TD TD TD TD TD {border-top: 0px solid black; text-align:center;} TD TD TD TD TD TD {border: 0px solid;} TABLE, TD {padding: 0px; text-transform: none; width:350px;} TABLE TABLE {padding: 0px; text-transform: none;} TABLE TABLE TABLE {padding: 0px; text-transform: none;height: .01%; width: 100%;} TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;} TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;} TABLE TABLE TABLE TABLE TABLE TABLE {padding: 0px; text-transform: none;} table td div div font {visibili-ty:hidden;di-splay:none;} table table table table {border: 0px; text-align: justify; padding: 0px;} table table table table table {border: 0px; text-align: justify; padding: 0px;} table table table table table table {border: 0px; text-align: justify; padding: 0px;} </style> you can change this line to change the size of the right side tables QUOTE TABLE, TD {padding: 0px; text-transform: none; width:350px;} Change the 350 |
|
|
![]()
Post
#10
|
|
Member ![]() ![]() Group: Member Posts: 18 Joined: Oct 2005 Member No: 265,808 ![]() |
&&& center my tables together in the middle..... or left align them all.....
|
|
|
*This Confession* |
![]()
Post
#11
|
Guest ![]() |
what?
If you want to move them over to the left use this: http://www.createblog.com/forums/index.php?showtopic=122353 |
|
|
![]() ![]() |