Results 1 to 8 of 8

Thread: HTML Changing the Font Size
      
   

  1. #1
    Join Date
    Aug 2006
    Location
    Kaukapakapa in New Zealand
    Posts
    23

    Default HTML Changing the Font Size

    Hi,
    When I put some code into a HTML box, and there is no code relating to font size, How do I change the size? I have tried changing the default size on the "page Properties Genral Tab" but it makes no difference at all....
    I have copied one HTML coded box and place it in a number of my websites and the font size changes but I have no idea how...
    Any clever people out there can help on this one?
    Thanks
    Beca

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

    Default Re: HTML Changing the Font Size

    you have to put font size= and the size you want in your html - for example:
    <center><h2><font size=4>Oak finish

    That's the start of some html text with the font size designated. Of course, at the end, you'd need the closing </font> tag also.

  3. #3
    Join Date
    Aug 2006
    Location
    Kaukapakapa in New Zealand
    Posts
    23

    Default Re: HTML Changing the Font Size

    Hi Beth

    I think it must be a problem with the code then...

    <p align="center"><font face="arial" size="6"></font><br><font face="arial, arial" size="6""


    The size does not change when I change the font size, it remains constant... same as the font...

    Anys Ideas

    Thanks
    Beca

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

    Default Re: HTML Changing the Font Size

    You have to keep your codes in order - like this:
    <p align="center"><font face="arial" size="6">text you want</font></p>

  5. #5
    Join Date
    Aug 2006
    Location
    Kaukapakapa in New Zealand
    Posts
    23

    Talking Re: HTML Changing the Font Size

    Thanks Beth
    I really appreciate it
    Beca

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

    Default Re: HTML Changing the Font Size

    Let me know if you need more assistance - glad to help.

  7. #7
    johnnyboj is offline Private
    Join Date
    Sep 2006
    Posts
    1

    Default Re: HTML Changing the Font Size

    I have make an webdesign on the websitebuilder but how can i him save as an html file??

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

    Default Re: HTML Changing the Font Size

    Please don't hijack threads - but feel free to start your own - if you save the page, it will save as .html unless you tell it to save as another way.

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