How do I make the font in Gmail back to regular size?

I am trying to use a html code for my myspace to make the font size larger. I've tried <font size="Number">Text</font> and <font size="+Number">Text</font> but neither of them work. Do you know any others? (I'm using myspace 2.0)

  • Answer:

    I don't know whether that works there, but an alternative to <font/> is to use CSS. That works is this way: <p style="font-size:large">Anything you write</p> Instead of "large", you can also specify the size in em (ratio to the current font size), px, pt (in/72), in, mm, cm (10 mm) and other units. See for more variations: http://w3schools.com/css/pr_font_font-size.asp You can apply the "style" property in any object such as a <span/>, a <div/>, a <h1/> or even a <dd/>.

PuppyTooFat at Answerbag.com Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.