View Full Version : Myspace help....


skwishy
09-09-2005, 01:30 AM
can any body please help me i cant find any backgrounds with html codes and i was wondering if anybody can help me find a finding nemo background please help me !!!!!!!!! :)

Arabiankidd
09-09-2005, 08:46 AM
What exactly are you trying to do? if you're trying to add a background picture to your page the code would be this

<style type="text/css">

body {
background-image: url(URL To Image) }

table, tr, td {
background-color: transparent }

</style>

to center the image you would use the code

background-position: center }

in the table, tr, td code area

Now if you're trying to find a finding nemo background you would search google for wallpapers of the character or backgrounds of nemo

skwishy
09-09-2005, 08:13 PM
well im trying to put a background picture on there but i dont know hot to get html codes off of pictures

skwishy
09-09-2005, 08:20 PM
if i search wallpapers and i find the picture how do i get the html code?

netaholic
09-18-2005, 01:21 AM
you right click to to properties, and where it says URL, copy that

next, you type this:

<img src="URL that you just copied here.html">