AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

[html] bild positionieren

Ein Thema von XeRo · begonnen am 15. Aug 2006 · letzter Beitrag vom 17. Aug 2006
 
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
 


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 18:36 Uhr.
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz