Results 1 to 13 of 13

Thread: help needed with html
      
   

  1. #1
    davehurst is offline Second Lieutenant
    Join Date
    Feb 2006
    Location
    wigan, uk
    Posts
    112

    Default help needed with html

    Hi all,
    I could do with a little help with html. I have put h1 and h2 html header text on my site. I know very little about html. What I want to do is change the font, colour and size of the wording. can anyone help? The h1 is "wedding car hire wigan"
    The h2 is "Rolls Royce & Daimler DS420"

    regards

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

    Default Re: help needed with html

    Dave, - you have to put it like this:

    <center><h1> <font face="comic sans ms" color="#12345 size="4"> your text</font></h1></center>

    replace with your info - the font you want, color # you want, size you want - obviously your tag - and you don't have to center - I just usually center my headlines - so put that in for you also.

    Of course, put this in your html box and place properly on the page.

    H2 would be the same - with h2 going in the above where h1 is currently.

  3. #3
    davehurst is offline Second Lieutenant
    Join Date
    Feb 2006
    Location
    wigan, uk
    Posts
    112

    Default Re: help needed with html

    thanks bethers, as always youe a star. How do i choose the colour, i.e. is there a chart i can look at giving all the colours and numbers.
    regards

  4. #4
    davehurst is offline Second Lieutenant
    Join Date
    Feb 2006
    Location
    wigan, uk
    Posts
    112

    Default Re: help needed with html

    I have looked at a few web sites with colour charts but when i put the code in i get the wrong colour?????.
    0000-8b should be blue but i get green???
    regards

  5. #5
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: help needed with html

    Dave,

    What color chart are you using. Should be using Hex#, your code should probably be #00008b no dash

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  6. #6
    AWS's Avatar
    AWS
    AWS is offline First Lieutenant
    Join Date
    Jan 2006
    Posts
    172

    Default Re: help needed with html

    where can I find the hex clour chart so as to view as I have scripts where I would like to change the colour but do not know the code to replace with???

  7. #7
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: help needed with html

    Heres a pretty strait forward one

    http://www.liu.edu/cwis/CWP/library/colors.htm

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



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

    Default Re: help needed with html

    I also use this one:
    http://www.trainingtools.com/Resources/Color_Chart/
    because I can convert the colors easily from the numbers on voda.

  9. #9
    davehurst is offline Second Lieutenant
    Join Date
    Feb 2006
    Location
    wigan, uk
    Posts
    112

    Default Re: help needed with html

    Bethers, what do you mean "convert the colours from the numbers on voda" Also some colour changes seem to work and others don't. I want blue 0000ff but it comes up green????????

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

    Default Re: help needed with html

    #0000ff is blue - can you show me where you have the code - so I can see what's happening - or give me here the html you're inserting?

    Well, on BV you can select the colors by selecting custom - but you need to know the code to put in to get the correct colors - so if you know the code is 0000ff and you want to select that on BV - go to the page I gave - enter that code and it will give you the properties - which you can use in BV to select it.

    (You can't do that in the html - which is why I'm asking to see your html to see if there's an error in your coding).

  11. #11
    davehurst is offline Second Lieutenant
    Join Date
    Feb 2006
    Location
    wigan, uk
    Posts
    112

    Default Re: help needed with html

    Hi Bethers, the code i have put in is as follows.
    <center><h1> <font face="times new roman" color="#0000ff size="1"> wedding car hire wigan, bolton,st.helens north west</font></h1></center>

    If you look on viewing our cars page you can see its green.

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

    Default Re: help needed with html

    It's not doing the color because you left off a quotation mark after the color - here it is with the right color - and size one is really small for a headling - also, you have to have spaces where they belong between commas and words - se's will otherwise read it all as one word -

    here is the code correctly done:

    <center><h1> <font face="times new roman" color="#0000ff" size="1"> Wedding Car Hire Wigan, Bolton, St. Helens northwest</font></h1></center>

  13. #13
    davehurst is offline Second Lieutenant
    Join Date
    Feb 2006
    Location
    wigan, uk
    Posts
    112

    Default Re: help needed with html

    Nice one Bethers. As always your a star.

    Thanks

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