Hallo
Ich versuche mit der Theme DelphiABC eine Seite zu gestalten.
Unter dem Logo(Banner) gibt es eine Zeile mit Links ich möchte gerne statt diesen Textlinks eine Bildleiste haben mit links.
Diese Bildleiste habe ich auch bereits.
Als einfache Grafik einzufügen ist kein Problem nur dann funktionieren die Links nicht .
Diese Bildleiste habe ich mit Photoimpact erstellt.Damit die Links funktionieren generiert das Programm auch ein HTML Code .
Ich weiß nicht wie ich diesen HTM Code in diese Zeile einfügen soll.
:cry :cry :cry
es ist zu sehen unter www.turkpower.com
HI
in dem Themen sieht die linklieste soo aus :
Zitat."<table align=left border=0 cellpadding=0 cellspacing=0>"
."<tbody>"
."<tr>"
."<td><a href=\"index.php\"><img src=\"themes/DelphiABC/images/home.gif\" wiidth=20 border=0></a></td>"
."<td><img src=\"themes/DelphiABC/images/div.gif\"></td>"
."<td><img src=\"themes/DelphiABC/images/pixel.gif\" width=\"5\" border=0><a href=\"index.php\" class=a_top_menu>Home</a><img src=\"themes/DelphiABC/images/s.gif\" width=\"5\" border=0></td>"
."<td><img src=\"themes/DelphiABC/images/div.gif\"></td>"
."<td><img src=\"themes/DelphiABC/images/pixel.gif\" width=\"5\" border=0><a href=\"modules.php?name=Downloads\" class=a_top_menu>Downloads</a><img src=\"themes/DelphiABC/images/s.gif\" width=\"5\" border=0></td>"
."<td><img src=\"themes/DelphiABC/images/div.gif\"></td>"
."<td><img src=\"themes/DelphiABC/images/pixel.gif\" width=\"5\" border=0><a href=\"modules.php?name=Your_Account\" class=a_top_menu>Your Account</a><img src=\"themes/DelphiABC/images/s.gif\" width=\"5\" border=0></td>"
."<td><img src=\"themes/DelphiABC/images/div.gif\"></td>"
."<TD><img src=\"themes/DelphiABC/images/pixel.gif\" width=\"5\" border=0><a href=\"modules.php?name=Submit_News\" class=a_top_menu>Submit News</a><img src=\"themes/DelphiABC/images/s.gif\" width=\"5\" border=0></TD>"
."<td><img src=\"themes/DelphiABC/images/div.gif\"></td>"
."<td><img src=\"themes/DelphiABC/images/pixel.gif\" width=\"5\" border=0><a href=\"modules.php?name=Top\" class=a_top_menu>Top 10</a><img src=\"themes/DelphiABC/images/s.gif\" width=\"5\" border=0></td>"
."</tr>"
."</tbody>"
."</table>"
in selbem verfahren müsstest du deine Leuiste einbauen
Hallo Darkboy
kannst du dir bitte noch einmal anschauen ?
Wie soll ich das machen.
Nach der Theme sind das alles einzelne Zellen Das Bild das ich einfügen möchte ist viel größer.
Danke
Hallo
Ich habe versucht anzupassen,es klappte aber nicht.
Ich bekomme folgende Meldung:
Parse error: parse error, expecting `','' or `';'' in c:\appserv\www\nuke\themes\delphiabc\theme.php on line 171
Ich weiss nicht was hier falsch ist da ich überhaupt kein Plan von PHP habe .Eigentlich habe ich es genauso wie anderen Zeilen auch sind verändert es funt aber nicht...:mad: :mad:
."<table width=760 cellpadding=0 cellspacing=0 border=0><tr><td><br>"
."<table align=left border=0 cellpadding=0 cellspacing=0>"
."<tbody>"
."<tr>"
."<td>"
."<BODY LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">"
."<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">"
."</tr>"
."<TD COLSPAN="3"><IMG WIDTH="745" HEIGHT="12" SRC="leiste/deneme_1.jpg" BORDER="0"></TD></TR>"
."<TR>"
."<TD><IMG WIDTH="57" HEIGHT="11" SRC="leiste/deneme_2.jpg" BORDER="0"></TD>"
."<TD><IMG WIDTH="88" HEIGHT="11" SRC="leiste/deneme_3.jpg" USEMAP= "#Map1" BORDER="0"></TD>"
."<TD><IMG WIDTH="600" HEIGHT="11" SRC="leiste/deneme_4.jpg" BORDER="0"></TD>"
."</tr>"
."<TR>"
."<TD COLSPAN="3"><IMG WIDTH="745" HEIGHT="12" SRC="leiste/deneme_5.jpg" BORDER="0"></TD>"
."</tr>"
."</TABLE>"
."<MAP NAME="Map1">"
."<AREA SHAPE="poly" COORDS="54,0,56,3,58,3,59,7,61,3,72,3,73,5,79,3,80,6,81,3,87,3,87,7,85,10,84,4,80,10,73,10,71,8,70,10,68,10,70,6,69,4,65,10,63,10,65,6,64,4,60,10,55,10,55,5,51,10,44,10,42,8,41,10,39,10,39,5,34,10,36,5,35,4,31,7,30,10,17,10,16,6,14,10,12,10,14,6,13,4,9,10,0,10,2,3,4,3,4,7,7,3,9,5,10,3,18,3,20,1,22,1,24,4,28,3,30,5,31,3,42,3,44,5,50,3,51,5,54,0" HREF="unternehmen.php"></AREA></MAP></BODY></td>"
hi
schick mir mal deine themes, und das was du eingebaut haben möchtest, ich werde es dir dann einbauen.
unter info@pchilfe-service.de
Hi unbekannt,
da hast Du ein grundsätzliches Problem mit PHP. ;)
Du musst darauf achten, dass alle doppelten Anführungszeichen mit einem Backslash gespaced werden.
z.B. müsste die Zeile
Zitat."<TD COLSPAN="3"><IMG WIDTH="745" HEIGHT="12" SRC="leiste/deneme_1.jpg" BORDER="0"></TD></TR>"
folgendermassen lauten
Zitat."<TD COLSPAN=\"3\"><IMG WIDTH=\"745\" HEIGHT=\"12\" SRC=\"leiste/deneme_1.jpg\" BORDER=\"0\"></TD></TR>"