Bitte helfen!

25.12.2007 20:01
avatar  Emanuel
#1 Bitte helfen!
Em
Mitglied

Hallo Team von Homepagemodules.
Bräuchte auch mal Hilfe von euch.Meine Hompage Nr.:145270
Will vor erst mal sagen,das ich Amateur auf diesen Gebiet bin,hoffe aber trotzdem auf Hilfe von euch.
So,hier mal meine Fragen:Hab seit gestern das Problem,das die Html codes über den Board linksbündig sind,also die Anzeigen über den Forum auf der linke Seite kleben ,gibt es irgent ein Formatierungs Befehl,damit ich es wieder in die Mitte bekomme und unten kann ich keine Html codes mehr einfügen,zeig dann unten auf den Forum nichts an.
Meine andere Frage lautet,wie kann ich ein eigenes Hintergrund Bild erstellen,oder muss ich das Board unter Domain erst regestrieren lassen.
Wünsche euch noch Schöne Weihnachten und auf baldige Hilfe.
Liebe Grüsse von mir!
Emanuel


 Antworten

 Beitrag melden
26.12.2007 01:25 (zuletzt bearbeitet: 26.12.2007 01:26)
avatar  Vitalis
#2 RE: Bitte helfen!
avatar
Profi
<center>  ....  </center>
oder
<div align="center">  ....  </div>

Ein gut gemeinter Rat: Weniger ist oft mehr...

 Antworten

 Beitrag melden
26.12.2007 17:17
avatar  Emanuel
#3 RE: Bitte helfen!
Em
Mitglied

Hallo Stargate,
Danke für deine rasche Hilfe,hat aber leider nicht's geholfen!
Versteh das alles nicht.
Als ich das letzte Mal auf meiner Seite war,war alles in Ordnung.
War auf einmal da,das Problem.
Hier mal der Link zu meiner Seite,dann kann man sich das mal anschauen.
Liebe Grüsse
Emanuel

http://145270.homepagemodules.de/f3-Regel.html


 Antworten

 Beitrag melden
26.12.2007 17:46
avatar  Vitalis
#4 RE: Bitte helfen!
avatar
Profi

*g* Also ihre CSS-Datei ist so richtig (ka)putt ;-)

Admin -> Layout -> CSS -> alles durch folgenden Script ersetzten!
das rot markierte ist für die Richtungsanweisung zuständig.
CSScode:

BODY {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color: #FFFFFF;
color: #000000;
text-align: center
}

TD,TR {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
color: #000000
}

INPUT,SELECT,TEXTAREA {
/* border-width:1px; */
color: #000000
}

A {
color: #0730B0
}
HR {
margin-top: 5px;
margin-bottom: 5px;
}
BLOCKQUOTE {
margin-right: 0px;
margin-bottom: 0px;
margin-left: 30px;
}
.ntit {
/* z.b. bei der Suche die Überschrift */
background-color: #A6B8C2;
color: #000000;
font-weight: bold;
}
.ntit a {
color: #0730B0;
}
.ntop {
/* Die zweite Überschriftszeile wie bei den Privaten Mails */
background-color: #E1E7E7;
color: #000000;
}
.ntop a {
color: #0730B0;
}

.ntop td {
/* same */
background-color: #E1E7E7;
color: #000000;
}
.nnor {
/* jeweils der mittlere Bereich bei der Suche, der FAQ, der Einstellungen u.s.w. */
background-color: #EBEFF1;
color: #000000;
}
.nnor a {
color: #0730B0;
}

.nnor td {
/* same */
background-color: #EBEFF1;
color: #000000;
}
.nnor input,select,textarea {
/* Form Elemente in diesem Bereich, auch Textfeld bei neuem Beitrag */
background-color: #EBEFF1;
color: #000000;
}
.nnos {
/* kleiner Text im mittlerem Bereich */
font-size: 9pt
}

.itop {
/* Forum Übersicht -> Überschrift sei: Forum, Themen, Beiträge, letze Nachricht, Moderator */
background-color: #A6B8C2;
color: #000000;
text-align: center;
vertical-align: bottom;
}

.icats {
/* Forum Übersicht -> Kategorie */
background-color: #E1E7E7;
font-size: 11pt;
font-weight: bold;
color: #000000;
}

.icats a {
/* Forum Übersicht -> Kategorie-Link */
text-decoration: none;
color: #0730B0;
}

.cent {
/* Forum Übersicht -> center */
text-align: center;
}

.ifo1 {
/* Forum Übersicht -> Forum style 1 */
background-color:#EBEFF1;
color: #000000;
/* text-align: center; */
}

.ifo1 A {
/* Forum Übersicht -> Forum style 1 - Link */
color:#FF0000;
color: #0730B0;
}

.ifo2 {
/* Forum Übersicht -> Forum style 2 */
background-color:#EBEFF1;
color: #000000;
/* text-align: center; */
}

.ifo2 A {
/* Forum Übersicht -> Forum style 2 - Link */
color: #0730B0;
}



.ifos {
/* Forum Übersicht -> kleine Schrift */
font-size:8pt;
}

.iau0 {
/* Forum Übersicht -> Aktive User zeile 1 */
background-color: #E1E7E7;
font-weight: bold;
color: #000000;
}

.iau0 A {
color: #0730B0;
}

.iaus {
/* Forum Übersicht -> Aktive User Satz: 10 Mitglieder, 5 Gäste Online */
font-size: 9pt;
font-weight: normal;
}

.iau1 {
/* Forum Übersicht -> Aktive User zeile 2 mit Liste der aktiven User */
background-color:#EBEFF1;
color: #000000;
}

.ftop {
background-color: #A6B8C2;
color: #000000;
font-weight: bold;
}

.ftop a {
color: #0730B0;
}

.fopt {
background-color: #E1E7E7;
font-size:9pt;
color: #000000;
}

.fopt a {
color: #0730B0;
}

.fwha {
background-color: #E1E7E7;
color: #000000;
font-weight:bold;
}

.fwha td {
background-color: #E1E7E7;
font-weight:bold;
color: #000000;

}

.fth1 {
background-color: #E1E7E7;
color: #000000;
}

.fth2 {
background-color: #EBEFF1;
color: #000000;
}

.fths {
font-size: 8pt;
}

.fbot {
background-color: #A6B8C2;
color: #000000;
}

.fbot A,select {
background-color: #A6B8C2;
color: #0730B0;
}

.fbot input {
background-color: #A6B8C2;
font-size:10;
color: #000000;
/* border-width:1px */
}

.ttop {
background-color: #A6B8C2;
color: #000000;
font-weight: bold;
}

.ttop a {
color: #0730B0;
}

.tnex {
background-color: #E1E7E7;
color: #000000;
}

.tbei {
background-color: #A6B8C2;
color: #000000;
font-weight: bold;
}

.tms1 {
background-color: #E1E7E7;
color: #000000;
}
.tms1 a {
color: #0730B0;
}

.tms2 {
background-color: #EBEFF1;
color: #000000;
}
.tms2 a {
color: #0730B0;
}

.tms3 {
background-color: #E1E7E7;
color: #000000;
}
.tms3 a {
color: #0730B0;
}

.tms4 {
background-color: #EBEFF1;
color: #000000;
}
.tms4 a {
color: #0730B0;
}

.tbot {
background-color: #A6B8C2;
color: #000000;
font-weight: bold;
/* border-width:1px */
}
.tbot a {
color: #0730B0;
}
.tbot input,select {
font-weight: normal
}

.tmss {
font-size: 8pt;
font-weight: normal
}

.tmst {
font-size:11pt;
text-align: center;
}

.tare {
color: #000000;
text-align: center;
vertical-align: bottom
}

.tarea {
color:#FF0000;
font-weight: bold
}

.thin {
color:#000000;
/* vertical-align: bottom */
}

.tbhi {
color: #000000;
text-align: center;
vertical-align: bottom
}

.tsmt {
color: #000000;
font-size: 8pt
}


 Antworten

 Beitrag melden
26.12.2007 18:29
avatar  Emanuel
#5 RE: Bitte helfen!
Em
Mitglied

Hallo Stargate,
Danke für ihre Hilfe,ist jetzt wieder in alles in Ordnung.
Sieht toll aus.
Liebe Grüsse
Emanuel


 Antworten

 Beitrag melden
Bereits Mitglied?
Jetzt anmelden!
Mitglied werden?
Jetzt registrieren!