Tags Get to??

Discussion in 'Search Engine Optimization' started by yapyap2006, Mar 15, 2006.

  1. #1
    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
     
    yapyap2006, Mar 15, 2006 IP
  2. brenda003

    brenda003 Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    brenda003, Mar 15, 2006 IP
  3. yapyap2006

    yapyap2006 Banned

    Messages:
    26
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i am just wondering if there is code for that. nway, thanks for reply
     
    yapyap2006, Mar 15, 2006 IP