I have an image but no URL, how do I get a code? Also hate using this tiled effect, want to make the image I have into one static background! Please help as I keep messing my site up!
I need help with Myspace code generators?
try www.photobucket.com and upload your photo there.
I need help with Myspace code generators?
go to pimpwebpage.com and scroll down to picture, they should have the code to put images on your page...................and if u think myspace is stupid then don't use it or answer the questions -- that is so immature of you.
I need help with Myspace code generators?
Are you referring to a background image?
In which case just use something like the Thomas Editor (make sure you've saved the image - which can be done by right clicking on the image and then save as). In which case you can customize your layout quite easily. Just make sure you follow each step. Also don't forget to delete the code you're using now, so that nothing gets overlapped or too messy.
I need help with Myspace code generators?
Hey! I can help you with this.
To make an image appear on the background of your myspace, first you need to host it on the web. You can go to photobucket or a place like that and host it so it will be accessible on the web.
Next, you need to go and put some CSS inside your profile.
Without STATIC.
"
background-image: url(location of image);
"
If you want the image to appear only once, do this:
"
background-image: url(location of image);
background: no-repeat OR background: repeat-x OR background: repeat-y
"
Finally, no repeat, located in the center:
"
%26lt;style type="text/css"%26gt;
body {
background-image: url(image url goes here);
background: no-repeat center middle;
}
%26lt;/style%26gt;
"
No comments:
Post a Comment