Hi,
i'm trying to give to a sub-tile <h3> of one of my post the property
display:inline,
but this property was not executed.
In the my theme's forum support someone said:
The WordPress editor puts an invisible <p> tag around the line after the <h3> element.
But if it is thrue, i can see no way to solve this problem.
Some helps?
Cheers
Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.
Hi esmi,
i realized that i should desbribe the problem in an other way:
is it true that wordpress editor put an invisible <p> in the line after
heading tag <h1>...<h6> ?
In my opinion obtain an answer about this base question should be good to solve/ understand my problem.
is it true that wordpress editor put an invisible <p> in the line after heading tag <h1>...<h6> ?
No - it's not true.
So here is the post and the problem concerning the h3 title: Aggiornamenti
even if you turned the h3 title into an inline element, the following <p> paragraph tag is still a block element.
assuming that you want to get the title in line with the following sentences, you need to style the paragraph as display:inline; as well.
Hi Alchy,
ok i' ll try.
Even i do not enclosure following paragraph wiht <p> tag wordpress has add it auomatically around y paraghape: i checked on page source.
Many thanks!
Ok it works.
Thanks a lot.
Regards