dudeking
March 12th, 2006, 08:24 PM
Hi just spent the weekend making a site taking the p*** out of my mates.
Had a few problems on this page though.
http://www.jobsagoodun.ltd.uk/mervin/fun.htm
Any one know how I can get rid of the space between the images?
Thanks for and help.
Dudeking:D
Heres the HTML:-
<html>
<head>
<title>
Mervin Fan Site - Games
</title>
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
</head>
<center>
<body>
<table>
<tr>
<td colspan="2" class="title1">
Merv's Fun Box
</td>
</tr>
<tr>
<td class="link1" valign="top">
<a href="index.htm">
Home
</a>
<br>
<br>
<a href="pic.htm">
Pictures
</a>
<br>
<br>
<a href="http://www.a-free-guestbook.com/guestbook.php?username=dudeking">
Guest Book
</a>
<br>
<br>
<a href="fun.htm">
Fun
</a>
<br>
<br>
<a href="link.htm">
Links
</a>
</td>
<td cellpadding="0" class="title2">
<div class="linkp">
<a href="javascript:void(0)" onmouseover="image1.src='merv1.jpg';"
onmouseout="image1.src='fra1.jpg';">
<img name="image1" border="0" vspace="0px" hspace="0px" src="fra1.jpg">
</a>
<a href="javascript:void(0)" onmouseover="image2.src='merv2.jpg';"
onmouseout="image2.src='fra2.jpg';">
<img name="image2" border="0" vspace="0px" hspace="0px" src="fra2.jpg">
</a>
<br>
<a href="javascript:void(0)" onmouseover="image3.src='merv3.jpg';"
onmouseout="image3.src='fra3.jpg';">
<img name="image3" border="0" vspace="0px" hspace="0px" src="fra3.jpg">
</a>
<a href="javascript:void(0)" onmouseover="image4.src='merv4.jpg';"
onmouseout="image4.src='fra4.jpg';">
<img name="image4" border="0" vspace="0px" hspace="0px" src="fra4.jpg">
</a>
<br>
<br>
Which Head Is Bigger?
</div>
</td>
</tr>
</table>
</body>
</center>
</html>
Had a few problems on this page though.
http://www.jobsagoodun.ltd.uk/mervin/fun.htm
Any one know how I can get rid of the space between the images?
Thanks for and help.
Dudeking:D
Heres the HTML:-
<html>
<head>
<title>
Mervin Fan Site - Games
</title>
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
</head>
<center>
<body>
<table>
<tr>
<td colspan="2" class="title1">
Merv's Fun Box
</td>
</tr>
<tr>
<td class="link1" valign="top">
<a href="index.htm">
Home
</a>
<br>
<br>
<a href="pic.htm">
Pictures
</a>
<br>
<br>
<a href="http://www.a-free-guestbook.com/guestbook.php?username=dudeking">
Guest Book
</a>
<br>
<br>
<a href="fun.htm">
Fun
</a>
<br>
<br>
<a href="link.htm">
Links
</a>
</td>
<td cellpadding="0" class="title2">
<div class="linkp">
<a href="javascript:void(0)" onmouseover="image1.src='merv1.jpg';"
onmouseout="image1.src='fra1.jpg';">
<img name="image1" border="0" vspace="0px" hspace="0px" src="fra1.jpg">
</a>
<a href="javascript:void(0)" onmouseover="image2.src='merv2.jpg';"
onmouseout="image2.src='fra2.jpg';">
<img name="image2" border="0" vspace="0px" hspace="0px" src="fra2.jpg">
</a>
<br>
<a href="javascript:void(0)" onmouseover="image3.src='merv3.jpg';"
onmouseout="image3.src='fra3.jpg';">
<img name="image3" border="0" vspace="0px" hspace="0px" src="fra3.jpg">
</a>
<a href="javascript:void(0)" onmouseover="image4.src='merv4.jpg';"
onmouseout="image4.src='fra4.jpg';">
<img name="image4" border="0" vspace="0px" hspace="0px" src="fra4.jpg">
</a>
<br>
<br>
Which Head Is Bigger?
</div>
</td>
</tr>
</table>
</body>
</center>
</html>