How do I make bold links, increase the size of text, etc. in a scroll box?

Seer

New member
So, i used this code
<table><tr>
<td>SCROLLBOXCODE</td>
<td>SCROLLBOXCODE</td>
</tr></table>

to put 2 scroll boxes side by side.
and then i put this scroll box code in each of them

<div style="height:120px;width:250px;font:16px/26px Georgia, Garamond, Serif;overflow:scroll;">
TEXT HERE
</div>
<p style="font-family:verdana,arial,sans-serif;font-size:10px;">

and when i tried to make the letter bold using this code

<b>TEXT HERE</b>

when i tried to make the letters bigger using this code

<font size="3">TEXT HERE</font>

it didn't work.

and a lot of other things won't work when i put the codes into the scroll box code.
is there any other way i could do it?
 
Back
Top