koebeest
Legacy Member
Probleem: De css doet het niet, hij wil gewoon niks doen van wat in de css staat! En ik zou ook graag willen dat al mijn tabellen 1px solid black zijn zouden jullie mijn probleem willen oplossen en die tabel functie willen invoegen?
Bedankt
Index.php
De css (bedrijf.css)
Bedankt
Index.php
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="bedrijf.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="70%" border="0" align="center" cellpadding="0" cellspacing="0" style="">
<tr>
<td colspan="2"><img src="bedrijf.jpg" width="700" height="149"></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
<tr>
<td width="23%" height="127"> </td>
<td width="77%">gdfggd</td>
</tr>
</table>
</body>
</html>
De css (bedrijf.css)
Code:
.bedrijf {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
text-decoration: none;
}
A:link {
color: #0000000;
font-size:8pt;
font-family:verdana;
font-style:normal;
font-weight:bold;
text-decoration:none;
cursor:hand;
font-variant:normal;
text-transform:normal;
}
A:hover {
color: #000000;
font-size:8pt;
font-family:verdana;
font-style:normal;
font-weight:bold;
text-decoration:underline;
cursor:hand;
font-variant:normal;
text-transform:normal;
}
A:visited {
color: #000000;
font-size:8pt;
font-family:verdana;
font-style:normal;
font-weight:bold;
text-decoration:none;
cursor:hand;
font-variant:normal;
text-transform:none;
}
