Skip to main content

Alright, so I've tried just about everything I can think of to make my listing background black and nothing seems to be working! I tried doing it through HTML, I even tried making the background image a repeating black square to give the illusion of a black background. I'm sort of new at this, so that may be why, but I think I'm just duuuumb, hah. Help would be awesome! (I'm sure it's totally easy, but I just can't figure it out)
Original Post

Replies sorted oldest to newest

<HTML>
<HEAD>

Any script you have to enter will go here.

</HEAD>
<BODY BGCOLOR="black">

Your complete message will go here. Notice, the command for the background color in the <BODY> tag. You could aso do it without the optional ""'s and you could swap out "black" for "#000000" or to use an image, <BODY BACKGROUND="http://www.test.com/blackimage.jpg">

</BODY>
</HTML>

Add Reply

Copyright © 1999-2018 Auctiva.com. All rights reserved.
×
×
×
×
Link copied to your clipboard.
×