4images Forum & Community

4images Issues / Ausgaben => Feedback & Suggestions => Topic started by: giffy007 on May 08, 2002, 03:15:54 PM

Title: Upload Button
Post by: giffy007 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:
Title: Upload Button
Post by: Jan 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
Title: Upload Button
Post by: giffy007 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:
Title: Upload Button
Post by: Jan 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
Title: Upload Button
Post by: giffy007 on May 10, 2002, 11:17:28 PM
Thanks it was that  :wink:

Giffy :P