-
Er Help.
I currently have a website however I want to make a front page that looks like this:
http://img246.imageshack.us/img246/8...ntpagethy7.png
As soon as people enter my site name into their address bar I want them to see this page with 2 buttons, a second life button and sims online button when clicking the second life button it would bring them to the second life site and when clicking the sims online button it would bring then to the sims online site.
I currently have a freewebs site to be linked to the sims online button and will start a second life one that will also be freewebs.
Any help would be great.
-
Put this code on your page :)
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Welcome</title>
</head>
<body>
<table width="500" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle"><table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="250"><div align="center"><a href="http://freewebs.com/secondlife"><img src="http://i29.tinypic.com/2j3mhia.png" width="136" height="189" border="0" /></a></div></td>
<td width="250"><div align="center"><a href="http://freewebs.com/simsonline"><img src="http://i28.tinypic.com/2zz6c9i.png" width="213" height="180" border="0" /></a></div></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
-
Thanks so much!
However I've put that in and the sims online logo dosn't show here's what it looks like
www.freewebs.com/welovelcg
-
erm, it appears for me. are you still having a problem?
-
Works fine for me, if you're still having the problem I can help? But I don't think you are...
-
It said I had images blocked from that site it works fine now,thanks!!
-
You got copyright for those images?
-
Glad I could help. And thanks, I now have two green rep thingies :rolleyes:
-
-
Edit this:
HTML Code:
<table width="500" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle"><table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="250"><div align="center"><a href="http://freewebs.com/tyyfghhgh"><img src="http://img444.imageshack.us/img444/1845/secondlifehalflcgqf9.jpg" width="136" height="189" border="0" /></a></div></td>
<td width="250"><div align="center"><a href="http://freewebs.com/ethelvontrell"><img src="http://img374.imageshack.us/img374/535/tsohalflcgmz5.jpg" width="213" height="180" border="0" /></a></div></td>
</tr>
</table></td>
</tr>
</table>
To this:
HTML Code:
<table width="500" height="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="middle"><table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="250"><div align="center"><a href="http://freewebs.com/tyyfghhgh"><img src="http://img444.imageshack.us/img444/1845/secondlifehalflcgqf9.jpg" border="0" /></a></div></td>
<td width="250"><div align="center"><a href="http://freewebs.com/ethelvontrell"><img src="http://img374.imageshack.us/img374/535/tsohalflcgmz5.jpg" border="0" /></a></div></td>
</tr>
</table></td>
</tr>
</table>
Edit:
That will just fix the images. I recoded it here:
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Welcome</title>
</head>
<body>
<table width="500" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="http://img206.imageshack.us/img206/733/secondlifehalflcgli5.jpg" width="322" height="700" border="0" usemap="#Map" /></td>
<td><img src="http://img206.imageshack.us/img206/388/tsohalflcggh4.jpg" width="377" height="700" border="0" usemap="#Map2" /></td>
</tr>
</table>
<map name="Map" id="Map"><area shape="rect" coords="48,187,291,461" href="http://freewebs.com/tyyfghhgh" />
</map>
<map name="Map2" id="Map2"><area shape="rect" coords="27,218,323,460" href="http://freewebs.com/ethelvontrell" />
</map></body>
</html>
-
Thanks so much, it works great!
http://www.welovelcg.com/
-