danpros / htmly

Simple and fast databaseless PHP blogging platform, and Flat-File CMS
https://www.htmly.com
GNU General Public License v2.0
1.07k stars 263 forks source link

H4 tags capitalized #742

Closed AutomationMan808 closed 4 months ago

AutomationMan808 commented 4 months ago

Sorry I couldn't find a version number but it was the before this beta version and for now I plan on continuing to use this earlier version. I know most people probably don't even use h4 tags but when I do the text comes out in all capitals. Is there a place in the code where I can fix this?

Rick

splifingate commented 4 months ago

use h4 tags but when I do the text comes out in all capitals

Are you talking about in the HTMLy Editor?

I get (what I think) are correct headings. Using the following:

# h1
## h2
### h3
#### h4
##### h5
###### h6

I get

h1

h2

h3

h4

h5
h6

I can also--directly--add <hX>Heading</hX> to the document in the Editor, and it produces (what I believe is) correct results:

<h2>H2 heading</h2>
A simple example.  
With a simple result.

Can you provide more context, and example(s)? :)

danpros commented 4 months ago

@splifingate thanks.

@AutomationMan808 you can use inspect feature in your browser (right click) to know which CSS value affect it (link).

Edit: simply remove the line.

AutomationMan808 commented 4 months ago

Yes I can sorry. I do all HTML code so if maybe that's the issue, but if you go here https://busybusinesshosting.com/ and do a control f for COMES WITH PROGRAMS TO AUTOMATE YOUR ON-TOPIC CONTENT AND YOUR MARKETING!

When you do the same thing looking at the source you'll find

Comes with programs to automate your on-topic content and your marketing!

AutomationMan808 commented 4 months ago

@splifingate thanks.

@AutomationMan808 you can use inspect feature in your browser (right click) to know which CSS value affect it (link).

Edit: simply remove the line.

Thank you I'll look at putting some CSS onto the layout since on page takes precedence over CSS file links

AutomationMan808 commented 4 months ago

This fixed it