View Single Post
  #1 (permalink)  
Old May 7th, 2008, 11:49 AM
todd2006 todd2006 is offline
Contributing Member

 
Join Date: Mar 2008
Posts: 174
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 1
todd2006 is an unknown quantity at this point
Default text display problem

Hi,


I have this code and i need some text next to the drop down. I am attaching the image how it looks like

the text " Hold Ctrl key 4 multiple " is next to the drop down and it sticks to the drop down i need some space between the text and drop down and its not working here is the css code

The text scorlls next to the drop down and i want the space to be uniform on the 3 lines where the text scrolls down
also can i have Hold Ctrl key 4 on one line and then multiple on the second line


thank you
todd
Code:
.credfont
{

font-weight:bold;
font-size:12px;
padding:0px 0px 0px 4px;
color: #f00;
}

<tr class="oddrow"> 
<td class="lbl" width="152">Subjects:&nbsp;</td>
<td width="170"><span style="float:left;"><select  name="Subjects" id="Subjects" multiple="multiple" size="2">

<option>Maths</option>
<option>Science</option>
<option>PT</option>
<option>Arts</option>

</select>  </span> <span class="credfont">( Hold Ctrl key 4 multiple )</span>

</td>

<td class="lbl" width="92" > Class:&nbsp;</td>
<td colspan="2"> <input type="text" class="writein"  name="class" id="class" size="30" value=""> 
</td>
</tr>
Attached Images
File Type: jpg pic.jpg (12.2 KB, 3 views)
Reply With Quote