ich hab mich mal an eindsign gemacht, hat soweit eklapt.
hab nun das problem das die menupunkte nicht angezeigt werden aber die boxen. das design sollte ein dynamisches sein.
2. frage wie erstell ein .css file? kann das dreamweaver allein?
hier meine index.htm:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{TITLE}</title> <style type="text/css"> <!-- body,td,th { color: #66FF00; } body { background-color: #000000; } --> </style> <link href="style.css" rel="stylesheet" type="text/css" /> <style type="text/css"> <!-- .style1 {font-size: 9px} --> </style> </head> <body style="margin:0"> <table width="800" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td colspan="3" align="center" valign="top"><img src="../include/designs/gffc_first/Bilder/Unbenannt1_01.jpg" alt="header" width="800" height="142" /></td> </tr> <tr> <td width="252" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="124" align="left" valign="top" background="../include/designs/gffc_first/Bilder/Unbenannt1_02.jpg">{_boxes_login}</td> </tr> <tr> <td height="65" align="left" valign="top" background="../include/designs/gffc_first/Bilder/Unbenannt1_06.jpg"> </td> </tr> </table></td> <td width="272" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="50" align="center" valign="bottom" background="../include/designs/gffc_first/Bilder/Unbenannt1_03.jpg"><marquee scrollamount="04"> <span class="style1">Willkommen auf der Clan-Page von .:|NKE|:. ,wenn Du Mitglied werden willst registrier dich einfach! Ansonsten wuensch ich Dir viel Spass und besuch uns mal auf den Game Servern. FAD.Nightchild !!!</span> </marquee></td> </tr> <tr> <td height="74" background="../include/designs/gffc_first/Bilder/Unbenannt1_05.jpg"> </td> </tr> <tr> <td height="65"> </td> </tr> </table></td> <td width="276" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="124" align="right" valign="top" background="../include/designs/gffc_first/Bilder/Unbenannt1_04.jpg"> </td> </tr> <tr> <td height="65" align="right" valign="top" background="../include/designs/gffc_first/Bilder/Unbenannt1_08.jpg"> </td> </tr> </table></td> </tr> <tr> <td colspan="3" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="149"> {_list_menunr1@ <table width="99%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="33" align="center" valign="top" background="../include/designs/gffc_first/Bilder/Unbenannt1_09 (2).jpg"> </td> </tr> <tr> <td align="center" valign="middle"><table width="95%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="top">%2</td> </tr> </table></td> </tr> <tr> <td height="29" background="../include/designs/gffc_first/Bilder/Unbenannt1_15 (2).jpg"> </td> </tr> </table> } </td> <td width="502" align="center" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> </table> <table width="90%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="middle">{HMENU}</td> </tr> </table> <table width="95%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="middle">{EXPLODE}</td> </tr> </table></td> <td width="149"> {_list_menunr2@ <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="33" align="right" valign="top" background="../include/designs/gffc_first/Bilder/Unbenannt1_11 (2).jpg"> </td> </tr> <tr> <td align="center" valign="top"><table width="95%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="right" valign="middle">%2</td> </tr> </table></td> </tr> <tr> <td height="29" align="center" valign="top" background="../include/designs/gffc_first/Bilder/Unbenannt1_17 (2).jpg"> </td> </tr> </table> } </td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="640" height="211"><img src="../include/designs/gffc_first/Bilder/Unbenannt1_17.jpg" alt="footer" width="640" height="211" /></td> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="58" align="center" valign="top" background="../include/designs/gffc_first/Bilder/Unbenannt1_18.jpg"> </td> </tr> <tr> <td height="153" background="../include/designs/gffc_first/Bilder/Unbenannt1_19.jpg">{_boxes_lastnews}</td> </tr> </table></td> </tr> </table></td> </tr> </table> </body> </html> |
verwendete ilchClan Version: 1.1
betroffene Homepage: gff.clan.lc