Having trouble with HTML...

admin

Administrator
Staff member
I"m trying to put a background on my web page, but the HTML code that I have is not working. I even tried right clicking on someone else's page to view the source, then replace the URL with one of my choice and it is not working. HELP!<!--content-->What code are you using?<br />
Where is the page to view this problem in action?<!--content-->Is it this way ?br />
<br />
<body bgcolor="#c0ffff" text="#b41b32" link="#0000ff" vlink="#800080" alink="#ff0000" Marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 BACKGROUND="bg-roderand.gif" ><!--content-->The code is:<br />
<br />
<style>body{background: purple url(<!-- m --><a class="postlink" href="http://www.url.com/gif">http://www.url.com/gif</a><!-- m --> or jpg) fixed}--> </style><BR><br />
<br />
Of course I replace the sample URL with the one of my choice<br />
the page is <!-- w --><a class="postlink" href="http://www.blackplanet.com/Members/Kesha_k">www.blackplanet.com/Members/Kesha_k</a><!-- w --><!--content-->well tha tpage is not there. but I would suggest taking the purple out.<br />
<br />
<style><br />
body{background: url(<!-- m --><a class="postlink" href="http://www.url.com/gif">http://www.url.com/gif</a><!-- m --> or jpg); fixed} <br />
</style><!--content-->I was wondering about that. I tried taking that out and it still didn't work, then I though myabe I was doing something wrong, so I copied it exactly as I saw it, and replaced the sample URL with the one I wanted and it still didn't work. Do you know of any other codes that would work instead of this one?<!--content-->did you try the one I posted. if not try it and then if that doesn't owrk take out the ; fixed<br />
<br />
if all else fells do this.<br />
<br />
<body background="image.jpg"><!--content-->Originally posted by kesha_k <br />
The code is:<br />
<br />
<style>body{background: purple url(<!-- m --><a class="postlink" href="http://www.url.com/gif">http://www.url.com/gif</a><!-- m --> or jpg) fixed}--> </style><BR><br />
<br />
<br />
I got an error 404 on that link, but the <BR> tag suggests to me that you might have the style tags in the <body> of the document. They should be between the <head> tags.<!--content-->
 
Back
Top