KingofSnake
Programmer
I want something like this:
<b>Title:</b> TextTextText
I wanted to do it using css. I have the following definitions:
p {font-family : arial; font-size : 8pt; font-weight : normal}
h1 {font-family: arial; font-size : 8pt; font-weight : bold}
However, when I do this:
<p>
<h1>Title:</h1> TextTextText
</p>
It doesn't work at all. The title ends up looking like a standard h1 header, and the "TextTextText" looks just like how I want the h1 to look. What's going on? I don't understand it at all.
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)
<b>Title:</b> TextTextText
I wanted to do it using css. I have the following definitions:
p {font-family : arial; font-size : 8pt; font-weight : normal}
h1 {font-family: arial; font-size : 8pt; font-weight : bold}
However, when I do this:
<p>
<h1>Title:</h1> TextTextText
</p>
It doesn't work at all. The title ends up looking like a standard h1 header, and the "TextTextText" looks just like how I want the h1 to look. What's going on? I don't understand it at all.
KingOfSnake - The only sports drink with ice crystals
(and marshmellos!)