Click to See Complete Forum and Search --> : Missing something here...do you know what it is??


dmason165
03-08-2003, 06:48 PM
Hello All,

In the following script, all I need is the code so that the text that is displayed in this box is italicized:


<font size=2 face="times new roman">
<input type=button name="add" style="position:absolute;top:425;left:560;background-color:white;color:blue;border-color:black;height:0;width:0">

Thank for your help!

~Darron

khalidali63
03-08-2003, 06:51 PM
Add the following stylesheets property

font-style:italic;

and u r good to go..
Khalid

Da Warriah
03-08-2003, 06:53 PM
um, i dont see how this has anything to do with javascript, but anyways...

use "font-style: italic" and it should do the trick;)

and for future reference, heres a great site for CSS stuff: http://builder.cnet.com/webbuilding/pages/Authoring/CSS/table.html

EDIT: sorry, hehe we posted at the same time...lol...

dmason165
03-08-2003, 06:57 PM
Just wanted to say thanks...hope that one didn't make you think too much:D ...Thanks again to you both!

~Darron