At the moment there aren´t any members active..
Greetings to our newest member: mislonly
|
|
Source code |
1 2 3 4 5 |
<body style="background : url(<cc:print value="&pic.backdrop.url">) repeat-y top center;"> </body> <cc:else> <body style="background : url(<cc:print value="&pic.backdrop.nosidebar.url">) repeat-y top center;"> </body> |
Location: Berlin-Kaulsdorf
Occupation: Freiberuflerin
web/shop to date Version: shop to date 5 - shop to date 8
Location: Berlin-Kaulsdorf
Occupation: Freiberuflerin
web/shop to date Version: shop to date 5 - shop to date 8
|
|
Source code |
1 2 3 4 5 6 |
<cc:if cond="&sidebar.count gt 0"> <body style="background : url(<cc:print value="&pic.backdrop.url">) repeat-y top left;"> <cc:else> <body style="background : url(<cc:print value="&pic.backdrop.nosidebar.url">) repeat-y top left;"> <body> </cc:if> |
|
|
Source code |
1 2 3 4 5 |
<cc:if cond="&sidebar.count gt 0"> <body style="background : url(<cc:print value="&pic.backdrop.url">) repeat-y top left;"> <cc:else> <body style="background : url(<cc:print value="&pic.backdrop.nosidebar.url">) repeat-y top left;"> </cc:if> |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<link rel="stylesheet" type="text/css" href="./assets/sf.css" /> <link rel="stylesheet" type="text/css" href="./assets/sd.css" /> <link rel="stylesheet" type="text/css" href="./assets/sc.css" /> </head> <body> <div id="zentrieren"> <body style="background : url(./images/pback.gif) repeat-y top center;"></body> <div id="nav"> <form class="search" action="./fts.php" method="get"> <input class="search" type="text" name="criteria" maxlength="30" /> <input type="image" src="./images/psearch.gif" /> </form> |
