WOTLK
Folgendes fügst Du in "Text über dem Design" ein:
<div id="Design04"> <div id="Header_oben"></div> |
Das hier wird in "Text unter dem Design" eingefügt:
<div id="Feld_unten"><b>Hier unten kannst Du auch etwas einfügen</b></div></div> |
Und das kommt bei "CSS ohne Style-tags" rein:
h1#title{display: none;} h2#title span {display: none;} div.header{display: none;} li.nav_element{list-style-type: none;} body {background-color:#000;} a{color:#FFFFFF; font-size: 15px; text-decoration: none;} a:hover {color: #fffffg; font-size: 15px; text-decoration: none;} a:link {color: #ffffff; font-size: 15px; text-decoration: none;} a:active {color: #000080; font-size: 15px; text-decoration: none;} a:visited {color: #000080; font-size: 15px; text-decoration: none;} li.nav_element a{ color:#000000; display: block; margin: 5px; padding-left: 5px; padding-top: 7px; text-decoration: none; width: 120px; height: 26px; background-image:url(https://img.webme.com/pic/t/testfotomontage/navi1.png); background-color:#xxx;} li.nav_element a:hover{ color:#xxx; display: block; margin: 5px; padding-left: 5px; padding-top: 7px; text-decoration: none; width: 120px; height: 26px; background-image:url(https://img.webme.com/pic/t/testfotomontage/navi1.hover.png); background-color:#xxx;} * { padding: 0; margin: 0; } #Design04 { margin: 0 auto; width: 922px;} #Header_oben { height: 223px; width: 900px; background: #xxx; background-image:url(https://img.webme.com/pic/t/testfotomontage/header1.png); color: #xxx; border: 0px solid #6E6E6E; margin: 0px 0px 0px 0px; padding: 10px; float: left;} #nav_container { width: 140px; height: 657px; background: #xxx; background-image:url(https://img.webme.com/pic/t/testfotomontage/links.png); color: #xxx; border: 0px solid #6E6E6E; margin: 0px 0px 0px 0px; padding: 10px; float: left;} #content { height: 657px; width: 578px; background: #xxx; background-image:url(https://img.webme.com/pic/t/testfotomontage/content1.png); color: #000000; border: 0px solid #xxx; margin: 0px 0px 0px 0px; padding: 10px; display: inline; float: left; overflow:auto;} #sidebar_container { height: 657px; width: 144px; background: #xxx; background-image:url(https://img.webme.com/pic/t/testfotomontage/rechts.png); color: #xxx; border: 0px solid #6E6E6E; margin: 0px 0px 0px 0px; padding: 10px; float: right; overflow:auto;} #Feld_unten { width: 900px; height: 60px; background: #xxx; background-image:url(https://img.webme.com/pic/t/testfotomontage/unten1.png); color: #xxx; clear: both; border: 0px solid #xxx; margin: 0px 0px 10px 0px; padding: 10px;} #counter{display: none;} |