Schriftart!

  • Seite 1 von 2
19.02.2008 14:29
#1 Schriftart!
Te
Mitglied

Ich möchte gerne meinen Mitgliedern eine weitere Schrift für Ihre Beiträge anbieten!
Und zwar: "Comic Sans MS"
Dies bekomme ich mit folgendem Code auch hin:
[*style=font-family:Comic Sans MS;]Dieser Text ist in Comic Sans MS geschrieben[*/style]
Dieser Text ist in Comic Sans MS geschrieben


Nun zu meinem Problem!
Ich möchte dies in meiner Symbol-Bar mit einfügen,das auf einen Klick,der Code in´s
Schreibfeld eingefügt wird und man dann in dieser neuen Schriftart weiterschreiben kann!

Hier soll der Code eingefügt werden:

<div align="left">Ein Klick f&uuml;gt das Symbol ein:&nbsp&nbsp&nbsp
<a href="http://www.smilies.4-user.de/" target=3D_blank>Smileys1</a>&nbsp&nbsp
<a href="http://www.cosgan.de/smilie.php/" target=3D_blank>Smileys2</a>&nbsp&nbsp
<A HREF="javascript:insert('','')"><img src="https://files.homepagemodules.de/b214495/bhnetfiles-4mm5-3a.jpg" title="[Video]" border=0 width="21" height="17"></A>&nbsp&nbsp&nbsp<A HREF="javascript:insert('[spoiler]','[/spoiler]')"><img src="https://files.homepagemodules.de/b214495/bhnetfiles-585t-5.png" title="[spoiler] versteckter Text [/spoiler]" border=0 width="48" height="17"></A>&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
<a href="http://134189.homepagemodules.de/faq.php" target="_blank">FAQ</a>


Kann mir hierbei jemand behilflich sein??



 Antworten

 Beitrag melden
19.02.2008 15:14
#2 RE: Schriftart!
avatar
Mitglied

Der Link für die Symbol-Bar an die gewünschte Stelle setzen:

<a href="javascript:returnTag('[style=font-family:Comic Sans MS;]','[/style]')">Linktext/Bild</a>

Aber nicht innerhalb eines anderen
<a href="...">...</a>


 Antworten

 Beitrag melden
19.02.2008 15:28
#3 RE: Schriftart!
Te
Mitglied

Hmmm,im Schriftfeld erscheint nur:
[*style=font-family:Comic Sans MS;]

Das [*/style] fehlt!!!!


 Antworten

 Beitrag melden
19.02.2008 15:41
#4 RE: Schriftart!
avatar
Mitglied

Hupps, tut mir leid!

Es muss natürlich so heißen:

<a href="javascript:insert('[style=font-family:Comic Sans MS;]','[/style]')">Linktext/Bild</a>


Nicht returnTag sondern insert.
Mein Fehler.


 Antworten

 Beitrag melden
19.02.2008 15:52
#5 RE: Schriftart!
Te
Mitglied

Jetzt funktioniert´s! Vielen Dank!

Habe aber gleich noch eine Frage dazu!

Wie verbinde ich diesen Code:
[*style=font-family:Comic Sans MS;][*/style]
mit diesem:
[*style=font-size:24pt][*/style]

Denn beides in einem funktioniert nicht!


 Antworten

 Beitrag melden
19.02.2008 15:57
avatar  BOo°m
#6 RE: Schriftart!
avatar
Mitglied

So:

[*style=font-family:Comic Sans MS;font-size:24pt][*/style]

Ein Semikolon trennt bei mehrfachen Optionen die einzelnen voneinander....



 Antworten

 Beitrag melden
19.02.2008 16:21
#7 RE: Schriftart!
Te
Mitglied

Dankeschön BOo°m!
Klar!!!!! Das gleiche wie bei Grösse + Farbe!!!


 Antworten

 Beitrag melden
02.10.2008 16:59
avatar  Monika
#8 RE: Schriftart!
avatar
Mitglied

Ich habe die Schriftart in meinem Testforum verändert in Comic Sans MC. Das hat auch gut funktioniert.
Aber die Schrift ist, wenn man einen Beitrag schreibt, immernoch Veranda. Warum ändert sich das nicht ?

http://55951.dynamicboard.de/

__________________
Liebe Grüße
Moni
http://45036.dynamicboard.de

 Antworten

 Beitrag melden
03.10.2008 06:47
avatar  Vitalis
#9 RE: Schriftart!
avatar
Profi

Meinen Sie, nachdem sie Abgespeichert haben, oder direkt beim eingeben?
Evtl. überschreibt eine CSS-Deklaration die Werte.


 Antworten

 Beitrag melden
03.10.2008 10:47
avatar  Monika
#10 RE: Schriftart!
avatar
Mitglied

Ich meine direkt beim eingeben.
Wenn es abgespeichert ist, steht es in Comic Sans MS da.

__________________
Liebe Grüße
Moni
http://45036.dynamicboard.de

 Antworten

 Beitrag melden
03.10.2008 11:50
avatar  Vitalis
#11 RE: Schriftart!
avatar
Profi

Laut CSS wird sehr viel vererbt.
Bitte gehen Sie die CSS durch, und sehen nach, oder Sie machen es ganz einfach und Sie schreiben folgende Deklaration in Ihre CSS-Datei:

textarea#messagetext {
font-family: 'Comic Sans MS', Arial, Verdana, Hervetica, 'sans-serif';
font-size:9pt;
font-style:normal;
font-weight:normal;
}


 Antworten

 Beitrag melden
03.10.2008 11:55
avatar  Monika
#12 RE: Schriftart!
avatar
Mitglied

Ich probier es mal aus.

__________________
Liebe Grüße
Moni
http://45036.dynamicboard.de

 Antworten

 Beitrag melden
05.10.2008 12:56
avatar  Monika
#13 RE: Schriftart!
avatar
Mitglied

Es funktioniert nicht.
Meine CSS:

BODY {
font-family: Comic Sans MS, Verdana, Arial, Helvetica;
font-size: 10pt;
background-color: CCDCED;

background-image: url(http://www.filedealer.com/freeupload/827...5a2314271c1.gif);

color: #000000;
text-align: center
}
TD,TR {
font-family: Comic Sans MS, Verdana, Arial, Helvetica;
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: 13pt;
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:#C21212;
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:13pt;
text-align: center;
}
.tare {
color: #000000;
text-align: center;
vertical-align: bottom
}
.tarea {
color:#C21212;
font-weight: bold
}
.thin {
color:#000000;
/* vertical-align: bottom */
}
.tbhi {
color: #000000;
text-align: center;
vertical-align: bottom
}
.tsmt {
color: #000000;
font-size: 8pt
}
/* eigener CSS Code von Admin - Layout - HTML, CSS & Co */
/* Fügen Sie hier direkt eigenen CSS-Code ein */
/* Dieser Code wird der vorgebenen CSS-Datei angehängt */
/* Die vollständige CSS Datei können sie unter Admin - CSS bearbeiten! */

__________________
Liebe Grüße
Moni
http://45036.dynamicboard.de

 Antworten

 Beitrag melden
05.10.2008 13:08
avatar  Vitalis
#14 RE: Schriftart!
avatar
Profi

Klar gehts nicht, weil nicht in der CSS drinsteht, einfach den von mir oben genannten Code ganz unten einpflegen und fertig. (Dann funktioniert es genauso wie im Screenshot).


 Antworten

 Beitrag melden
05.10.2008 15:28
avatar  Monika
#15 RE: Schriftart!
avatar
Mitglied

Tja, sch.... wenn man doof ist.
Danke Vitalis, jetzt geht es.
Wobei im "Betreff" die neue Schrift trotzdem nicht erscheint.

__________________
Liebe Grüße
Moni
http://45036.dynamicboard.de

 Antworten

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