Jump to content

Style sheet fonts


otuatail

Recommended Posts

Hi. I have inherited a site and I have to add a section to it. Upon till now no problems but. I am trying to do a web based email form and can’t get it to recognise the font used throughout the site. The section has a contact us. But the next page refuses to use the font asked for. I am also confused about the use of the # symbol on the style sheet as this has never been needed before. Any hel please as this is the only are I am having difficulty with. 

 

Desmond.  http://www.des-otoole.co.uk/YBC/holidayClub.htm

 

Link to comment
Share on other sites

As far as I know, the # symbol is only used for RGB hex color codes in css:

.classname {
    color: #cccccc; /* rgb hex code for a gray color */
}

--if you don't use the # symbol with the rgb hex code, ie may render it, but practically no other browser will.  The # is required for 'standards' coding, so always use it with rgb codes.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.