Hej, jeg er helt ny hvad angår HTML og sådan noget.
Her er min kode:
<html>
<head>
<title>Bas-Joakim</title>
<style>
body {
margin: 30px;
background-color: #743525;
}
</style>
</head>
<body>
<center>
<table width="65%" height="100%" style="background-color: #B76753;
border-left: 1px solid black; border-right: 1px solid black;">
<tr height="142">
<td valign="top" colspan="2" style="border-bottom: 1px solid
black; background-color: #531F12;"><img
src="http://i2.photobucket.com/albums/y40/Basjoakim/bassjko.jpg">
</td>
</tr>
<tr>
<td valign="top" width="20%" style="border-right: 1px solid
black;">
d
</td>
<td valign="top" style="border-left: 1px;" width="80%">
</td>
</tr>
</table>
</center>
</body>
</html>
Problemet er at borderen ikke går helt ud til kanten, og jeg ved ikke hvordan man gør
HJÆLP MIG