HTML Codes

Status
Not open for further replies.

bsr2002

SatelliteGuys Guru
Original poster
Jul 13, 2005
123
0
South Texas
I'm not familiar with HTML, my websites have always had templates. I'm putting up a page to promote my band in MySpace.com and was wanting to know what the HTML code is to make a photo backrop on the page. I would be getting the photo from my HD.

Thanks in advance :D
 
I have never worked with MySpace, as I prefer to have total control of my code on my server choice, so I only assume that standard HTML works correctly. That being said, try this and let me know.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>

<body bgcolor="#000000" text="#000000" link="#0000FF" vlink="#FF00FF" background="YOUR IMAGE HERE.jpg" bgproperties="fixed">

<center><font size="4" face="Adorable" color="#FFFFFF">Place & edit your text here.<br>

<head>

<title></title>

</head>

<body>

</body>
</html>
 
Status
Not open for further replies.