PDA

View Full Version : Er Help.



womanizer
02-04-2008, 10:02 PM
I currently have a website however I want to make a front page that looks like this:

http://img246.imageshack.us/img246/8428/frontpagethy7.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.

iUnknown
02-04-2008, 11:08 PM
Put this code on your page :)


<!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>

womanizer
03-04-2008, 09:23 AM
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

kk.
03-04-2008, 09:46 AM
erm, it appears for me. are you still having a problem?

iUnknown
03-04-2008, 09:49 AM
Works fine for me, if you're still having the problem I can help? But I don't think you are...

womanizer
03-04-2008, 10:14 AM
It said I had images blocked from that site it works fine now,thanks!!

iLOVEeveryone
03-04-2008, 10:15 AM
You got copyright for those images?

iUnknown
03-04-2008, 10:22 AM
Glad I could help. And thanks, I now have two green rep thingies :rolleyes:

womanizer
03-04-2008, 10:32 AM
Ive tried making it like this:

http://img507.imageshack.us/img507/7906/fullentrypagelcgxs7.jpg

Half leading to one website and the other half leading to the other like this:

http://img206.imageshack.us/img206/733/secondlifehalflcgli5.jpg and http://img206.imageshack.us/img206/388/tsohalflcggh4.jpg

When I try it comes out like

www.freewebs.com/welovelcg

iUnknown
03-04-2008, 10:38 AM
Edit this:


<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:


<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:



<!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>

womanizer
03-04-2008, 10:53 AM
Thanks so much, it works great!

http://www.welovelcg.com/

iUnknown
03-04-2008, 11:00 AM
Good :) Have fun!

Want to hide these adverts? Register an account for free!