Results 1 to 7 of 7

Thread: header?
      
   

  1. #1
    adele1972's Avatar
    adele1972 is offline Major
    Join Date
    Nov 2007
    Posts
    285

    Red face header?

    hi all
    can someone please tell me how to add an header on my page,
    i put this in a html box .. <h3>baby organic pyjamas</h3> and then published it!
    am i doing the right thing?
    also can you tell me how to change the font coulor in a html box
    many many thanks for your help
    adele

  2. #2
    CarbonTerry's Avatar
    CarbonTerry is offline Major General
    Join Date
    Oct 2005
    Location
    St L MO
    Posts
    2,590

    Default Re: header?

    Are you using BV as your generator/editor?
    If so, create a text box and select the font/size/color enter the text and move the text box wherever it needs to be.
    http://www.vodahost.com/vodatalk/add...r-webpage.html
    CarbonTerry
    Semper Fi
    Still green...still mean......just not as lean

    Red Hawk Archery
    Zone 5 Photo
    My USMC

  3. #3
    adele1972's Avatar
    adele1972 is offline Major
    Join Date
    Nov 2007
    Posts
    285

    Default Re: header?

    hi
    yes i am
    i know how to add text
    it the h1 h2 header i am not understanding
    thank you

  4. #4
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: header?

    Hi, there are a few ways to do this, but i use the way below.

    Place this in the "Between the head" of your page under page properties & adjust the color/size/style to suite your site. This can be placed on every page if you wish.
    <STYLE type="text/css">
    h1 {font-size:24px;color:#000000;font-family:Comic Sans MS;font-style:normal;margin:0px;}
    h2 {font-size:20px;color:#00ff00;font-family:Comic Sans MS;font-style:normal;margin:0px;}
    h3 {font-size:16px;color:#ff0000;font-family:Comic Sans MS;font-style:normal;margin:0px;}
    </STYLE>
    Then to have the text show on the page, place one of the codes below into a html box that will go on the front of the page.
    <h1>My main page header</h1>
    or
    <h2>My page paragraph header</h2>
    or
    <h3>Is not really needed</h3>
    Good luck.

  5. #5
    adele1972's Avatar
    adele1972 is offline Major
    Join Date
    Nov 2007
    Posts
    285

    Red face Re: header?

    hi can you explain a little bit more about this, i put a html box with the code in, but still carnt see it when i look at my page code online
    thank you

  6. #6
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: header?

    The 1st part you place in the head of your page.
    The 2nd part (using either h1/h2 or h3) you place in a html box on the front of your page.

  7. #7
    adele1972's Avatar
    adele1972 is offline Major
    Join Date
    Nov 2007
    Posts
    285

    Default Re: header?

    thank you chris :)

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