PDA

View Full Version : html help



AvengedSevenfold Fan
October 9th, 2006, 22:28
im trying to edit my myspace layout, and everything is in itallics. i dont want it like that. it says "font-style: italic" what should i put instead of italic if i want it just regular?

cloud_952
October 9th, 2006, 23:51
The easy way: delete the line altogether. o_O Then it'll just default to using normal text. It's not necessary.

If you're intent on still having that line, write:

font-style: normal;

BrooksyX
October 10th, 2006, 06:10
wouldnt that be css and not html ;)

cloud_952
October 10th, 2006, 06:34
Technically, it is CSS, yes. o_O But that didn't strike me as terribly important to the topic at hand, which was asking for help.

=D And, if you want to get technical, those COULD exist in HTML (in a span or div tag), so it's not exclusively CSS. ^_- However, in this case, it is.

Good times, good times.

AvengedSevenfold Fan
October 13th, 2006, 22:12
thanks