hello, I have the following query: how do I keep the text stuck to my title “Objectives” ? that is, to take that line break out in HTML. I attach screenshots, what I’m looking to get to and my HTML code
What I want to get to :
HTML code:
hello, I have the following query: how do I keep the text stuck to my title “Objectives” ? that is, to take that line break out in HTML. I attach screenshots, what I’m looking to get to and my HTML code
What I want to get to :
HTML code:
as Objectivo is wrapped within a p element (p=paragraph, a so called Block element) we do have the line break.
Wrap it instead within a span element
<span style="font-family: Century; font-size:12px; color:#0070C0;"><b>Objectivo: </b></span>Comparti.......<br>
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.