Jump to content

tytwp

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by tytwp

  1. Ah, I've answered my own question by referring tohttp://friendlybit.com/css/beginners-guide...-and-standards/I now understand the relevance of selectors.Thanks anyway
  2. HiAs a complete newbie to it, I'm trying to work through the W3Schools CSS tutorials but am confused, is it possible to have a multi page left margin setting in an external style sheet ?The Tutorial only appears to have the html coding below - which works fine on single pagesIf the answer is no, am I missing something very basic regarding the use of ext style sheets ?<html><head><style type="text/css">p.leftmargin {margin-left: 2cm}</style></head><body><p>This is a paragraph with no margin specified</p><p class="leftmargin">This is a paragraph with a specified left margin</p></body></html>
×
×
  • Create New...