IGCSE/GCSE/O & A Level/IB/University Student Forum

Qualification => Subject Doubts => IGCSE/ GCSE => Sciences => Topic started by: MissDE on April 24, 2009, 08:04:37 am

Title: need answer
Post by: MissDE on April 24, 2009, 08:04:37 am
Hello,,,

I have a very important question for ICT practical..

using the frontpage, how do I do this step?
In the style sheet excerpt, amend the style for a paragraph so that it will accept
any generic sans-serif font as well as the specified fonts. Change the style sheet
so that this is correct


and thats it for now,,
I might come later with more questions! ::)
Title: Re: need answer
Post by: nid404 on April 24, 2009, 12:34:04 pm
I'll explain with an example
p   {color: #00ff22; font-family: arial, helvetica}
According to the question you want p to accept any sans-serif font along with the ones mentioned. That becomes
p   {color:#00ff22;font-family:arial,Helvetica, sans-serif}
Go to the html view in Frontpage and just put a comma and add sans-serif. They might ask you to add other font types e.g serif and the same thing needs to be done.
I hope that helps
Title: Re: need answer
Post by: MissDE on April 25, 2009, 07:12:47 am
Of course it does!

Thank very much,
I'm really grateful! :D