Results 1 to 5 of 5

Thread: html help

                  
   
  1. #1
    DCEmu Pro AvengedSevenfold Fan's Avatar
    Join Date
    Aug 2006
    Location
    Maryland, USA
    Age
    31
    Posts
    978
    Rep Power
    103

    Question html help

    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?

  2. #2
    DCEmu Regular
    Join Date
    Jan 2006
    Posts
    487
    Rep Power
    0

    Default

    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;

  3. #3
    DCEmu Coder BrooksyX's Avatar
    Join Date
    Feb 2006
    Location
    Washington, U.S.
    Age
    34
    Posts
    1,336
    Rep Power
    85

    Default

    wouldnt that be css and not html


  4. #4
    DCEmu Regular
    Join Date
    Jan 2006
    Posts
    487
    Rep Power
    0

    Default

    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.

  5. #5
    DCEmu Pro AvengedSevenfold Fan's Avatar
    Join Date
    Aug 2006
    Location
    Maryland, USA
    Age
    31
    Posts
    978
    Rep Power
    103

    Default

    thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •