Content Part erweitern

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
tigger
Posts: 25
Joined: Thu 3. Mar 2005, 11:05

Content Part erweitern

Post by tigger »

Hallo, ich muss gleich nochmal nerven ;)

ich hab mir eine div box gebaut die mit css so aussieht:

Code: Select all

div.block_links {
border:1px solid #000;
background-color: #666;
color: #FFF;
padding: 5px;
width:48%;
float:left;
}
und

Code: Select all

div.block_rechts {
border:1px solid #000;
background-color: #666;
color: #FFF;
padding:5px;
width:48%;
float:right;
}
so, da die mitbenutzer ja keine ahnung von irgendwas haben würd ich gerne den content part so erweitern dass zB da steht:
Text
WYSIWYG HTML
HTML
Box Links
Box Rechts
E-Mail
usw...wenn ich nun Box Links benutz soll er automatisch ein <div> nehmen mit der class "block_links" und den text aus dem formular einfügen.
Leider bin ich etwas unbeholfen in welchen Dateien ich so etwas ändern kann / soll / muss. ich hoff jemand hat etwas tiefgründigere Ahnung als ich

mfg TiggeR
Post Reply