View Single Post
  #1 (permalink)  
Old 03-06-2007, 05:15 PM
cbesh2 cbesh2 is offline
Junior Member
 
Join Date: Mar 2007
Posts: 2
Default text on same line

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>&nbsp;&nbsp;<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.
Reply With Quote