NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:article:contentparts:form:templates:css-div-01 [2009/04/25 08:06] 127.0.0.1 external edit |
english:phpwcms-system:article:contentparts:form:templates:css-div-01 [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{indexmenu_n>10}} | + | {{indexmenu_n>110}} |
| + | |||
| + | ====== 01) CSS and DIV ====== | ||
| - | ====== 01) CSS und DIV ====== | ||
| - | FIXME translate | ||
| === CSS Template for CP form === | === CSS Template for CP form === | ||
| Line 10: | Line 10: | ||
| Autor: Uwe367 | Autor: Uwe367 | ||
| - | Hier ein Template für den CP Formular, welches ausschließlich aus CSS und DIV Containern besteht. | + | This is an example for a CP Form template, which is made up entirely with CSS and DIV container technology. |
| - | Die Formatierungen sind als Styleanweisungen im Template platziert. | + | All formatting is taking place within the template itself. |
| {{:deutsch:phpwcms-system:artikel:contentparts:formular:vorlage:css_div_formular.gif|CSS Formularvorlage}} | {{:deutsch:phpwcms-system:artikel:contentparts:formular:vorlage:css_div_formular.gif|CSS Formularvorlage}} | ||
| Line 20: | Line 20: | ||
| \\ | \\ | ||
| - | Zunächst die Eingabefelder definieren, dabei den Schalter **Custom {FIELD}** aktivieren. | + | At first you'll like to define the input fields. Don't forget to check **Custom {FIELD}** to activate this "custom" feature. |
| {{:deutsch:phpwcms-system:artikel:contentparts:formular:vorlage:formular1.png|}} | {{:deutsch:phpwcms-system:artikel:contentparts:formular:vorlage:formular1.png|}} | ||
| - | Hier den unten stehenden Code einfügen: | + | Fill in the following code: |
| {{:deutsch:phpwcms-system:artikel:contentparts:formular:vorlage:formular2.png|}} | {{:deutsch:phpwcms-system:artikel:contentparts:formular:vorlage:formular2.png|}} | ||
| - | <code html |h Vorlage |h> | + | <code html |h Template |h> |
| <div style="margin: 0 auto; width:300px; height:auto;"> | <div style="margin: 0 auto; width:300px; height:auto;"> | ||
| <div style="float:left; padding: 10px 0px 5px 5px; font-family:Arial, Helvetica, sans-serif; font-size:13px;"> | <div style="float:left; padding: 10px 0px 5px 5px; font-family:Arial, Helvetica, sans-serif; font-size:13px;"> | ||