How can I link menu codes in the external sheet style to my web page. Someone help me please.?

Question by enoch: How can I link menu codes in the external sheet style to my web page. Someone help me please.?
When it comes to using external sheet style, I know how to use ‘h’ with fonts and other things for example if we have;

h3 {
font-size:1.1em;
color:#880000;
letter-spacing:.02em;
font-weight:normal;
}

In the external sheet style then I want the sentence “We would like to introduce to you our new products” in my web page to have these properties, I’ll link the properties to the sentence by writing

b4 the sentence and

after, hence “

We would like to introduce to you our new products

NOW, CHECK www.focuzeal.com and see, I have not used external sheet style which I want to. Of course I’ll take the menu codes within the

to the external sheet style.

MY QUESTIONS ARE (regarding www.focuzeal.com);

1) If I take the following (code bellow) to the external sheet style, where will I write the ‘h1, h2 etc’ stuff?

.row a {
font-family:Arial;
color:#ffffff;
font-weight: bold;
font-size:13px;
}

#menu {
background: #0d0d0d;
list-style: none;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
overflow: auto;
font: bold 13px Arial;
}

2) If I have written let’s say h1 somewhere on the above code, where will I write it in my web page as

….

to link the properties in the external sheet style to menus in web page. (check www.focuzeal.com)

3) What about the

s and the
  • s I have used in my web page (www.focuzeal.com) like;




    One Response to “How can I link menu codes in the external sheet style to my web page. Someone help me please.?”

    1. Zander says:

      The first answer is wrong. The proper way to do this: Take your CSS, put it in a new .css file in a folder on your site called css. (Or whatever you want to call it. We just need to reference it later.). Once you have done that, go to the head section of your webpage, and make a new line that reads:

      After you’ve done that, all of your previous styling you had in the head section will have the exact same effect as it did when it was in the head section. No code changing required.

      Hope this helps you. If you need any further assistance, just let me know.

    Leave a Reply