1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

CSS Need To Create A CSS File Help?

Discussion in 'Web Development' started by melwin9, Oct 13, 2006.

  1. melwin9

    melwin9 New Member

    hey can sombody please help me create a css file for the followin page http://www.ipany.org/Test/index1.html i just need the button the flash and tht news ticker in the css please help ?
     
  2. webmast@

    webmast@ New Member

    right here's my solution!

    copy this into Textpad or notepad etc.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
    <!-- saved from url=(0037)http://www.ipany.org/Test/index1.html -->
    <HTML xmlns="<A href="http://www.w3.org/1999/xhtml"><HEAD><TITLE>Error">http://www.w3.org/1999/xhtml"><HEAD><TITLE>Error Page</TITLE>
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <STYLE type=text/css>
    BODY {
    COLOR: #ffffff;
    font-family: "Trebuchet MS";
    font-size: 12px;
    }
    TD {
    COLOR: #ffffff
    }
    TH {
    COLOR: #ffffff
    }
    BODY {
    BACKGROUND-COLOR: #333333
    }
    A:link {
    COLOR: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    }
    A:visited {
    COLOR: #CCCCCC}
    a:hover {
    color: #CCCCCC;
    text-decoration: none;
    }
    #embedded {
    border: 2px solid #FFFFFF;
    }
    </STYLE>
    <META content="MSHTML 6.00.2900.2995" name=GENERATOR>
    <style type="text/css">
    <!--
    li {
    list-style-image: url(li.gif);
    list-style-type: none;
    }
    -->
    </style>
    </HEAD>
    <BODY>
    <DIV align=center>
    <object
    codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0
    height=35 width=692 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 id="embedded">
    <param name="movie" value="Flash/new.swf">
    <param name="quality" value="high">
    <param name="BGCOLOR" value="#333333"><param name="PLAY" value="false">
    <embed src="Flash/new.swf" width="692" height="35" quality="high"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" bgcolor="#333333" play="false"></embed>
    </object>
    </DIV>
    <P align=center><STRONG>This page may have moved or is no longer
    available</STRONG><BR></P>
    <P align=left><IMG height=32 src="" width=32 id="embedded"><STRONG>Please try one of the
    following options:</STRONG> </P>
    <UL>
    <LI>Check the Web address you entered to make sure if it's correct.
    <LI>Try to access the page directly from the <A
    href="<A href="http://www.ipany.org/">IPA">http://www.ipany.org/">IPA Webpage</A> instead of using a bookmark. If
    the page has moved, reset your bookmark.
    <LI>Use The Form Below To Report It. Please <STRONG>Include</STRONG> What You
    Clicked To Get To This Page. Thanks.
    <DIV align=center>
    <OBJECT
    codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0
    height=300 width=300 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
    <PARAM NAME="movie" VALUE="Cwm.swf">
    <PARAM NAME="quality" VALUE="high">
    <embed src="Cwm.swf" quality="high"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="300" height="300"></embed>
    </OBJECT>
    </DIV>
    </LI>
    </UL>
    </BODY></HTML>
     
  3. webmast@

    webmast@ New Member

    Solution

    Here is the solution sorry, redone it!

    Copy this code into Dreamweaver's code view!

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
    <!-- saved from url=(0037)http://www.ipany.org/Test/index1.html -->
    <HTML xmlns="<A href="http://www.w3.org/1999/xhtml"><HEAD><TITLE>Error">http://www.w3.org/1999/xhtml"><HEAD><TITLE>Error Page</TITLE>
    <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
    <STYLE type=text/css>
    BODY {
    COLOR: #ffffff;
    font-family: "Trebuchet MS";
    font-size: 12px;
    }
    TD {
    COLOR: #ffffff
    }
    TH {
    COLOR: #ffffff
    }
    BODY {
    BACKGROUND-COLOR: #333333
    }
    A:link {
    COLOR: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    }
    A:visited {
    COLOR: #CCCCCC}
    a:hover {
    color: #CCCCCC;
    text-decoration: none;
    }
    #embedded {
    border: 2px solid #FFFFFF;
    }
    </STYLE>
    <META content="MSHTML 6.00.2900.2995" name=GENERATOR>
    <style type="text/css">
    <!--
    li {
    list-style-image: url(li.gif);
    list-style-type: none;
    }
    -->
    </style>
    </HEAD>
    <BODY>
    <DIV align=center>
    <object
    codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0
    height=35 width=692 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 id="embedded">
    <param name="movie" value="Flash/new.swf">
    <param name="quality" value="high">
    <param name="BGCOLOR" value="#333333"><param name="PLAY" value="false">
    <embed src="Flash/new.swf" width="692" height="35" quality="high"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" bgcolor="#333333" play="false"></embed>
    </object>
    </DIV>
    <P align=center><STRONG>This page may have moved or is no longer
    available</STRONG><BR></P>
    <P align=left><IMG height=32 src="" width=32 id="embedded"><STRONG>Please try one of the
    following options:</STRONG> </P>
    <UL>
    <LI>Check the Web address you entered to make sure if it's correct.
    <LI>Try to access the page directly from the <A
    href="<A href="http://www.ipany.org/">IPA">http://www.ipany.org/">IPA Webpage</A> instead of using a bookmark. If
    the page has moved, reset your bookmark.
    <LI>Use The Form Below To Report It. Please <STRONG>Include</STRONG> What You
    Clicked To Get To This Page. Thanks.
    <DIV align=center>
    <OBJECT
    codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0
    height=300 width=300 classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000>
    <PARAM NAME="movie" VALUE="Cwm.swf">
    <PARAM NAME="quality" VALUE="high">
    <embed src="Cwm.swf" quality="high"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="300" height="300"></embed>
    </OBJECT>
    </DIV>
    </LI>
    </UL>
    </BODY></HTML>
     
  4. melwin9

    melwin9 New Member

    thanks a lot =) do i make tht a seprate css file or is tht wat i paste in the main page?
     
  5. webmast@

    webmast@ New Member

    thats what you paste in the main page, you may have to make yourself a (li.gif) picture for the bullet picture