Author Topic: Upload Button  (Read 7746 times)

0 Members and 1 Guest are viewing this topic.

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Upload Button
« on: May 08, 2002, 03:15:54 PM »
Hi   8)

Is it possible to have a link instead of the button link to upload  :?:



Giffy :wink:

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Upload Button
« Reply #1 on: May 10, 2002, 09:09:47 AM »
Hi,

try this in your template instead of {upload_button}:

Code: [Select]
{if upload_url}<a href="{upload_url}">{endif upload_url}Upload</a>

Greets Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Upload Button
« Reply #2 on: May 10, 2002, 09:22:40 AM »
Hi thanks Jan i will try that , one other thing in the postcard template , i have been changing a few things and it seems the colours of the background and border and text colours have disappeared , i have looked in the style.css and in the template itself and no luck . Is there any where else i should look or are these the only two places it could be.It looks fine when its in the template but when its oploaded nothing no colours.
Can you point me in the right direction please  :?:

Giffy :cry:

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Upload Button
« Reply #3 on: May 10, 2002, 09:44:39 AM »
You will find the colors only in postcard_create.html. Maybe you have set a global background color for all <td> tags in your style.css like:

ul, li, p, td {
  color: #004c75;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #e8e8e8;
}

Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline giffy007

  • Full Member
  • ***
  • Posts: 119
    • View Profile
Upload Button
« Reply #4 on: May 10, 2002, 11:17:28 PM »
Thanks it was that  :wink:

Giffy :P