Help - Search - Members - Calendar
Full Version: code for a splash?????
Forums > Resource Center > Graphics Help > Graphics Help Resolved Topics
HKT
is there a code where i can put a, "coming soon" enter sign on my website?
mona lisa
You have to make one yourself. Make it and put it on your index.htm and link it to your main page which you can name whatever you want.
Use the normal image code;
CODE
<a href="LINK TO MAIN PAGE"><img src="URL OF IMAGE" border="0" slt=""></a>
HKT
um,how do i put it so when u click it it doesn't go anywhere,beacuse the site is coming soon?an what do i name it to make it show first.for example:blabla.html or somthin else?
freeflow
soo no one can click its just
CODE
<img src="URLHERE">


and you name it index.html
mona lisa
Yeah, the first you have to name index.html, the other one you can name main.html or something.
HKT
um,how do i align the img to the center and out a background color?.thnx again
mona lisa
Ohh I see what you meant now. You would use the same codes as you do for xanga for the bg.

Put
CODE
<center><img src="IMAGE URL" border="0" alt=""></center>


For the background color, use this:
CODE
<style type="text/css">
body { background-color: #000000; }
</style>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.