+ Reply to Thread
Results 1 to 6 of 6

Thread: Help. Text appears in bold!
      
   

  1. #1
    joejoe is offline Private First Class
    Join Date
    Jan 2007
    Posts
    5

    Question Help. Text appears in bold!

    Hi:

    I am designing a page where I used an H1 header for an article. Then I started my article by inserting a text box. When i preview the page, it appears that all the text looks bold.

    I removed the H1 and kept the text box and previewed. I found that that the words looked normal. Normal.

    It seems that adding an H1 line is causing the font format in the whole page to go bold. Please advise.

    Regards

    Jimmy

  2. #2
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Help. Text appears in bold!

    You must not have put a closing tag in the instructions for the h1. If you show me what you used, I can help.

  3. #3
    joejoe is offline Private First Class
    Join Date
    Jan 2007
    Posts
    5

    Default Re: Help. Text appears in bold!

    Hi:

    I started from scratch. First thing i did was inserting an HTML box and wrote the following:

    <h1>My Text<h1/> This gave me a nice big bolded headline. No problems

    Then I went a head and insrted a text box and placed it of course below the headline and started to write my article. I checked this on preview and it showed me the whole article in bold.

    I removed the h1 html box and rechecked and found that the words in the article are the way i want them (Unbolded).

    regards

    Jimmy

  4. #4
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Help. Text appears in bold!

    You have:
    <h1>My Text<h1/>

    You need:
    <h1>My Text</h1>

    Notice </h1> NOT <h1/>

    So, it is an improper closing tag.

  5. #5
    joejoe is offline Private First Class
    Join Date
    Jan 2007
    Posts
    5

    Default Re: Help. Text appears in bold!

    Hi:

    It worked. Many thanx

  6. #6
    Bethers's Avatar
    Bethers is offline Major General & Forum Moderator
    Join Date
    Feb 2006
    Posts
    5,232

    Default Re: Help. Text appears in bold!

    You're welcome.

Thread Information

Users Browsing this Thread

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

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49