zurück zur Startseite
  


Zurück XHTMLforum > (X)HTML und CSS > CSS
Seite neu laden Problem: Text wird nicht in einer Linie angezeigt.

Antwort
 
LinkBack Themen-Optionen Ansicht
  #1 (permalink)  
Alt 09.09.2012, 18:17
Benutzerbild von Firesky
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 09.09.2012
Beiträge: 4
Firesky befindet sich auf einem aufstrebenden Ast
Standard Problem: Text wird nicht in einer Linie angezeigt.

Hey, ich brauche echt Hilfe.


Test sollte neben Samplepage Stehen.

Das ist die header.php:
PHP-Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//DE" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-
transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="de">
 <head profile="http://gmpg.org/xfn/11">

 <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo
('charset'); ?>" />

<title><?php wp_title(); ?> - <?php bloginfo('url'); ?></title>

<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
 <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />

 <?php wp_head(); ?>

 </head>
<body class="bg">

<div id="wrapper">

[COLOR="Red"]<div id="header" class="clearfix">[/COLOR]
    
    <h1><span style="float:  left; top: 10px;"><a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('url'); ?>/wp-content/themes/devteam/images/logo.png"></span></h1></a>
<h3><span style="float:  right; margin-top: 10px; margin-right: 280px; font-family: Segoe Print;"><?php bloginfo('description'); ?></span></h3>
<center><img style="margin-left: -55px; margin-top: 50px;" src="<?php bloginfo('url'); ?>/wp-content/themes/devteam/images/headbot.png"></img></center>
[COLOR="Red"]
<?php wp_list_pages('orderby=name&order=ASC&title_li='); ?> [/COLOR]
</span>
</div><!-- header -->
Das ist die CSS Datei:
Code:
body {color: #333; background-image: url(images/bg.png); font-color: #fff;}

#wrapper {width: 850px; margin: auto; text-align: left;font-color: #fff;}
#header {list-style: none outside none; height: 50px; width: auto; padding: 20px; color: #fff; }
 #main {width: 520px; padding: 20px; float: left;font-color: #fff;}
  #sidebar {width: 270px; padding: 10px; padding-top: 20px; float: right; color: #fff; margin-right: -45px;}
#footer {clear: both; height: 100px; padding: 20px;font-color: #fff; }

 h1 {
	font-family: Tahoma;
color: #ff2a2a;
text-shadow: 0px 0px 10px #ff2a2a, 0px 0px ;
	}
	
 .clearfix:after {
	content: ".";
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}
.entry{

	font-size: 14px;
	font-family: "Calibri";
	color: #b2b2b2;
    float: right;
    width: 560px;
   background-image: url(images/bgentry.png);
	-moz-border-radius:4px;
	box-shadow: inset 0 0 5px #000;
	padding: 10px;
	margin-top: 10px;

   }
   
h2
{font: italic bold 25px/25px Georgia,serif;
text-transform: lowercase;
margin-bottom: 15px;
font-size: 20px;
color: rgb(61, 61, 63);
}


h3
{font: Calibri 36px/36px Georgia,serif;
text-transform: lowercase;
margin-bottom: 15px;
font-size: 24px;
color: #fff;
text-shadow: 0px 0px 1px #000, 1px 1px #000;
}

#search
{
background-image: url(images/bgentry.png);
}

#hf
{list-style: none outside none; 
float:  left;
 margin-top: 10px;
  height: 10px; 
   column-count: 2;
    column-gap: 40px;}
Zum code an sich: Ich bin Anfänger .

Ich hoffe jemand kann Helfen.
Schönen Abend noch.
Mit Zitat antworten
Sponsored Links
  #2 (permalink)  
Alt 09.09.2012, 18:43
Erfahrener Benutzer
XHTMLforum-Kenner
 
Registriert seit: 10.01.2010
Beiträge: 1.123
MrMurphy ist ein sehr geschätzer MenschMrMurphy ist ein sehr geschätzer MenschMrMurphy ist ein sehr geschätzer Mensch
Standard

Hallo,

stell mal einen Link zu der Seite bereit.

Auf dem Foto vermag (zumindest) ich nichts konkretes erkennen. Und was der php-Code veranstaltet kann nur geraten werden.

Gruss

MrMurphy
Mit Zitat antworten
Sponsored Links
Antwort

Themen-Optionen
Ansicht

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre 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


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Div Float Clear usw... Ich dreh durch ;) buggix CSS 14 11.02.2010 09:42
Layoutcheck von einer Beispielseite wave Site- und Layoutcheck 1 12.11.2008 22:48
DIV bis GANZ unten burnZ CSS 5 27.07.2008 14:14
Probleme mit float Webentwickler Eric CSS 5 21.06.2007 21:09
Nicht valieder Code von Map24 sveniboy (X)HTML 7 06.11.2005 20:19


Alle Zeitangaben in WEZ +2. Es ist jetzt 11:48 Uhr.