How to eliminate a border? (agent style sheet overriding my CSS)

Hi,
Im having trouble removing a border that is surrounding a contact form (seen below).
Whatever CSS I write, nothing seems to get rid of it. When viewed in the google chrome element inspector it seems like the border is coming from an 'agent style sheet', but i dont know where this is located in order to change it (cant seem to see it in the linked CSS and JS files).
Here is what it lookis like in the element inspector in google:
Any help wpuld be much appreciated as I just seem to be going round in circles!
Thanks.

"user agent stylesheet" is Chrome's way of saying "default styles"
Unless you specifically knock out the border in your CSS for the fieldset, it uses the default setting which, for Chrome is "2px groove threedface".

Similar Messages

  • How do I get the nested style sheets to work in the paragraph style sheets?

    How do I get the nested style sheets to work in the paragraph style sheets?

    Hi Denise, we need more information on what you are trying to do before we can help on your specific issue.
    You can look at this document, which covers nested styles: http://help.adobe.com/en_US/indesign/cs/using/WSE33E49F9-94CE-4043-AA51-4761408A63F4a.html

  • How can I lock an External Style Sheet

    I'm an experienced programmer, but a newbie with DW. I would
    like to develop a handful of global style sheets to control the
    look and feel of my site. However, it appears that if anybody
    (including myself) edits a layer which is based on a global style
    or ID (e.g. by dragging a border, intentionally or not) that they
    can easily affect all pages attached to that one CSS. Is there any
    simple way to prevent this from happening?

    > As to #2: After 3 days of Dreamweaver tutorials, I took
    a design for the
    > front page, developed by a graphic artist, and in one
    day's work developed
    > a
    > strictly-CSS implementation using 7 non-overlapping
    layers
    Text in layers is a big problem - you know? When the text is
    resized in the
    browser (and it will be), it will cause the layers to grow
    taller. Because
    layers cannot interact with other page elements, when they
    grow taller, they
    overlap one another, and other page content. You wind up with
    a big mess.
    > simple static HTML which would then combine with the
    same style sheets to
    > place
    > new content in the same layout, every week.
    Heck - just make the content of each of those regions (we
    still worry about
    them being layers) come from server-side includes, or better
    yet, from a
    database. That way, you are totally safe.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Fletcher James" <[email protected]> wrote
    in message
    news:[email protected]...
    > Responding to Walt:
    >
    > Murray answered #3.
    >
    > I will answer #1. I am designing a website for a weekly
    newspaper. We
    > will
    > add 25-30 articles each week. Each article will have a
    presence on the
    > front
    > page, and appear in full on a page of its own. There
    will be a number of
    > other
    > specialized page types, which might have multiple
    instances sharing a
    > layout,
    > but different from the "article" structure. My thinking
    was to
    > encapsulate
    > each particular layout in a stylesheet which would be
    "global" to those
    > pages
    > using it, and then to encapsulate more-commonly-shared
    styles in a
    > site-wide
    > global .css.
    >
    > As to #2: After 3 days of Dreamweaver tutorials, I took
    a design for the
    > front page, developed by a graphic artist, and in one
    day's work developed
    > a
    > strictly-CSS implementation using 7 non-overlapping
    layers. I think it's
    > a
    > completely intuitive paradigm for someone with a
    programming background,
    > although there are a number of eccentricities to be
    mastered. The page is
    > still a prototype, but I know that I could write a
    program to generate
    > very
    > simple static HTML which would then combine with the
    same style sheets to
    > place
    > new content in the same layout, every week. And, I can
    get a skilled web
    > designer to tweak the layout and typography, and make it
    look a lot
    > sweeter
    > than I ever could!
    >
    > As to your closing comment: I think the answer is
    implicit, above.
    >

  • Keep style sheets collapsed in CSS Panel CS6

    Is there a way to open pages with style sheet rules collapsed and keep them collapsed. Everytime I open a page it expands all of the rules and I have to close them one by one. THX

    Thanks for your response
    This is the first time I have tried DTSS. Like you I have sites that don't play well in design view so, for the most part  like you  I code manually, but I like to use display view to click on the element I am looking for to select it quickly rather than trawling through lines of code to find what I want to work on in code view.
    I think you misunderstood my problem. In an arttached style sheet I have a style which is set to "display: none" bto hide jQuery tabs when JS is inaactive. When JS is atcive in the browser it dislays teh tabs Because in design view, JS is normally inactive the tabs are not be visible so I want a DTSS to set the tabs to "Display: inline" so I can see them while I work on on the page.
    The problem is that the DTSS sits at the top of the cascade in the CSS panel and I can find no way to put it at the bottom of the cascade. Consequently, although I have "display: inline" in the DTSS, in my regular style sheet, which sits below the DTSS in the cascade,  I have "display: none", so the latter prevails and I can not see the tabe while I work in code/design view! So I can not click on the tabs in display view to get to ithem quckly in code view!
    Not lethal but a nuisance. If anyone knows how to force DTSS to the bottom of the cascade so it is read last I would be very grateful for the informaton

  • How to Make a "fonts.css" style sheet

    Hi, I  have a wordpress blog with a stylesheet named “style.css”. I want to change the fonts in the style sheet and so I want to create a separate style sheet named “fonts.css"
    I could just duplicate the ”style.css” page and then rename it “fonts.css” but I believe I read somewhere it is better to create a new style sheet named “fonts.css” and then add my font styles to that. Doens anyone know of a tutorial or how I make the new style sheet and add my fonts?

    I only typically use two stylesheets on any given site, layout.css and styles.css. One is for the overall layout/positioning info of the site and the other is the style information which would include fonts, colors, shadows, transitions, etc.
    If it is better in your mind and for your workflow to create a third stylesheet just for the font values, go for it. To me, fonts are just another style element though, so they stay in my styles.css file.
    There's really no right or wrong to doing it either way. Just make sure you create another link in the head section of your site to the new file if you create fonts.css.
    Thanks jon,
    Yes I agree, I could just change the fonts in “style.css” and then have less style sheets, but the themes developer told me to create a new style sheet named “fonts.css” only because the theme is updated regularly and uploading a new theme will write over the file named “style.css” and then your fonts will default to their original fonts.
    I don't see anything wrong with that approach. Just remember that if you have both styesheets linked to the same page then the page will get it's css styles from the last linked stylesheet.
    So for instance if you have:
    body {
    font-size: 14px ;
    in the style.css
    and
    body {
    font-size: 12px ;
    in the fonts.css
    and the last linked stylesheet was styles.css the page would display 14px text.
    So you just need to get them in the right order IF you have more than one styleshet linked to a page.
    Thanks Osgood,
    Yes that was my other question. So in my uploaded CSS folder I have the original “style.css” file and now my new “fonts.css” file. “style.css” is above the “fonts.css” file and both contain the same information except the file “fonts.css’ has been changed to use different fonts.
    So if I understand you correctly I need to either move the file “fonts.css" above the file “style.css” or delete “style .css” from the CSS folder so the file “fonts.css” will take precedence. Is this correct?
    Also, I needed to open style.php and edit the code to include “fonts.css” which I did.
    I opened "style.php" and then added the code in "red" then uploaded it to the (CSS) folder on the server.
    <?php
    header( "Content-type: text/css" );
    $files = array();
    $files[] = 'style.css';
    $files[] = 'responsive.css';
    $files[] = 'fonts.css';
    foreach($files as $file) :
        $content = @file_get_contents( $file );
        echo minify( $content );
    endforeach;
    function minify( $code ) {
              $code = preg_replace( '#\s+#', ' ', $code );
              $code = preg_replace( '#/\*.*?\*/#s', '', $code );
              $code = str_replace( '; ', ';', $code );
              $code = str_replace( ': ', ':', $code );
              $code = str_replace( ' {', '{', $code );
              $code = str_replace( '{ ', '{', $code );
              $code = str_replace( ', ', ',', $code );
              $code = str_replace( '} ', '}', $code );
              $code = str_replace( ';}', '}', $code );
              return trim( $code );
    ?>
    After doing all of this I still didn’t see any changes to my fonts so I must have done something wrong.
    Any ideas?

  • Using RoboHelp 8 style sheet with RoboHelp 9

    Howdy. My issue:
    I was using RoboHelp 8 at work to craft a web help document out of a Word file. We have a company CSS we apply to web help for look, feel, etc. It worked in RoboHelp 8, but not in 9 despite following the same Word Import procedure. Needed to upgrade to RH9 because RH8 was not recognizing our version of Word to compile and create the web help files.
    How can I make my old style sheet work with RH9? Is there some step I'm missing? Help appreciated with 20.1 bazillion thank yous in advance.

    Hi there
    First we need to know what type of string you are using and obtain an exact measurement.
    I'm joking, of course, but the fact here is, we need more information. Things like:
    You said "...despite following the same Word Import procedure.". What are the exact steps in said procedure, please?
    Note that it's a simple process to ignore any style sheet during the Word import, then later import just the company CSS file and associate it with your topics. All of that can be done in perhaps 30 seconds or so.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Css print style sheet?

    How can I define a print style sheet so that I can hide menus and links?
    I am also finding when I print that the backgrounds are disappearing on the printout.
    terry

    Use a print media query...
    @media print {
         .class {
    attribute:value;
    attribute:value;
    Background printing is a browser setting. Since most people are just interested in information, not graphics, when printing websites, it's turned off by default. It's controlled in the Page Setup when printing from the browser.

  • Style Sheet XML Pub

    Hi,
    How can we download the XSL style sheets from xml publisher admin responsibility and modify according to our customizations??
    Style Sheets (Sourcing Style sheet, Standard Purchase Order Style sheet) for the Document Types(Sourcing RFQ Sourcing RFQ, Purchase Order Standard). Can any one tell me where these style sheets reside??
    Thanks.

    What is the basic difference among XSL-FO, XSL-XML, XSL-HTML, RTF files. I mean, I was just trying searching some templates with the name of Contract. So, in template i put Contract% and searched. And it displayed many types of file names. I am bit confused what is what and which to use when!Please refer to http://www.w3.org -- Or, Google "XSL-FO, XSL-XML, XSL-HTML, RTF" and you will get details about each type.
    My knowledge says i need to change some document types and some style sheets.... I am not sure about it!
    Would you please give me an idea how to accomplish this whole thing? Please give some steps....Sorry, I cannot be of much help here as I am not a developer.
    What I can suggest is to refer to (How Can One Customize The Supplier Printable View Report To Add A Company Logo? [ID 1231313.1]) in addition to the above doc, and also "Oracle XML Publisher User Guide" which can be found at http://www.oracle.com/technetwork/documentation/applications-167706.html
    Thanks,
    Hussein

  • Part 07 - Understanding and Using Cascading Style Sheets | Classroom: Basic Site Layout and Navigation in Dreamweaver | Adobe TV

    In this video you’ll continue to further customize your website using CSS or Cascading Style Sheets. With CSS you can control many visual aspects of the website efficiently and consistently.  Learn the basics of how CSS rules work and how you can easily take advantage of the power and flexibility of CSS in Dreamweaver including creating and editing your own CSS class.
    http://adobe.ly/wTlFxC

    some of these tutorials don't really work. changing the body image to scrolling or fixed doesn't change anything on my computer, and apparantly doesn't change anything on the version that the instructor is using either, since he never shows us the "before"

  • Web template style sheets(.css) !!!

    Hi,
    where can I create my own style sheet for the web template and also how can i edit the exisitng style sheet in BW..
    Thanks for your help in advance,
    AC..

    You can create your own using notepad or any other authoring tool.  To get a stylesheet from the BW server, go to the Mime Repository (Transaction SE80).  From there you need to find it in the directories.  Normally it is in the SAP->Public->BW->BEx->Stylesheets or BW->Customer->Stylesheets.  You can import, export, display, and change the stylesheets from here.  If you make changes to the stylesheets, you will need to invalidate the global cache by using the transaction SMICM.  Use the GoTo menu in the top menu and select HTTP Server Cache->Invalidate Global in System.  This should help you out.  Use this link for more on the stylesheets:
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/ca453afbf37b54e10000000a11402f/content.htm
    Thanks,
    Jeff

  • 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

  • Link style sheet to .html file?

    Hey dreamweaver community i'm really new to dreamweaver but have a slight grasp.
    But i am creating a website (ethicistbeats.com). I have a design by using a css. style sheet and everything looks good in dreamweaver safari preview (on a mac), but when i upload it to my ftp client my designs/ format of my page does not show up, at all.
    If you guys could reply and try to help me out that would be cool. i tried talking to one pf my friends who took a class on html code, but he couldn't help me.
    Anyways, thanks in advance.
    If you guys need more info about code and stuff i'll gladly upload it. Just again i'm new to this so i don't really know much... i just dove into dreamweaver like a need a webpage, not much help, but my site wasmade from a template - not sure if that helps.
    Peace.

    Unfortunatly, you have quite a mess on your hands.  First you have embedded css above the external style sheets, which takes away one of the big advantages of embedded css, namely to override any rules in the external style sheet.
    <style type="text/css">
    .A {
         color: #E12000;
    .b {
         color: #000;
    </style>
    But that is peanuts to the other probelms,
    Your style sheets are not css files, they appear to be an html file.  To create an external style sheet, go up to File | New | CSS and a new CSS blank file will be created.  Paste your css rules into it.
    You have
    <link href="http://www.ethicistbeats.com.css" rel="stylesheet" type="text/css" />
    While I suppose you could link using an absolute link, I dont see an advantage,
    but it would be more like
    <link href="http://www.ethicistbeats.com/stylesheet.css" rel="stylesheet" type="text/css" />
    a better way would be
    <link href="stylesheet.css" rel="stylesheet" type="text/css" />
    This is not a style sheet, but another html file.
    <link href="Index.html.css" rel="stylesheet" type="text/css" />
    Take whatever css is in the files and put them into a new css file.
    Start there, but there is more work to do.
    gary

  • ERROR Could not load style sheet: custom.css

    Hi i am working with ADF faces.I had used selectors to change the skin.I put all the selectors in custom.css file.And i put the folder in the webcontent folder.
    Like Skins/Ex/custom.css.
    And here is the content of my adf-faces-skins.xml file
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <skins xmlns="http://xmlns.oracle.com/adf/view/faces/skin">
    <skin>
    <id>Ex.desktop</id>
    <family>Ex</family>
    <!-- <skin-family>#{sessionScope.skinFamily}</skin-family> -->
    <render-kit-id>oracle.adf.desktop</render-kit-id>
    <style-sheet-name>custom.css</style-sheet-name>
    </skin>
    </skins>
    And adf-faces-config.xml content is
    <?xml version="1.0" encoding="windows-1252"?>
    <adf-faces-config xmlns="http://xmlns.oracle.com/adf/view/faces/config">
    <skin-family>Ex</skin-family>
    </adf-faces-config>
    Now my problem is my application could't recognize the stylesheet.
    And while i run the application i am getting the output which is using the Simple skin.......And in the log file it showing the error like
    2006-11-09 14:18:58.125 ERROR Could not load style sheet: skins\Ex\custom.css
    So anybody could help me in finding out the error.......Hope so..........
    Thanks.......
    simmi

    I am sorry
    Here is the content of my adf-faces-skins.xml file
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <skins xmlns="http://xmlns.oracle.com/adf/view/faces/skin">
    <skin>
    <id>Ex.desktop</id>
    <family>Ex</family>
    <!-- <skin-family>#{sessionScope.skinFamily}</skin-family> -->
    <render-kit-id>oracle.adf.desktop</render-kit-id>
    <style-sheet-name>skins\Ex\custom.css</style-sheet-name>
    </skin>
    </skins>

  • Attach existing CSS style sheet to existing site

    Hello all,
    I have an external CSS style sheet called default.css. I have an existing site of 61 pages that I want to apply default.css. Is there a way to apply a CSS file to multiple pages? Or am I doomed to going through the process 61 times?
    Thanks for your time.

    Thanks for replying Ben.
    I 'forced' it to work. Fortunately, the pages were all linked to the same style sheet, so I just did a 'Find and Replace All'.
    Thanks again.

  • When selected preference advance style sheet to zoom. Cheak box and radio looks odd.

    In safari 8. After updated OS X to Yosemite. When set preference>advance>style sheet to xxx.css.
    In xxx.css contain :
    body {
    zoom: 110%;
    Safari will show checkbox and radio box in all website distortion. As shown below.
    Cheak box looks odd and invisible radio box.
    Please, tell me. What caused it Or is it a BUG.
    Thank You.

    Does anyone have a problem it?

Maybe you are looking for

  • View zview is not defined in  the runtime repository that was loaded.

    Hi, I created an enhancement for component BT111H_OPPT and created a view "ZVIEW" in it.When i clock on my ZVIEW i am getting the following message: view zview is not defined in  the runtime repository that was loaded. What does that imply? Isnt the

  • SAP Cloud Application Studio Create Custom Web Service From Custom Business Object and Consume in External System

    Hi Experts, I have requirement to create custom business object and create Web Service for that and use in external system (SAP ECC / SAP CRM / Third Party). 1) Is it possible to create custom object web service and used in external system ? 2) When

  • XI CALLING TO MULTILE RFC'S

    hi, Can any body help me how to develop the below scenario. 1) file to xi. 2) Xi has to execute first RFC function module in crm. 3) the response of first rfc function module execution is an input to the second rfc function module. 4) the response of

  • N8 bluetooth pairing issues

    I have recently  purchase a pair of sennheiser pxc 310 bt headphones. Now whilst i am able to pair them with a nokia C6, I am unable to do so with my Nokia N8. I am running nokia belle refresh on my N8. I get a message telling me that the phone is un

  • Audition CS6 - Stereo Panning with Mono Content

    I'm mixing a stereo soundtrack for a feature film.  All dialogue and sound effects content is in mono and the score is in stereo.  All of my content is placed in stereo tracks (I learned the hard way that the panning feature doesn't exist in mono tra