Seite 1 von 1

Font Face Mod anpassen...?!

Verfasst: 16.08.2005 20:22
von Toulouse
Ich habe einen Font Face Mod in mein Forum eingebaut, und möchte diesen jetzt anpassen.
Im Moment befindet sich die Font Face Auswahl noch unter der Schriftfarben- und Größenauswahl. Das möchte ich ändern.

[ externes Bild ]

Ich möchte das die Schriftart-, Schriftfarben und Größenauswahl nebeneinander sind,
außerdem soll der Font Face Mod genauso aussehen wie die anderen Auswahlen:
Schriftart (bzw. Fontface): <auswahl>

Ich nehme an man muss die Datei posting_body.tpl des Templates ändern - bin mir aber nicht sicher! Hier wäre dann der momentane Code:

Code: Alles auswählen

 </select> &nbsp;{L_FONT_SIZE}:<select name="addbbcode22" onChange="bbfontstyle('[size=' + this.form.addbbcode22.options[this.form.addbbcode22.selectedIndex].value + ']', '[/size]')" onMouseOver="helpline('f')">

					  <option value="7" class="genblack">{L_FONT_TINY}</option>
					  <option value="9" class="genblack">{L_FONT_SMALL}</option>
					  <option value="12" selected class="genblack">{L_FONT_NORMAL}</option>
					  <option value="18" class="genblack">{L_FONT_LARGE}</option>
					  <option  value="24" class="genblack">{L_FONT_HUGE}</option>
					</select>
					&nbsp;<select name="addbbcodefontface" onchange="bbfontstyle('[font=' + this.form.addbbcodefontface.options[this.form.addbbcodefontface.selectedIndex].value + ']', '[/font]');this.selectedIndex=0;" onmouseover="helpline('n')" accesskey="n">
						<option value="0" class="genmed" selected="selected">{L_FONT_STYLE}</option>
						<!-- BEGIN font_styles -->
					  	<option value="{font_styles.L_FONTNAME}" class="genmed" style="font-family:{font_styles.L_FONTNAME};">{font_styles.L_FONTNAME}</option>
						<!-- END font_styles -->
					</select>
					</span></td>
DANKE!!

Verfasst: 17.08.2005 16:54
von Toulouse
Kann mir dabei keiner helfen?
Wenigstens ein Hinweis...

(sry für den Doppelpost!)