Suche im Forum:
Suchen


Autor Nachricht
Beitrag02.12.2011 um 17:56 (UTC)    
Titel: Eigener Text ist unter CSS Design

Hallo liebe HpBK community.
Ich habe mal versucht, ein CSS Design auf meine Seite zu bringen.
Hat soweit auch alles funktioniert. Nur wenn ich meine Seiten editiere und einen Text reinschreibe, wird der Text unter dem CSS Design angezeigt.
wie hier: www.minecraft-isotop.de.tl

Ich wüsste ja, wie ich da Text in die schwarze box reinkriege, aber denn wäre ja der selbe text auf allen unterseiten (Server/Stats, BugTracker...)

ich habe nicht viel erfahrung... also wäre cool wenn sich jemand meldet.
Beitrag02.12.2011 um 18:17 (UTC)    
Titel:

stell mal deinen code rein wsl haste da n fehler drinn
Beitrag02.12.2011 um 18:21 (UTC)    
Titel:

also:
Das ist der text über dem Design
Code:

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Isotop</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<div id="wrapper">
   <div id="header" class="container">
      <div id="menu">
         <ul>
            <li class="current_page_item"><a href="http://www.minecraft-isotop.de.tl/News.htm">News</a></li>
            <li><a href="http://www.minecraft-isotop.de.tl/Server-Stats.htm">Server/Stats</a></li>
            <li><a href="http://www.minecraft-isotop.de.tl/BugTracker.htm">BugTracker</a></li>
            <li><a href="#">LiveMap</a></li>
            <li><a href="#">XXXXX</a></li>
         </ul>
      </div>
   </div>
   <!-- end #header -->
   <div id="splash"><img src="http://www7.pic-upload.de/02.12.11/x43w674m9g2a.png" width="960" height="301" alt="" /></div>
   <div id="page">
      <div id="sidebar">
         <ul>
            <li>
               <div style="clear: both;"> </div>
            </li>
            <li>
               <h2>Teamspeak</h2>
               <p>Hier soll vielleicht mal ein TS viewer hin.</p>
            </li>
         </ul>
      </div>
      <!-- end #sidebar -->
      <div style="clear: both;"> </div>
   </div>
   <!-- end #page -->
</div>
<!-- end #footer -->
</body>
</html>


und das ist der CSS Code
Code:

body {
   margin: 0;
   padding: 0;
   background: #010101 url(http://www7.pic-upload.de/02.12.11/jlyh3hsbijg.gif) repeat;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #616161;
}

h1, h2, h3 {
   margin: 0;
   padding: 0;
   font-weight: normal;
   color: #810988;
}

h1 {
   font-size: 2em;
}

h2 {
   font-size: 2.8em;
}

h3 {
   font-size: 1.6em;
}

p, ul, ol {
   margin-top: 0;
   line-height: 180%;
}

ul, ol {
}

a {
   text-decoration: none;
   color: #B23C1C;
}

a:hover {
}

#wrapper {
   margin: 0 auto;
   padding: 0;
   background: url(http://www7.pic-upload.de/02.12.11/ikxkqh2kqr2i.gif) no-repeat center top;
}

.container {
   width: 1000px;
   margin: 0px auto;
}

/* Header */

#header {
   width: 900px;
   height: 150px;
   margin: 0 auto;
   padding: 0px 50px;
   background: url(http://www7.pic-upload.de/02.12.11/jlyh3hsbijg.gif) no-repeat left top;
}

/* Logo */

#logo {
   float: left;
   width: 300px;
   margin: 0;
   padding: 0;
   color: #B23C1C;
}

#logo h1, #logo p {
}

#logo h1 {
   padding: 60px 0px 0px 0px;
   letter-spacing: -2px;
   text-transform: lowercase;
   font-size: 3.8em;
}

#logo h1 a {
   color: #B23C1C;
}

#logo p {
   margin: 0;
   padding: 0px 0 0 0px;
   letter-spacing: -1px;
   font: normal 18px Georgia, "Times New Roman", Times, serif;
   font-style: italic;
   color: #8E8E8E;
}

#logo p a {
   color: #8E8E8E;
}

#logo a {
   border: none;
   background: none;
   text-decoration: none;
   color: #000000;
}

/* Splash */

#splash {
   width: 960px;
   height: 300px;
   margin: 0px auto;
}

/* Search */

#search {
   float: right;
   width: 280px;
   height: 60px;
   padding: 20px 0px 0px 0px;
}

#search form {
   height: 41px;
   margin: 0;
   padding: 10px 0 0 20px;
}

#search fieldset {
   margin: 0;
   padding: 0;
   border: none;
}

#search-text {
   width: 170px;
   padding: 6px 5px 2px 5px;
   border: 1px solid #DEDEDE;
   background: #FFFFFF;
   text-transform: lowercase;
   font: normal 11px Arial, Helvetica, sans-serif;
   color: #5D781D;
}

#search-submit {
   width: 50px;
   height: 22px;
   border: none;
   background: #B9B9B9;
   color: #000000;
}

/* Menu */

#menu {
   float: right;
   width: 500px;
   height: 90px;
   margin: 0 auto;
   padding: 0;
}

#menu ul {
   float: right;
   margin: 0;
   padding: 85px 0px 0px 0px;
   list-style: none;
   line-height: normal;
}

#menu li {
   float: left;
}

#menu a {
   display: block;
   margin-right: 1px;
   padding: 10px 15px 15px 15px;
   background: url(images/img06.gif) no-repeat left 12px;
   text-decoration: none;
   text-align: center;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   border: none;
}

#menu a:hover, #menu .current_page_item a {
   text-decoration: none;
   color: #B23C1C;
}

#menu .current_page_item a {
}

/* Page */

#page {
   width: 900px;
   margin: 0 auto;
   padding: 30px 30px;
   background: #000000;
}

/* Content */

#content {
   float: left;
   width: 580px;
   padding: 0px 0px 0px 0px;
}

.post {
   overflow: hidden;
   margin-bottom: 40px;
   border-bottom: 1px dotted #1B1B1B;
}

.post .title {
   height: 41px;
   padding: 7px 0px 0px 0px;
   letter-spacing: -1px;
}

.post .title a {
   border: none;
   text-transform: lowercase;
   color: #B23C1C;
}

.post .meta {
   margin-bottom: 30px;
   padding: 0px;
   text-align: left;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: bold;
}

.post .meta .date {
   float: left;
}

.post .meta .posted {
   float: right;
}

.post .meta a {
}

.post .entry {
   padding: 0px 0px 20px 0px;
   padding-bottom: 20px;
   text-align: justify;
}

.links {
   padding-top: 20px;
   margin-bottom: 30px;
}

.more {
   display: block;
   float: left;
   width: 88px;
   height: 25px;
   padding: 2px 0px 0px 0px;
   margin-right: 10px;
   background: url(images/img08.jpg) no-repeat left top;
   text-align: center;
   color: #FFFFFF;
}

.comments {
   display: block;
   float: left;
   width: 88px;
   height: 25px;
   padding: 2px 0px 0px 0px;
   background: url(images/img08.jpg) no-repeat left top;
   text-align: center;
   color: #FFFFFF;
}

/* Sidebar */

#sidebar {
   float: right;
   width: 280px;
   margin: 0px;
   padding: 0px 0px 0px 0px;
   color: #787878;
}

#sidebar ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#sidebar li {
   margin: 0;
   padding: 0;
}

#sidebar li ul {
   margin: 0px 0px;
   padding-bottom: 30px;
}

#sidebar li li {
   line-height: 35px;
   border-bottom: 1px dotted #1B1B1B;
   margin: 0px 30px;
   border-left: none;
}

#sidebar li li span {
   display: block;
   margin-top: -20px;
   padding: 0;
   font-size: 11px;
   font-style: italic;
}

#sidebar li li a {
   padding: 0px 0px 0px 15px;
}

#sidebar h2 {
   height: 38px;
   padding-left: 30px;
   letter-spacing: -.5px;
   font-size: 1.8em;
   color: #B23C1C;
}

#sidebar p {
   margin: 0 0px;
   padding: 0px 30px 20px 30px;
   text-align: justify;
}

#sidebar a {
   border: none;
   color: #494949;
}

#sidebar a:hover {
   text-decoration: underline;
   color: #B23C1C;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
   padding: 20px;
}

#calendar table {
   width: 100%;
}

#calendar tbody td {
   text-align: center;
}

#calendar #next {
   text-align: right;
}

/* Three Column Footer Content */

#footer-content {
}

#footer-bg {
   overflow: hidden;
   width: 890px;
   padding: 30px 55px 50px 55px;
   background: url(images/img05.jpg) no-repeat left bottom;
}

#footer-content h2 {
   margin: 0px;
   padding: 0px 0px 20px 0px;
   letter-spacing: -1px;
   text-transform: lowercase;
   font-size: 26px;
   color: #FFFFFF;
}

#footer-content ul {
   margin: 0px;
   padding: 0px 0px 0px 20px;
}

#footer-content a {
}

#column1 {
   float: left;
   width: 290px;
   margin-right: 30px;
}

#column2 {
   float: left;
   width: 280px;
}

#column3 {
   float: right;
   width: 260px;
}

/* Footer */

#footer {
   height: 50px;
   margin: 0 auto;
   padding: 0px 0 15px 0;
   font-family: Arial, Helvetica, sans-serif;
}

#footer p {
   margin: 0;
   padding-top: 10px;
   line-height: normal;
   font-size: 9px;
   text-transform: uppercase;
   text-align: center;
   color: #202020;
}

#footer a {
   color: #202020;
}

#marketing {
   overflow: hidden;
   margin-bottom: 30px;
   padding: 20px 0px 10px 0px;
   border-top: 1px solid #E3E3E3;
   border-bottom: 1px solid #E3E3E3;
}

#marketing .text1 {
   float: left;
   margin: 0px;
   padding: 0px;
   letter-spacing: -2px;
   text-transform: lowercase;
   font-size: 34px;
   color: #345E9B;
}

#marketing .text2 {
   float: right;
}

#marketing .text2 a {
   display: block;
   width: 252px;
   height: 38px;
   padding: 15px 0px 0px 0px;
   background: url(images/img07.jpg) no-repeat left top;
   letter-spacing: -2px;
   text-align: center;
   text-transform: lowercase;
   font-size: 30px;
   color: #FFFFFF;
}

#extraDiv1 {display: none;} #extraDiv2 {display: none;} #extraDiv3 {display: none;} #extraDiv4 {display: none;} #extraDiv5 {display: none;} #extraDiv6 {display: none;} #pre_header {display: none;} #post_header {display: none;} #pre_content {display: none;} #nav_heading{display: none;} #nav{display: none;} div.header{display: none;} h1#title{display: none;} h2#title span {display: none;}
Beitrag02.12.2011 um 18:26 (UTC)    
Titel:

naja und ich versuche jetzt halt bei dem seiten editieren, einen text zu schreiben...
Beitrag02.12.2011 um 22:56 (UTC)    
Titel:

Hallo,

wenn du das so eingefügt hast, dann schaue mal bei ich biete, ob jemand einen umcoding service anbietet. Oder frage mal bei ich suche, ob es dir jemand macht. Falls du dich selbst daran versuchen möchtest:
http://www.homepage-baukasten.de/forum/viewtopic.php?t=134573
______________
mfg
o-4-n

"If you’re incompetent, you can’t know you’re incompetent." - [David Dunning]

*** Die Suchfunktion ist KEINE tödliche Krankheit! ***

Eventplanung, Equipment, Zeltverleih, Catering
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de