hi? can i ask if theres a short code to call the .css to get this h1{ color: #666666; font-family: Arial; font-size: 11pt; font-weight: bold; text-transform: uppercase; display:inline; margin: 0; ext-decoration: none; } and put the short code to site pages? and how to do this? and also on the javascript? this can also help SE to index better ur site am i right? thanks
I'm not sure I understand you. That's CSS code, yeah. For the h1 tag, so anywhere you use that on the site that style information will be used for it. You can just pop it into it's own file and name it something like "style.css" and then on your main page in the head, put <link rel="stylesheet" type="text/css" href="style.css" /> Code (markup): If you have an external CSS and Javascript file, it's better for search engines, yes.