Need some help.....

liunx

Guest
I currently hace a domain <!-- m --><a class="postlink" href="http://www.wf-designs.com">http://www.wf-designs.com</a><!-- m --><br />
I had a friend make me a template. I had no problem uploading it to my cpanel. But now I have a nother questions. On some websites such as <!-- m --><a class="postlink" href="http://blackeagleonline.nl">http://blackeagleonline.nl</a><!-- m --> and <!-- m --><a class="postlink" href="http://www.coocoodesigns.2ya.com">http://www.coocoodesigns.2ya.com</a><!-- m --><br />
they have a page that u first come to that is nothing but an image. And u click on the image to enter the actual site. I was hoping to do this to my domain. I know that this is probably the easisest thing to do, but I am hopeless. I was wonderin how you go about doing it, where you would enter the code and if you have to change anything or anything. So if you guys could maybe help me out that would be MUCh appreciated.<br />
<br />
matty-p<!--content-->We call it a splash page. Make that page with the image as you are wanting and then save IT as index.html. Then your current [index.html] page should be called something like index2.html.<br />
<br />
<br />
Gandalf<br />
:D<!--content-->wowo that took like 2 secs for u to reply<br />
now what would the code be if the image i wanted to use was located at <!-- m --><a class="postlink" href="http://www.wf-designs.com/images/ClickHere.jpg">http://www.wf-designs.com/images/ClickHere.jpg</a><!-- m --><br />
it is saved on my cpanel as ClickHere.jpg<br />
<br />
gandalf do u have AIm if so could i talk to u more about this (u seem like you know what ur talkin about)<br />
im on right now my AIm is roadrunnermmp<!--content-->Hi there matty_p,<br />
<br />
Try something like this...<html><br />
<head><br />
<style type="text/css"><br />
<!--<br />
img<br />
{<br />
position:absolute;<br />
top:30%;<br />
left:35%;<br />
border:0;<br />
}<br />
//--><br />
</style><br />
</head><br />
<body><br />
<a href =http://www.htmlforums.com/archive/index.php/"some.html"><br />
<img src=http://www.htmlforums.com/archive/index.php/"ClickHere.jpg" alt="click here"/><br />
</a><br />
</body><br />
</html><br />
c:cool::cool:thead<!--content-->
 
Back
Top