halli hallo
ich beschäftige mich erst seit kurzem mit html und css.
nun bin ich auf ein problem gestossen und weiss nicht
mehr weiter.
will eigentlich, dass ein bild links steht mit seinem
untertitel und der text rechts davon.
mit tabellen will ich dieses problem aber nicht loesen!!!
hier der code:
<html>
<head>
<title>forumfrage</title>
<link rel="stylesheet" href="forumfrage1.css" type="text/css">
</head>
<body>
<DIV>
<img src="test.jpg" width="150" height="120" style="float:left;
margin:10px 20px 5px 20px"
alt="mein bild kann man nicht sehen">
</DIV>
<DIV class="text_rechts">
text text text text text text text text text text text
text text text text text text text text text text text
text text text text text text text text text text text
text text text text text text text text text text text
text text text text text text text text text text text
text text text text text text text text text text text
text text text text text text text text text text text
text text text text text text text text text text text
</DIV>
<DIV class="untertitel_links">
untertitel untertitel untertitel
</DIV>
</body>
</html>
und die class lauten:
.text_rechts {
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:13px;
height:10px;
width:405px;
margin-left:195px
margin-top:10px;
position:relative
}
.untertitel_links {
font-family:Verdana, Helvetica, Arial, sans-serif;
font-size:9px;
left:20px;
width:150px;
position:relative
}
danke gruss babs