Author Topic: categories.php  (Read 4110 times)

0 Members and 1 Guest are viewing this topic.

Offline Allround

  • Jr. Member
  • **
  • Posts: 66
    • View Profile
categories.php
« on: February 08, 2015, 10:53:20 AM »
Hallo,

Ich möchte in der "categories.php" den einzelnen Thumbnail einen Rahmen verpassen und habe dementsprechend angepasst.
Da php nicht so meine Stärke ist habe ich die Zeile hier mal eingefügt um zu fragen, ob das so richtig eingefügt ist oder ob da ein Fehlerchen drin ist. Es geht um die Thumbnail Zeile mit "td".

Code: [Select]
 }
    $thumbnails .= "<td width=\"".$imgtable_width."\" valign=\"top\" style=\"border:solid #D6F1FC thin;\">\n";

Beste Grüße

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile
Re: categories.php
« Reply #1 on: February 08, 2015, 07:46:27 PM »
Hallo,

das hat doch nichts mit PHP zu tun.

Das kannst Du in den HTML Template Anpassen.

Du setzt BORDER auf 1 bzw. die stärke die Du möchtest.

categories.html
{header}
<
table width="640" border="0" cellspacing="0" cellpadding="0" align="center">
  <
tr
    <
td
      <
table width="100%" border="0" cellspacing="0" cellpadding="0" class="tablehead">
        <
tr
          <
td width="100%" colspan="4"><table cellpadding="0" cellspacing="0" width="100%">
    <
tr>
        <
td width="6"><img src="{template_url}/images/header_top_left.gif" width="6" height="6" alt="" /></td>
        <
td width="100%"><img src="{template_url}/images/header_top.gif" width="100%" height="6" alt="" /></td>
	
<
td width="6"><img src="{template_url}/images/header_top_right.gif" width="6" height="6" alt="" /></td>
    </
tr>
</
table>
</
td>


nobby

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: categories.php
« Reply #2 on: February 09, 2015, 07:51:05 PM »
Danke Harald