Ich bin noch ganz am Anfang im lernen dieser Materie. Habe mir deshalb den dreamweaver angeschafft. Bei der Erstellung der ersten Tabelle bin ich schon am Ende.
Habe eine Tabelle in das Entwurfsfenster gezogen und dabei den folgenden Code erhalten:
<table width="100%" border="5" cellspacing="5" cellpadding="10">
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
</table>
<!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=utf-8" />
<title>Unbenanntes Dokument</title>
</head>
<body>
</body>
Wieso um Himmels Willen hat diese zwar rechts und oben einen Rahmen und nicht unten und links?
Habe eine Tabelle in das Entwurfsfenster gezogen und dabei den folgenden Code erhalten:
<table width="100%" border="5" cellspacing="5" cellpadding="10">
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
<tr>
<th scope="row"> </th>
</tr>
</table>
<!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=utf-8" />
<title>Unbenanntes Dokument</title>
</head>
<body>
</body>
Wieso um Himmels Willen hat diese zwar rechts und oben einen Rahmen und nicht unten und links?