Ja, das gibts schon, aber nicht um die Schriftgröße des Beitrages zu ändern. Fehlt bei mir da vielleicht ein Tag?
Ich bin mir nicht sicher ob ich das template hier posten darf, aber da es keine attachment funktion gibt mache ich es einfach..
<html>
<head>
<title>
<yabb title>
</title>
<style type="text/css">
<!--
A:link {text-decoration: none; color: #FFB903;}
A:visited {text-decoration: none; color: #FFB903;}
A:hover {text-decoration: none; color: #99CCFF; font-style: normal; text-decoration: underline overline}}
BODY {scrollbar-face-color: #003399; scrollbar-shadow-color: #1B1E25; scrollbar-highlight-color: #cccccc;
scrollbar-3dlight-color: #272A2F; scrollbar-darkshadow-color: #000066; scrollbar-track-color: #0066FF;
scrollbar-arrow-color: #FFB903; font-family: Verdana}
.nav {text-decoration: none; color: #FFFFFF;}
.nav:link {text-decoration: none; color: #FFFFFF;}
.nav:visited {text-decoration: none; color: #FFFFFF;}
.nav:hover {text-decoration: none; color: #FFB903; font-style: normal; text-decoration: underline}
.windowbg {background-color: #003399;}
.windowbg2 {background-color: #3366CC;}
.windowbg3 {background-color: #0066FF;}
.titlebg {background-color: #000066;}
.text1 {font-style: normal; font-weight: bold; font-size: 13px; color: #FFFFFF;}
.catbg {background-color: #40454C; color: #EEEEEE; font-weight: bold; font-size: 13px;}
.bordercolor {background-color: #000000;}
.quote {font-size: 10px; font-family: Arial; color: #FFFFFF; background-color: dimgray;}
.code {font-size: 10px; font-family: Courier New; color: #000000; background-color: #FFB920;}
TD {font-family: Verdana; color: #FFFFFF}
input {background-color: #333333; font-family: Verdana; font-size: 10pt; color: #FFFFFF;}
textarea {background-color: #333333; font-family: Verdana; font-size: 10pt; color: #FFFFFF;}
select {background-color: #333333; font-family: Verdana; font-size: 7pt; color: #FFFFFF;}
-->
</style>
</head>
<script>
function OpenAdsDetail(FileName,WindowName)
{
WindowFeature="Resizable=No,ScrollBars=Yes,MenuBar=No,Directories=No,ToolBar=No,Location=No,
Status=No,Width=660,Height=550,ScreenX=0,ScreenY=0,Top=0,Left=0"
newWindow=open(FileName,WindowName,WindowFeature);
if (newWindow.opener == null) { newWindow.opener = self; }
if (newWindow.focus) { newWindow.focus(); }
}
</script>
<body text="#000000" bgcolor="#666666" bottomMargin="0" leftMargin="0"
rightMargin="0" topMargin="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<!--#echo banner=""-->
<table width="90%" cellspacing="1" cellpadding="2" border="0" align="CENTER" bgcolor="#000000">
<tr bgcolor="#003399">
<td>
<table border="0" width="100%" cellpadding="1" cellspacing="0">
<tr>
<td valign="middle" align="LEFT">
<font color="#FFFFFF" size="4"><yabb boardname></font>
<BR> <font size="2">« <yabb title> »</font>
</td>
<td>
<font size="2" color="#ffffff">
<yabb uname> <yabb im>
<BR><yabb time>
<BR>
</font>
</td>
</tr>
</table>
</td>
</tr><tr align="center" valign="middle" bgcolor="#3366CC" >
<td><font size="2">
<yabb menu>
</font></td>
</tr>
</table>
<table width="90%" cellspacing="0" cellpadding="2" align="center">
<tr>
<td valign="TOP" width="100%" height="100%">
<font size="1"><BR><BR>
<yabb main>
</font></td>
</tr><tr>
<td align="CENTER" valign="BOTTOM">
<font face="Verdana, Arial" size="1"><BR><BR>
Admin/Webmaster: <a href="
mailto:[email protected]">Jochen</a>,
<a href="
mailto:[email protected]">Dave</a><br>
<yabb copyright>
<BR><BR>
</font>
</td>
</tr>
</table>
</body>
</html>
Was muss ich da ändern um die schriftgröße der beiträge zu ändern?