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
https://forums.phpfreaks.com/topic/42355-style-sheet-fonts/
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
https://forums.phpfreaks.com/topic/42355-style-sheet-fonts/#findComment-209257
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.