Search results

  1. T

    HTML - How do I make a line in the user's default font?

    I have a CSS that sets the font to Arial for the site. On one page I want to put four identical lines in four fonts - Arial, TNR, Verdana and the user's default font. The CSS takes care of the first one. I can use font tags for the next two. How do I tell it to use the user's default for the...
  2. T

    Magic word to omit the blank line before an ordered/unordered list in HTML?

    I want to have something like this: These are a few of my favorite things: o Chocolate o Daffodils o Children's laughter (Where "o" is really a bullet, or lower-case letters.) I want to use <ul> or <ol>, depending on the context, and <li> but I do not want want a blank line between the...
Back
Top