Joomla 5 Notice

We are pleased to announce that as of October 14, 2025, all of our Joomla extensions are compatible with Joomla 6.

For all who are still updateing from Joomla 3 to Joomla 4: Joomla 4 Migration instructions are available here:

There is a separate Documentation for Visforms for Joomla 4 and for Visforms for Joomla 5 and 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
4 months 6 days ago - 4 months 5 days 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: 4 months 5 days ago by Viega-Vis. Reason: Erfolg durch geänderte Vorgehensweise

More
4 months 5 days ago - 4 months 5 days 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 5:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 4.
Please only ask 1 question per topic :-).

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

Moderators: Administrator AVAdministrator IV
Powered by Kunena Forum