Results 1 to 2 of 2

Thread: How to make style_import.css??

  1. #1
    Join Date
    Nov 2006
    Posts
    16

    How to make style_import.css??

    My japanese friend make template that is very strong for SEO(search engine optimization)

    The template used

    <link rel="stylesheet" href="style_import.css" type="text/css" media="screen,tv">

    so that <H1> tag shows up upper line, not down line.

    But my web pages uses Embedded CSS using dreamweaver 8, so my <H1> tagg appear in very down line. so it is not strong for SEO.

    Please let me know how to create style_import.css in Dreamweaver 8?? or How can I convert Embedded CSS to external CSS??

    My website is

    http://www.coffeerosexpress.com

    This is for business, so it can't changed design, so I want to keep the design.

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    At the moment you have a link to a styleheet called style.css
    <LINK HREF="style.css" TYPE="text/css" REL="stylesheet"> and also a lot of styles inside <style type="text/css">......</style> tags in the head section of the page.

    If you want to use the stylesheet style_import.css instead, delete most or all of the styles inside the style tags and insert this:-
    <link rel="stylesheet" href="style_import.css" type="text/css" media="screen,tv">

    If this stylesheet is part of the template and you cannot get it, then create your own stylesheet by using Notepad and putting all the styles that are inside the style tags into a separate stylesheet called style_import.css

    It can be in addition to your existing stylesheet style.css like this:-
    <LINK HREF="style.css" TYPE="text/css" REL="stylesheet">
    <link rel="stylesheet" href="style_import.css" type="text/css" media="screen,tv">
    but you should then check that there are no duplications in both stylesheets.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Make your e-services delivery convenient
    By FOA in forum General Questions
    Replies: 0
    Last Post: 10 Jul 2006, 04:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •