Coder Social home page Coder Social logo

H4 tags capitalized about htmly HOT 5 CLOSED

AutomationMan808 avatar AutomationMan808 commented on August 27, 2024
H4 tags capitalized

from htmly.

Comments (5)

danpros avatar danpros commented on August 27, 2024 1

@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.

from htmly.

splifingate avatar splifingate commented on August 27, 2024

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)? :)

from htmly.

AutomationMan808 avatar AutomationMan808 commented on August 27, 2024

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!

from htmly.

AutomationMan808 avatar AutomationMan808 commented on August 27, 2024

@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

from htmly.

AutomationMan808 avatar AutomationMan808 commented on August 27, 2024

This fixed it

<style>
body h4 {
text-transform: capitalize !important;
}
</style>

from htmly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.