Thans
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Table] Special characters UTF8 not visibleor use html for special characters
https://www.degraeve.com/reference/specialcharacters.phpForum: Plugins
In reply to: [Easy Table] Bottom Border Won't Go AwayUse [attr style=”border:0;background-color:#fff”] for example before the text in your table. Also you can add it to the table style
[table style=”border:0;”][attr style=”border:0;background-color:#fff”]bla,[attr style=”border:0;background-color:#fff”]bla,[attr style=”border:0;background-color:#fff”]bla[/table]
Forum: Plugins
In reply to: [Calculated Fields Form] Widgetyeah just insert a text widget and insert the shortcode
[CP_CALCULATED_FIELDS id=”ID X”]
it will pop up in the sidebar where you made the widget
Forum: Plugins
In reply to: [Easy Table] Special characters UTF8 not visiblemaybe changing your font would help? I dont know
for instance use in front of the text:
<span style=”font-family: XXX; font-size: 16px; color: white;”>TEXT</span>
Forum: Plugins
In reply to: [Easy Table] how to insert link into the table[table] “bla a href=”https://www.yourlink.com”” text of your url “/a” [/table]
change ” into < and >
Forum: Plugins
In reply to: [Easy Table] how to insert link into the tablejust like you are used to create a link in html…
use a href
[table]text of your url[/table]
or in a new window
[table]text of your url[/table]
shouldnt be that hard ??
Forum: Plugins
In reply to: [Easy Table] Text Color of one single colStyle should do the trick in html/text
[table],,,
<span style=”color: blue;”>bla,</span><span style=”color: black;”>bla,</span><span style=”color: red;”>bla</span>[/table]Forum: Plugins
In reply to: [Easy Table] Change Font?Style your table:
[table style=”background-color:#fff;font-size:16px;font-family:helvetica;”]bla
bla[/table][table style=”background-color:#fff;font-size:16px;font-family:arial;”]bla
bla[/table]Forum: Plugins
In reply to: [Easy Table] Column and row background colorTry to use [attr style=”background-color:#SOME COLOR”] before your text in the table
so for example you can set the overall background to :
[table style=”background-color:#e46135″],,,
bla,bla,bla
[/table]but use a different color for a specific cell:
[table style=”background-color:#e46135″],,,
bla,[attr style=”background-color:#fff”]bla,bla
[/table]Greetings
Forum: Plugins
In reply to: [Easy Table] How To Change Text Size?You can also change it in your html/text input
[table style=”background-color:#fff;font-size:30px;font-family:Helvetica;”]Bla,bla,bla[/table]
or just use it for one particular column (i use a windings for fun now ??
Like:
[table]<span style=”font-family: wingdings; font-size: 16px; color: white;”>ü</span>,bla,bla[/table]Greetings