john-22
02-12-2005, 11:30 AM
Hi,
A question from a complete novice struggling with css: I have a set of keywords at the top of my page, in a very small font and the same colour as the page background, to make them invisible to page viewers, but visible to search engines.
However I obviously want the ordinary page text under it to be in a different font. How do I code that, and can I put the second piece of coding into the same css file? The stylesheet tag I have for the small text is below. Thanks for any help. John.
p {font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #FFFFFF; font-size: 25%; }
A question from a complete novice struggling with css: I have a set of keywords at the top of my page, in a very small font and the same colour as the page background, to make them invisible to page viewers, but visible to search engines.
However I obviously want the ordinary page text under it to be in a different font. How do I code that, and can I put the second piece of coding into the same css file? The stylesheet tag I have for the small text is below. Thanks for any help. John.
p {font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #FFFFFF; font-size: 25%; }