Jump to content

StormForum

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by StormForum

  1. To me, Firefox is the best browser out there. It's much faster than Internet Explorer, that's one very solid fact. Usually, it takes 3 seconds to open a tab in Internet Explorer 7, in Firefox it takes less than a second. Download speeds for me is the same in IE7 and Firefox, so no differentiation there. Because Firefox is open source, there are unique styles for it as well as plug-ins, rather not for IE7, and less for Opera. At the end of the day, Firefox suits me, and because I need quite a lot of plug-ins, I cannot afford to change to different Web browsers, for a simple fact when making Web templates, or general surfing.

  2. Hello,I'm pretty new to CSS, and learning via the CSS section of W3Schools Web site. When I put the following code in my CSS file, how do I make it display on a normal web page.For example you put the following code in the CSS file:

    p.right {text-align: right}

    And so, you put the following code on a web page to make it display:

    <p class="right">Text Here</p>

    So if I put this code in the CSS file:

    body {color: black}

    What's the code for it to be displayed on a web page?


    Also, ......
    .center {text-align: center}

    If I used that, do I "exactly" use the following code on a web page?

    <p class="center">Text</p>

    Sorry, I'm new to this, so any help appreciated! :)Thanks!

×
×
  • Create New...