How do I set the font size for the table when loading html page. The html table is only like this:
<table><tr><td>Data 1</td><td>Data 2</td></tr></table>
Font size is always 12 pt but not 10 pt which is my normal font size
Search found 8 matches
- Sun Jul 23, 2023 9:27 am
- Forum: Support
- Topic: Table Font size
- Replies: 3
- Views: 38664
- Fri Jul 14, 2023 7:11 am
- Forum: Support
- Topic: Line break
- Replies: 1
- Views: 18426
Line break
How do I remove line breaks in selected text?
- Mon Apr 03, 2023 3:44 pm
- Forum: Support
- Topic: table border
- Replies: 4
- Views: 12678
Re: table border
I have found the reason. This was my own mistake, I regret.
- Mon Apr 03, 2023 11:25 am
- Forum: Support
- Topic: table border
- Replies: 4
- Views: 12678
Re: table border
This should be usable with rvtbColor, but it doesn't change anything. I can change this afterwards but not when creating the table
BorderColor:= clRed;
BorderWidth:= 4;
BorderColor:= clRed;
BorderWidth:= 4;
- Mon Apr 03, 2023 8:17 am
- Forum: Support
- Topic: table border
- Replies: 4
- Views: 12678
table border
How do I change the table border.
The only thing that changes from this is BorderLightColor
with ActionInsertTable1 do
begin
BorderStyle:= rvtbColor ;
BorderLightColor:= clBlue;
BorderColor:= clRed;
BorderWidth:= 4;
end;
The only thing that changes from this is BorderLightColor
with ActionInsertTable1 do
begin
BorderStyle:= rvtbColor ;
BorderLightColor:= clBlue;
BorderColor:= clRed;
BorderWidth:= 4;
end;
- Wed Mar 22, 2023 8:38 am
- Forum: Support
- Topic: OnImportPicture
- Replies: 1
- Views: 6272
OnImportPicture
Why won't this work. If I use format I don't get the error message but filename is still empty. Graphic := RVGraphicHandler.LoadFromStream(Stream); Rve.SetCurrentItemExtraStrProperty(rvespImageFileName,RVU_AnsiToUnicode(CP_ACP,'test.png'),True); // I Get error her: EListError with message 'List ...
- Sun Mar 19, 2023 6:11 am
- Forum: Support
- Topic: Update info
- Replies: 1
- Views: 5699
Update info
Where can I find information about changes from version 21.0 to 21.1.
I get an error message on that link in your version check window in delphi.
"You are not authorized to read this forum."
I get an error message on that link in your version check window in delphi.
"You are not authorized to read this forum."
- Tue Mar 14, 2023 12:26 pm
- Forum: Support
- Topic: OnSaveParaToHTML
- Replies: 1
- Views: 3830
OnSaveParaToHTML
Where can I find this event in Richview "OnSaveParaToHTML"
It's not where I expected. how do I associate that event with Richview.
I am using RichViewEdit 21.0
It's not where I expected. how do I associate that event with Richview.
I am using RichViewEdit 21.0