so like i found a few codes for myspace background for my photo page like this code
%26lt;body background="http://tinypic.com/jfvhi1.gi...
and so i tried to put it on my caption on one of my photos but it dont work? what am i doin wrong? and where do i add the background for the whole page when people enter the album?
PLZ HELP i dont know what im doing wrong?
Myspace background for photos dont work?
The code you have only works in the group forums.
Here's a code I made that will work. (I did for me)
Adds borders around pictures
%26lt;Style%26gt; td img{border: 3px solid red!important} %26lt;/style%26gt;
Clears Default Styles
%26lt;Style%26gt; table,div,td,tr{background- color: transparent !Important} %26lt;/style%26gt;
Adds background color
%26lt;Style%26gt; body{background-color: black;} %26lt;/style%26gt;
Adds background image
%26lt;Style%26gt; body{background-image: url('URL_HERE');} %26lt;/style%26gt;
Chooses to repeat image or not
%26lt;Style%26gt; body{background-repeat: no-repeat;} %26lt;/style%26gt;
Choices for repeat
Horizontal = repeat-x
Vertical = repeat-y
Titled = repeat
No repeat = no-repeat
Positions background image
%26lt;Style%26gt; body{background-position: top-left;} %26lt;/style%26gt;
Choices for positioning
top left
top center
top right
center left
center center
center right
bottom left
bottom center
bottom right
Choice to have it fixed or scrolled
%26lt;Style%26gt; body{background-attachment: scrolled;} %26lt;/style%26gt;
fixed (bg image follows you when scrolled)
scroll (bg image stays put when you scroll)
Make sure there are no spaces though
Myspace background for photos dont work?
http://www.createblog.com/scripts/script...
I think this is what you mean...Hope this helps.
No comments:
Post a Comment