Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS h1 and h2 tags on same line Reply To: h1 and h2 tags on same line

#191960
criewel
Participant

same problem, but cybershot`s worked 100%
thanx

<h1>first words</h1> <h2>Second words</h2>

then in the stylesheet do

#heading h1, h2 { display: inline; }