Einzelnen Beitrag anzeigen

XeRo

Registriert seit: 23. Okt 2003
Ort: Warth
461 Beiträge
 
Delphi 7 Enterprise
 
#8

Re: [html] bild positionieren

  Alt 17. Aug 2006, 08:56
Die letzt genannte methode funktioniert bei mir nicht

edit:
Die Seite in die ich das einbauen will sieht wie folgt aus:
Code:
<?php ?>

<style type="text/css"><!--
body
{
 font-family:Verdana;
 font-size:10px;
 background-color:#FFFFFF;
 background-image:url("usedfiles/background.jpg");
}
h1 {font-size:18px;color:#000000;margin-bottom:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
td {font-size:10px;}
p {margin-top:0px;}

input {font-family:Verdana;font-size:10px;border:1px solid gray;padding:1;margin-top:1; margin-bottom:1}
textarea {font-family:Verdana;font-size:10px;border:1px solid gray;padding:1;margin-top:1; margin-bottom:1}
select {font-family:Verdana;font-size:10px;border:1px solid gray;padding:1;margin-top:1; margin-bottom:1}

a:link, a:visited, a:active, a:hover
{
  text-decoration:none;
  font-weight:bold;
  color:#634142;
  font-size:10px;
}
a:active, a:hover
{
 text-decoration:underline;
}

#title {
height:34px;
padding:5px;
border-bottom:1px solid #000000;
margin-bottom:20px;
}
#left, #right {
width:14%;
line-height:18px;
}
#left {
float:left;
}
#right {
float:right;
}
.menutitle
{
font-weight:bold;
border-top:1px dashed #000000;
margin-top:15px;
}

#content {
float:left;
width:66%;
margin-left:3%;
}

#Fusszeile {
clear: both;
font-size: 0.9em;
margin: 0; padding: 0.1em;
text-align: center;
border: 1px solid silver;
  }
//--></style>
<title>Page V2.0 - Endlich auch InternetExplorer fähig</title>
</head>
<body>

<div id="title">
[img]usedfiles/urllogo_v3.gif[/img]
<h1>Die erste Version der Page V2.0</h1></div>

 <div id="left" style="clear:right;">
  <?php include ("links.htm")?>
   

</p>

</p>
  </div>

 <div id="right">
  <?php include("rechts.htm"); ?>
   

</p>

</p>
 </div>


 <div id="content">
  <?php if (isset($show) == false) $show = 'news.php'; include ($show); ?>
   

</p>

</p>

 </div>


 <div id="fusszeile">
  (c) 2006
<?php include ("maincounter.php");?>
 </div>

</body>
</html>
[edit=Admin]Beitrag auf Wunsch des Autors editiert. Mfg, Daniel[/edit]
[edit=Admin] Mfg, Daniel[/edit]
  Mit Zitat antworten Zitat