Search found 29 matches

by davidhelp
Thu Feb 06, 2025 11:40 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code Editor text too small in size
Replies: 1
Views: 1923

Re: Code Editor text too small in size

From:support@blumentals.net
The coding font size is set to match other interface elements by default.

To increase the font size, navigate to Options > Preferences, select the Text Editor section, and click the Choose Editor Font button. From there, you can adjust the font size to your preference.
by davidhelp
Sat Feb 01, 2025 12:52 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code Editor text too small in size
Replies: 1
Views: 1923

Code Editor text too small in size

HTMLPad 2025
Windows 10 Pro 22H2

Question: How to increase the text size in the Code Editor section on the left side?

I have a 4k monitor and Windows is already set to the recommended 150% for Display. The code text is kinda small.
https://davidswebsite.com/htmlpad/text_size.jpg
by davidhelp
Tue Dec 20, 2022 9:59 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: HTMLPad 2022 vs Dreamweaver
Replies: 0
Views: 5854

HTMLPad 2022 vs Dreamweaver

I just wanted to say I tried out Dreamweaver over the weekend and was disappointed in it. It had hardly any ability to modify the toolbar. You can only add one extra toolbar and it hardly has any commands. They want you to use shortcuts and go to the File, Edit, View etc which slows things down. You ...
by davidhelp
Mon Dec 19, 2022 9:44 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTMLPad 2022 Ruler is off by 6 pixels
Replies: 2
Views: 2985

Re: HTMLPad 2022 Ruler is off by 6 pixels

I did a clean install of Windows 10 Pro and then the latest HTMLPad 2022 and the ruler is still off as before.
Only the top horizontal ruler is off.... hmm...
by davidhelp
Mon Nov 28, 2022 10:28 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Outline table while working on one
Replies: 0
Views: 2978

Outline table while working on one

In Dreamweaver you see a ghost outline of the table you are working on. Is there something similar in HTMLPad 2022? I had to add styling to view the outline of the table. td, th { border-width: 0px; border-color: #7EA8F8; border-style: solid; padding: 0px; margin: 0px } td { text-align: center ...
by davidhelp
Tue Nov 15, 2022 9:41 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTMLPad 2022 Ruler is off by 6 pixels
Replies: 2
Views: 2985

Re: HTMLPad 2022 Ruler is off by 6 pixels

I did a new install of the latest version 17.5 (17.5.0.246) from scratch. I have Windows 7 Pro 64bit. The same issue came up. I uninstall and deleted all instance of the program or so I thought I did. Did a search on HTMLPad and Blumentals and deleted any instance and restarted the pc. If HTMLPad ...
by davidhelp
Mon Nov 14, 2022 8:59 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Add Shortcuts to the Toolbar
Replies: 1
Views: 3794

Re: Add Shortcuts to the Toolbar

From the top go to: View> Preview Toolbar
by davidhelp
Sun Nov 13, 2022 10:59 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Add Shortcuts to the Toolbar
Replies: 1
Views: 3794

Add Shortcuts to the Toolbar

Can you add shortcuts for these options. See screenshot. Using preview view you will see a gear icon in the upper right between the arrow circles and the X. When you click on the gear you have several options. Question: Is there a way to assign them out in the open on the toolbar? http ...
by davidhelp
Sun Nov 13, 2022 9:57 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTMLPad 2022 Ruler is off by 6 pixels
Replies: 2
Views: 2985

HTMLPad 2022 Ruler is off by 6 pixels

HTMLPad 2022 ver 17.4 (17.4.0.245) The ruler along the top is off by 6 pixels from the left. See screenshot. Questions : Why is there a gap for the ruler? How to zero it out so it is all the way to left corner? http://davidswebsite.com/htmlpad/ruler.png Body with a blue background and a container ...
by davidhelp
Sun Nov 06, 2022 1:45 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How to have different size text on the same line
Replies: 1
Views: 2743

Re: How to have different size text on the same line

See link and the code. I have modified it completely. I no longer use the span tag.
by davidhelp
Fri Nov 04, 2022 11:54 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How to have different size text on the same line
Replies: 1
Views: 2743

How to have different size text on the same line

How to have different size text on the same line and have the 2 words butt up next to each other with different colors as this example: BustedComputer Question: How can this be done with out using a span tag as when you shrink the width of the browser window or view on a cell phone the title ...
by davidhelp
Thu Oct 20, 2022 10:06 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Cannot remove padding in a div
Replies: 1
Views: 2628

Re: Cannot remove padding in a div

I received an answer. I needed to add line-height for the text and display: block for the image.
http://davidswebsite.com/test/test_0px_ ... n_div.html
by davidhelp
Thu Oct 20, 2022 10:34 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Cannot remove padding in a div
Replies: 1
Views: 2628

Cannot remove padding in a div

Basic newbie problem..... : ) I still see padding above and below the text in a div. I am using Georgia and Open Sans fonts. The text is directly next to the left side but has padding above and below. Same issue with an image. I have added: margin: 0px; padding: 0px; See a test. Right click on the ...
by davidhelp
Mon Oct 17, 2022 7:06 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How to trigger the HTML Auto Complete popups?
Replies: 1
Views: 2161

Re: How to trigger the HTML Auto Complete popups?

I found the answer by using in the program: Help> Help Topics then doing a search for "Auto Complete" then clicking "Using Auto Complete" Using Auto Complete Auto Complete allows to reduce the amount of typing, by displaying list of valid property names that can be inserted with a mouse double click ...
by davidhelp
Mon Oct 17, 2022 4:01 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How to trigger the HTML Auto Complete popups?
Replies: 1
Views: 2161

How to trigger the HTML Auto Complete popups?

How to trigger the HTML Auto Complete popups? They do not pop up easily. See screenshot. http://davidswebsite.com/htmlpad/menu1.jpg http://davidswebsite.com/htmlpad/menu1.jpg It only showed when I typed: url then hit the spacebar. How to trigger as well the menus for any tag? Example: background ...