Author Topic: Border in image details.html and in thumbnail view  (Read 14542 times)

0 Members and 1 Guest are viewing this topic.

Offline Acidgod

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Border in image details.html and in thumbnail view
« Reply #15 on: February 17, 2007, 08:29:50 PM »
@vchavez

I think that the first Part of your thumbnail_bit.html look like that:
Code: [Select]
<table  border="5" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
  <tr>
    <td><a href="./details.php?image_id=1748">{thumbnail}</td>
  </tr>
</table>
<b>{image_name}</b>

change it to:
Code: [Select]
{thumbnail}<br />
<b>{image_name}</b>

Then go in the ACP->Settings->Image settings  and set Border of thumbnails on 4...
Now you have a 4px Border around your Thumbs... (o:

And in your /media/jpg.html change
Code: [Select]
<table border="5" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
<tr>
<td><img src="{media_src}" border="1" alt="{image_name}"{width_height} /></td>
</tr>
</table>

to:
Code: [Select]
<table border="0" cellpadding="0" cellspacing="0" style="border-width:4px; border-color:#FFFFFF; border-style:solid" >
<tr>
<td><img src="{media_src}" border="1" alt="{image_name}"{width_height} /></td>
</tr>
</table>

And sorry for our Offtopic blabla... (o:

@Honda
Biste jetzt zufrieden? *ggg*
« Last Edit: February 17, 2007, 08:42:41 PM by Acidgod »

Offline honda2000

  • 4images Guru
  • *******
  • Posts: 3.263
    • View Profile
    • Wir machen Internet!
Re: Border in image details.html and in thumbnail view
« Reply #16 on: February 17, 2007, 08:40:50 PM »
so ist das was  :wink:
..und wenn du dich (ich übrigens auch) jetzt noch von deinen xxxpx trennst und in (8Pixel = 0.5em = 6pt) in em übergehst, bist du der beste!

guckst du hier mal http://www.reeddesign.co.uk/test/points-pixels.html
(ich bin auch gerade dabei mich umzugewöhnen)

Offline vchavez

  • Jr. Member
  • **
  • Posts: 56
    • View Profile
    • http://www.fotografo.ws/
Re: Border in image details.html and in thumbnail view
« Reply #17 on: March 01, 2007, 08:37:29 AM »
Acid thanks did the changes in JPG.html file works great now  here is my file thumbnail_bit.html I haven't change it because from your post looks different the lines you put now in this one what I need to change.

Code: [Select]
<!-- you wish detail page in a small javascript open window, use {thumbnail_openwindow} -->
<table  border="5" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
  <tr>
    <td>{thumbnail}</td>
  </tr>
</table>
<b>{image_name}</b><br />
Victor Chavez - Concert Photography
http://www.fotografo.ws/