Style sheet not linking is frame

Hi,
I have a frameset with three fames. Each of the frames links
to a style sheet called site.css via and included file. None of the
frames are linking the style sheet, but if I load each file
independently they work fine
it works like this...
All frames include the line <cfinclude
template="header.cfm">
Inside header.cfm is the line <link href="styles/site.css"
rel="stylesheet" type="text/css">
Inside the frames I cannot select css tyles. It says
New/Attach style sheet etc.
I have another website where I use EXACTLY the same concept.
I've compared the code line by line and they are identical.
Anyone have any ideas why the style sheet isn't linking
properly?
thanks
Tanya

Hi Lad -
CSS is completely unreliable with the multitude of  different email clients.
The attached capture of your email message to me has your  image.somehow
Just host your image on your server with a full link to it  (as I do)
and use inline styling for your text .
Here's a link to a recent HTML email I coded
http://www.adlerhealth.com/ad011609/ad011609.htm
You can view the source code

Similar Messages

  • Css style sheet not linking

    I am fairly new to dreamweaver and css. I have created an
    html page and I created an external css style sheet for it. When I
    preview it in my browser, it works, but when I FTP it and check the
    site on the server, the html page doesn't "refer" to the css page
    that I created. I checked my remote view of the server, the style
    sheet is there and the source for the web page says that it should
    be refering to it.
    Here's the link to my page. It's a school project. I only
    have the first page created for it so even tho there are rollovers,
    there are no pages linked them, so just ignore that.
    http://alliterationstudio.com/silverspark/index.htm
    if you go to the main page on my site
    http://alliterationstudio.com
    you will see that I have a couple of other projects up there too.
    If you go look at the arts and crafts page you will see that it has
    a style sheet that links just fine to it, and I created it in the
    same way. I'm at a loss here, since I'm really new to this web
    design stuff.
    BTW, I'm using Dreamweaver MX 2004 right now. I'll upgrade as
    soon as I get my new computer, but either way, I don't think that
    using an earlier version of the software is what is creating the
    problem, right?
    Thanks for the help,
    Staci Stubbs

    On 07 Apr 2007 in macromedia.dreamweaver, stacistubbs wrote:
    > Here's the link to my page. It's a school project. I
    only have the
    > first page created for it so even tho there are
    rollovers, there are
    > no pages linked them, so just ignore that.
    >
    >
    http://alliterationstudio.com/silverspark/index.htm
    http://alliterationstudio.com/silverspark/silversparkstyle.css
    returns a
    403 (Forbidden) error. An imaginary stylesheet whose name I
    entered
    returned a 404 (File not found). In the other project which
    had an
    external stylesheet, there was no problem. So - it sounds
    like a
    permission issue on silversparkstyle.css. I'm not sure if
    MX04 has a
    file permissions 'thing' built in; if not, you'll either have
    to get an
    FTP client which does file permissions (FileZilla for Windows
    http://filezilla.sourceforge.net/
    does), or use a terminal app (SSH, like
    putty, in preference to Telnet) to log in and change the
    permissions.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/contact.php

  • Link to site-root relative style sheet not working CS4

    I am trying to define links to site-root relative external style sheets - as I believe that IE conditional comments prevent Templates from correctly updating the links. The styles are not being applied when I use any href path begining with "/".  So, the following do not work:
    <link href="/styles/myStyleSheet.css" rel="stylesheet" type="text/css" />
    <link href="/myStyleSheet.css" rel="stylesheet" type="text/css" />
    Dreamweaver can open the css file from a right-mouse click and even give me warnings about css properties as a tool-tip as I hover over the file. The styles are applied fine with document relative paths:
    <link href="../myStyleSheet.css" rel="stylesheet" type="text/css" />
    Any ideas?
    Jeff

    Close your meta tag.
    <meta name="description" content="blah, blah, blah...>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Style sheet not working in Internet Explorer

    Hello Experts
    Please have a look at this. It is working fine in Firefox.http://www.themildmayarms.com
    Here is my Style Sheet linkhttp://www.themildmayarms.com/index.css
    The style sheet is definitely uploaded. The other pages have a different style sheet and are working fine in both browsers.
    I have validated the site and am getting this:
    Line 13,         Column 1:     unclosed start-tag requires SHORTTAG YES<link href="index.css" rel="stylesheet" type="text/css">

    The construct <foo<bar> is valid in HTML (it is an example of the rather obscure “Shorttags” feature)       but its use is not recommended.       In most cases, this is a typo that you will want to fix. If you really want to use shorttags,        be aware that they are not well implemented by browsers.
    Stuck! Please help.
    Thank you in advance.

    Close your meta tag.
    <meta name="description" content="blah, blah, blah...>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Css layout or style sheet not showing table layout

    When I was working on my website I noticed that my tables don't show up in the browser of my site, they do however, show up in the dreamweaver design so I am wondering if when I was making changes somehow to the site if something in the css layout or style sheet got deleted.  Could someone please take a look at it and please tell me what needs to be fixed, I am not at all familiar with css so I need all the help I can get on this here is the link.  Thank you! http://angelcoilbartlett.com/index.html

    In your HTML document in Code View, remove the following embedded CSS code. This is competing with external  style sheet code and causing your site havoc.  In the future, don't create any more new styles.  You don't need them.  Stick with the established styles set up by the original designer and you will have way fewer problems.
    DELETE ALL OF THIS NONSENSE:
    <style type="text/CSS>
    <!--
    .style1 {     font-size: 12pt
    .style3 {     font-size: 18pt;
         color: #000000;
    .style6 {font-size: 12pt; color: #000000; }
    .style8 {     color: #000000;
         font-size: 14pt;
    .style9 {
         color: #990000;
         font-weight: bold;
    a:link {
         color: #666666;
         text-decoration: none;
    a:visited {
         text-decoration: none;
         color: #666666;
    a:hover {
         text-decoration: none;
    a:active {
          text-decoration: none;
    .style10 {color: #000000}
    body,td,th {
         color: #666666;
    .style7 {font-size: 12pt;
         color: #000000;
         font-weight: bold;
    .style12 {color: #666666; font-weight: bold; }
    .style14 {color: #000000; font-weight: bold; }
    .style13 {color: #666666}
    -->
    </style>
    If you want to continue working with web pages, you owe it to yourself and your employer to learn basic HTML and CSS so you can get yourself out of jam when things go wrong.
    Start learning here:  HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Images missing / style sheet not uploading

    i upgraded to Firefox 12 and now many images are missing on webpages and it's like the some style sheets are not uploading
    no themes in Gmail, no Google logo, just a white page full of links in facebook
    Everything is fine in other browser.
    I DID restart without the plugins, everything is up to date, This is a new computer,windows 7
    thank you for any help - I am looking everywhere, but seems like I am the only one with this problem

    Make sure that you allow pages to choose their colors and that you haven't enabled High Contrast in the Accessibility settings.
    *Tools > Options > Content : Fonts & Colors > Colors : [X] "Allow pages to choose their own colors, instead of my selections above"
    *http://kb.mozillazine.org/Website_colors_are_wrong
    *http://kb.mozillazine.org/Websites_look_wrong
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    *https://support.mozilla.org/kb/Images+or+animations+do+not+show

  • InDesign CS5.5 Style sheets not working properly

    Hello,
    I'm checking out a trial version of InDesign CS5.5 and am creating some paragraph style sheets that don't seem to be working. When assigning the latest style I've created to a paragraph, it changes the color I've spec'd, but not the typeface. I open up the style to make sure I've selected the typeface, and it's in order. It just won't style the paragraph with it. What might be going on?
    Thank you in advance for any advice. It's making me crazy.

    @Helenac:
    to force a paragraph style with all defined attributes to a paragraph regardless of local formatting and applied character styles, hold the "alt" + "shift" keys when applying the paragraph style.
    If you want to preserve character styles and overwrite local formatting, then hold the "alt" key when applying the paragraph style.
    Uwe

  • XSL style sheet not performing

    Hi,
    I'm playing around w/ the examples that came
    with XML SQL utility.
    The example works fine but does not apply
    the style sheet to the XML data produced from
    the SQL query. Is this a bug? Or is that
    the way its supposed to be ?
    I thought when you use
    oracleXmlQuery.setStyleSheet("rowcol.xsl");
    that it converts the XML data to the HTML specified by the XSL sheet.
    But instead I still get ...
    OUTPUT IS:
    <?xml version = '1.0'?>
    <?xml-stylesheet href="rowcol.xsl" type="text/xsl"?>
    <ROWSET>
    <ROW num="1">
    <USER_NAME>oa2058</USER_NAME>
    <FULL_NAME>Masatoh Awaya</FULL_NAME>
    <LOCATION>Tokyo</LOCATION>
    <EMAIL>[email protected]</EMAIL>
    </ROW>
    <ROW num="2">
    <USER_NAME>cchang</USER_NAME>
    <FULL_NAME>Chris Chang</FULL_NAME>
    <LOCATION>New York</LOCATION>
    <EMAIL>[email protected]</EMAIL>
    </ROW>
    <ROW num="3">
    <USER_NAME>ccummins</USER_NAME>
    <FULL_NAME>Chris Cummins</FULL_NAME>
    <LOCATION>New York</LOCATION>
    <EMAIL>[email protected]</EMAIL>
    </ROW>
    <ROW num="4">
    <USER_NAME>igomendi</USER_NAME>
    <FULL_NAME>Ignacio Gomendio</FULL_NAME>
    <LOCATION>New York</LOCATION>
    <EMAIL>[email protected]</EMAIL>
    </ROW>
    <ROW num="5">
    <USER_NAME>jroblesg</USER_NAME>
    <FULL_NAME>Jaime Roblesgil</FULL_NAME>
    <LOCATION>New York</LOCATION>
    <EMAIL>[email protected]</EMAIL>
    </ROW>
    </ROWSET>
    null

    This is working as designed.
    Calling setStylesheet() on XML SQL only adds the xml-stylesheet PI as you are seeing.
    If you want to combine XML SQL and XSLT transformations easily, see our XSQL Servlet software that part of the XDK. It does all of this for you automatically.

  • CS3 to CS4 - Style Sheets not working

    I created some writer templates in Microsoft Word by exporting styled text from a CS3 document to an rtf. I modified the style sheets in Word to be a generic font (Times) and made all the text black; however, the text still had my Indesign style sheets attached. I've been using these Word documents for about a year with freelance writers and they've been working great. I don't have to apply all those styles; when I place the text from Word to Indesign, the Indesign attributes take over.
    However, when I recently saved my Indesign files in CS4 and placed text from the Word documents, all the Indesign style attributes do not take over. In other words, the font stays in Times rather than change to the font assigned in my Indesign style sheet. Some attributes do work, the color changes from black to white, etc., but the font is not changing.
    Has anyone else had this problem?

    >
    > New
    > www.plasticauxiliaries.com/unadyn/default.htm
    >
    a guess- renaming the files so they don't start with a . and
    DO have .css
    file extensions will probably fix this.
    http://www.plasticauxiliaries.com/unadyn/CCS/
    [To Parent Directory]
    7/13/2006 11:07 AM 304 .headline
    7/13/2006 11:07 AM 139 .headline_jobs
    7/13/2006 11:07 AM 501 .indented_text
    7/13/2006 11:07 AM 154 .subheadline
    7/13/2006 11:07 AM 134 .table_headline
    7/13/2006 11:07 AM 132 .table_select
    7/13/2006 11:07 AM 138 .table_subheadline
    7/13/2006 11:07 AM 261 .text
    7/13/2006 11:07 AM 155 .text_italic

  • CSS Style sheet not working in DW4

    I am new to Dreamweaver CS4 and have been following the tutorials for Beginners on Adobe TV.
    I have used a Standard Layout, 2 columns, Header, Footer, Sidebar.
    I have created and saved the CSS Style Sheet as suggested in a folder with the CSS panel.
    I have made changes to the web page with CSS and can see the changes in Design View on my screen.
    However, when I view my trial site in a browser, none of the Style changes are visible. Looking at the XHTML code,
    the path to the CSS Style Sheet appears to be correct. What am I doing wrong?

    Close your meta tag.
    <meta name="description" content="blah, blah, blah...>
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Attach Style Sheet not doing anything in CC

    I switched from DW CS6 to CC and found what appears to be a bug:
    Start a new HTML document or open an existing one. Click Class and select Attach Style Sheet.. from the Properties tab and nothing happens.
    Has anyone else encountered this?

    Hi filip0,
    Thanks for reporting this issue to us. We are aware of this issue and you can expect this to be fixed in the next DW update.
    This happens only when the CSS Designer panel is closed and you happened to relaunch DW and try attaching a stylesheet.
    I would suggest you to have CSS Designer panel open and try out this workflow .You can find it at Window>CSS Designer
    ..Harish

  • Safari 3.0.2 - User Style Sheet not working at all

    Well, at least 3.0.2 doesn't crash when using a custom style sheet, nor does it display a Javascript error.
    But, that's probably because it doesn't work at all! I tried loading a custom sheet that would block ads, but it didn't work. So I set a test one that should block all images. Doesn't work either.
    My test stylesheet consists of:
    test.css:
    img { display: none ! important; }
    and the settings in the preference file are:
    (C:\Documents and Settings\me\Application Data\Apple Computer\Safari\WebKitPreferences.plist)
    <key>WebKitUserStyleSheetEnabledPreferenceKey</key>
    <true/>
    <key>WebKitUserStyleSheetLocationPreferenceKey</key>
    <string>C:\Documents and Settings\me\My Documents\test.css</string>

    Unfortunately, the custom style sheet "feature" is still horribly broken, even in the latest 3.0.3. Setting a file in the preferences still doesn't set the correct URI in the preferences (either that, or Safari still doesn't know how to use a Windows file path to locate the style sheet).
    I'm also encountering problems where Safari will crash when using an ad blocking custom stylesheet.
    Also, when having the custom stylesheet set, trying to use the "Inspect Element" feature will crash Safari.

  • XML report missing style sheet location

    Hi all
    I am having a issue regarding XML report generated by TestStand. I am using a custom style based heavy off NI example style sheet horizontal.xsl. The report generation works correctly on my development system however when the sequence is deployed onto runtime machine the header to the XML report is missing the style sheet location. i.e:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    Rather than:
    <?xml version="1.0" encoding="ISO-8859-1"?><?xml-stylesheet type="text/xsl" href="G:\Test\ATE4000_Production_Test_Results\T6MK6\Style_Sheets\T6MK6_PAS_Test_Sheet.xsl"?>
    If anyone has any idea what might be causing this issues i would be very greatful for any advice.
    Many Thank
    D.Barr
    Solved!
    Go to Solution.

    Thanks for the reply.
    I found the issue. I was determining the location of the style sheet using a registery key. The registry key contained double slashes which resulted in the style sheet not being found. I.e.. C:\\Test\\T6MK6_PAS_Test_Sheet.xsl. With single slashes the program worked as excepted.
    Thanks again
    D.Barr 

  • How can I get the link not to override my style sheet formatting?

    I have an html page with text that has a style sheet applied
    to it. When I insert a link into parts of the formatted text, the
    style sheet formatting is lost in the linked text (the text for
    mylars, shapes and number shapes becomes smaller: see code below).
    How can I get the link not to override my style sheet
    formatting?
    Here is the html code I am referring to:
    <span class="bodyheader20pt">Fall into winter's biggest
    celebration with our New Year's Day <a href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=A4&sc=184&PageNumbe r=1"
    style="text-decoration:none">mylars</a>, <a href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&sc=184&PageNumbe r=1"
    style="text-decoration:none">shapes</a>, and 2-0-0-9 <a
    href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&sc=166&PageNumbe r=1"
    style="text-decoration:none">number
    shapes</a>.</span>
    I am using Dreaweaver CS3 on a Mac running OSX
    10.4.11.

    Show us this rule --> bodyheader20pt?
    Also, having this in your three anchor tags -
    style="text-decoration:none" -
    will prevent your anchors from displaying any stylesheet
    style for
    text-decoration.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ellfwar" <[email protected]> wrote in
    message
    news:geqiph$foq$[email protected]..
    >I have an html page with text that has a style sheet
    applied to it. When I
    > insert a link into parts of the formatted text, the
    style sheet formatting
    > is
    > lost in the linked text (the text for mylars, shapes and
    number shapes
    > becomes
    > smaller: see code below).
    >
    > How can I get the link not to override my style sheet
    formatting?
    >
    > Here is the html code I am referring to:
    > <span class="bodyheader20pt">Fall into winter's
    biggest celebration with
    > our
    > New Year's Day <a
    > href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=A4&
    > sc=184&PageNumber=1"
    style="text-decoration:none">mylars</a>, <a
    > href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&
    > sc=184&PageNumber=1"
    style="text-decoration:none">shapes</a>, and 2-0-0-9
    > <a
    > href="
    http://www.usballoon.net/web/default.asp?pagename=mg_cls&mg=A9&mg2=&cl=L2&
    > sc=166&PageNumber=1"
    style="text-decoration:none">number
    > shapes</a>.</span>
    >
    > I am using Dreaweaver CS3 on a Mac running OSX 10.4.11.
    >

  • Style sheet with Struts frame work

    Hi,
    I am using MyEclipse editor. I am trying to use Style sheet in my JSP page using Struts frame work. I tried several ways but style sheet is not applying on my JSP page. Please look at my code and let me know where is the problem.
    1. I created a project called "AcmiReports". In the webroot I created folder called "CSS". In this folder I created "AcmiReports.css" file. In my JSP I am using like this
    <head>
    <link rel="stylesheet" type="text/css" href="/AcmiReports/WebRoot/css/AcmiReports.css">
    </head>
    Where am I doing wrong? I read somewhere that I need to set some thing in struts-config file. Is this true.
    Please help me.
    Thanks,
    Anamika

    No its not working fine, i m also facing the same problem with my code..
    when ever i come to jsp page through action css works fine, but if i directly forward to jsp page, css doesnt work
    can any body help me, its to urgent.. i need to submit my project till 1st of april... please do the need full asap
    i m copying the code used to apply the css in my jsp file
    <title><bean:message key="login.title" /></title>
    <link href="default.css" rel="stylesheet" type="text/css" />
    <script language=javascript src="clock.js" type="text/javascript"></script>
    same code works fine through action, but through normal forward it doesnt...

Maybe you are looking for

  • Display '0' when data is not available in Crosstab

    Hi Friends, I have a simple crosstab, which will show, Country as a "row header"---only one country is available Department as a "column" No.Of employees in "Body" of cross tab. The table will how much percentage of employees are contributed under ea

  • Word to Pages Question

    I have to take a computer class that introduces some "legal writing" formats, but it's designed for Word. I have Pages so I have to make due, but I'm not sure how to do one thing..... We are given a document to edit and we are told to switch the docu

  • Cannot post reply in my discussion

    I'm trying to post a reply to Ralph in a discussion that I started ... however, when I click on 'Post' I get a message stating that 'User asfahan is banned from posting' - no idea who this user is but it's certainly not me .... is there a bug here??

  • One app in my iphone is not loading

    one app in my iphone is not loading, it says it is "waiting". I already tried clicking on it, but nothing happens.

  • IMPDP question -- Replace all objects

    Question I have a situation where I would like to use Data Pump to refresh a test database schema weekly from our production instance schema. I would like to set up a job to do this with data pump. I can use data pump (impdp) with success using the n