Joomla 6 Notice

We are pleased to announce that all our Joomla extensions have been compatible with Joomla 6 since October 14th, 2025.

For those currently upgrading from Joomla 3 to 4: Instructions for Joomla 4 migration can be found here:

There are standalone documentations Visforms Joomla 4, Visforms Joomla 5 and Visforms Joomla 6.

Forum

Visforms Subscription user can ask questions in our forum. Please log in with the relevant user first.
Everybody can access the forum for reading.

Please only ask 1 question per topic.

Important information for almost every question:
V1: Which Visforms version is running?
V2: Which Joomla version is running?
V3: Which PHP version is running?

Rahmen in PDF entfernen

More
9 months 1 week ago - 9 months 1 week ago #11613 by Viega-Vis
Rahmen in PDF entfernen was created by Viega-Vis
Hallo,
ich habe in einer PDF die Tabelle gewählt, weil es gut aussieht.
Ich schaffe es aber nicht, alle Linien zu entfernen?
Ich habe es mit :
Kein Rahmen, keine Farbe, 0px usw schon proberit.
Übersehe ich etwas?

Danke
Ingo

Update:
Habe es über einen kleinen Umweg geschafft.
In Excel alles vorbereitet, Rahmen entfernt und mit copy in die PDF.
Danke
Last edit: 9 months 1 week ago by Viega-Vis. Reason: Erfolg durch geänderte Vorgehensweise

More
9 months 1 week ago - 9 months 1 week ago #11614 by Administrator IV
Replied by Administrator IV on topic Rahmen in PDF entfernen
Hallo Ingo,

alle Formatierungen erfolgen ausschließlich innerhalb des HTMLs des PDF-Templates.
Falls du Rahmen in der Tabelle siehst, sind diese im HTML der Tabelle festgelegt.

Hier ein Beispiel für eine Tabelle ohne jeglichen Rahmen.
Achte auf folgendes HTML-Attribut im table-Element: border="0".

PDF-Dokument:
vi-solutions.de/forum-uploads/pdf-templa...-without-borders.png

Der HTML-Teil der Tabelle:
Code:
<table width="100%" cellpadding="4" border="0"> <tbody> <tr style="font-weight: bold; background-color: lightskyblue;"> <td colspan="1" align="left">${first|DISPLAYLABEL}</td> <td colspan="1" align="left">${last|DISPLAYLABEL}</td> <td colspan="1" align="left">${city|DISPLAYLABEL}</td> <td colspan="1" align="left">${code|DISPLAYLABEL}</td> <td colspan="1" align="left">${country|DISPLAYLABEL}</td> <td colspan="1" align="left">${phone|DISPLAYLABEL}</td> <td colspan="1" align="left">${select-1|DISPLAYLABEL}</td> <td colspan="1" align="left">${select-2|DISPLAYLABEL}</td> </tr> <tr class="loop"> <td colspan="1" align="left">${first}</td> <td colspan="1" align="left">${last}</td> <td colspan="1" align="left">${city}</td> <td colspan="1" align="left">${code}</td> <td colspan="1" align="left">${country}</td> <td colspan="1" align="left">${phone}</td> <td colspan="1" align="left">${select-1}</td> <td colspan="1" align="left">${item:select-2|DISPLAYOPTIONVALUEASLIST}</td> </tr> </tbody> </table>


Liebe Grüße, Ingmar

:idea: I recommend you the new and up-to-date documentation for Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/en/docs/
Please ask only 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 6:
docs.joomla-6.visforms.vi-solutions.de/docs/
Bitte immer nur 1 Frage pro Thema stellen :-).
Last edit: 9 months 1 week ago by Administrator IV.
The following user(s) said Thank You: Viega-Vis

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum