I'm having problems getting my text to show up on the same line. I'm not sure what I'm doing wrong.
Here is my code:
Code:
<div id="subtitle"><b>What Personal Information Is Collected?</b> <div style="font-size:7px"><a href="#whatinfo">SEE MORE DETAILS</a></div></div>
The "subtitle" CSS is external:
Code:
#subtitle {
font-family:sans-serif, arial, verdana;
font-size:9pt;
background-color:#cccccc;
padding-left:6px;
}
I don't understand why the "SEE MORE DETAILS" link showing up on a second line? I want it at the end of my subtitle.
Thanks for your help in advance.