Link to the CSS styles with images

Hello

I'm fairly new to Dreamweaver so forgive me if I'm stupid.

I created my first website, and I'm struggling with the color of the links. I don't want blue and purple links as they don't go with my color palette. I spent a few hours looking on this site and I used the suggested code and style sheets. This has made my textual hyperlinks go the right color but not the image of those.

This means that all my buttons and all the images that I used that the links are still blue and purple. I see no code on my model which could possibly be control this - obviously, the bits that I've changed worked on text links and they look great. I'm not great with the code - I understand it so that I could do something really stupid.

Can anyone help?

Helen.

geographygeek wrote:
> Hi,.
>
> I am relatively new to Dreamweaver so forgive me if I'm stupid.
>
> I created my first website, and I fight with the color of the links.
> I don't want blue and purple links as they don't go with my color palette.
> I spent a few hours looking on this site and I used the suggested code
> and style sheets. This has made my textual hyperlinks go the
> correct the color, but not the image of those.
>
> This means that all my buttons and all the images that I used as links are
> still blue and purple. I don't see any code on my model that could possibly
> - check the bits I've changed obviously worked on the text
> Links and they look great. I'm not great with the code - I understand the kind of
> if I could do something really stupid.
>
> Can anyone help?
>
> Helen.
>

Add this to your css:

an img {}
border: none;
}

Tags: Dreamweaver

Similar Questions

  • Links to the CSS styles on the same page... How?

    Hi all
    relatively new to CSS. I have a page with several tables, each with different background colors. There are links on each table. I need to use CSS style sheets to manage the site, but I need to have the links a different color in each table. Help would be very appreciated.

    .oO (Mabou2)

    > Sorry to be a numbskull, but could you show me what would be the exact code
    > for my navtable example (above) would be?

    Pretty much the same as in the example given, simply adjust
    the names. In your HTML, you apply the class "navtable" to the table
    itself:


    ...

    Then try this (a bit optimized) CSS:

    .navtable a {}
    text-decoration: none;
    do-family: Arial, Helvetica, without serif.
    do-size: 10px;
    color: #FC0;
    }

    .navtable a: hover {}
    text-decoration: underline;
    color: #FFF;
    }

    Micha

  • How can I add the CSS styles used by Firefox player mode?

    When loading from the view of the reader, the text is aligned to the left by default. I would like to be well to the left and right justified. At present, I can arrange this by editing the css style in the view "Inspect element", but it's not permanent (and we don't know where the player load css style). Is there a way to make such a change in the permanent reader view css style?

    See also:

    • chrome://global/skin/aboutReaderControls.CSS
    • chrome://global/skin/aboutReaderContent.CSS

    The main switch is #moz - player - content

  • How can I Albums in the Photo App with images taken at different times.

    How can I Albums in the Photo App with images taken at different times.

    I had books in Aperture and iPhoto which have been labeled 'Family', 'Friends', etc., and I would like to move the images in the album, and there no matter when it was taken.

    Thank you

    Brian

    In the same way. Make an Album and drag the images to him. Key word or images and the use of the smart Albums.

  • is there a code (not the css style) to leaders (periods) for a table of contents

    is there a code (not the css style) to leaders (periods) for a table of contents

    Well, in this case, you are drunk. The only thing left is to add leaders to hand.

  • create a link to the page html to images and css

    A customer wanted a change to one of the pages on their website. So, I opened the page in DW and "recorded under ' another name of the same page (in order to keep a copy of the original page) in the same folder of the site. I made the changes and it was going on well in the browser preview. I then renamed this revised page identical to the original page back. I made this name change in the file to the desktop folder (could this be the problem?). When I downloaded from the site, it looked like all connections to the doc .css and the folder of images are no longer there. So, I pulled it in offline mode and now I am trying to find a way to re-establish links the .css and the images. Everything seems fine when open in Dreamweaver and when I preview it in mode browser, however in the thumbnail preview shows question marks when the images are supposed to be, and when I download it, it looks like hell.

    Any ideas as to how I can restore links?

    Thank you.

    rigoliarts wrote:

    I made this name change in the file to the desktop folder (could this be the problem?).

    Yes, that would be the problem. You should never work via the files Panel > window > files. If then, you make changes to a file or move to another location in the folder root of the Dreamweaver site will ask you if you want to update the links with this file assocaiated.

    rigoliarts wrote:

    Any ideas as to how I can restore links?

    Unless you have a backup of the original file, you may need to update the links manually. If you have the orginal file back to its original location, and then perform updates through the control panel site.

  • Rule to the CSS style question: positioning of block next to the image level

    Hello

    I have this site for example: http://www.ecstechnics.com/modules/page.phtml?dimensionid=18 & pageid = 24 and I had a previous question on this topic: http://forums.adobe.com/thread/427154?tstart=0. Here, I asked for a way to draw a line of fixed length under a header < h1 > (resolved) and a way to draw a line under a heading < h2 > where the line was shortened by an image inline (left or right header, as can be seen in the example of the ecstechnics.com site).

    The problem however is not yet solved for an image on the LEFT of the header. With the above solution and a fixed width line, this line is inspired right through the image to the left.

    I need a solution for a header that is positioned to the right of the image (which I'm floating on the left) and where I want the line to start under the first letter of the heading and extends to the border of the container.

    Thanks for the tips.

    Erik

    From time to time, this is the best approach (question to rephrase in a new thread). But give the existing question some time for people to see. A few hours on a weekend is not generally enough time.

    I did that cause confusion. My apologies, it won't happen.

    Cool. It was kind of fun playing Hunt the answers in the nets - this time only! ;-)

    I hope that this is the method of work (one that we it was).

    --
    Mark A. Boyd
    Keep-on-Learnine :-)

  • Link to the CSS problem (in Design view)

    Hello expert Dreamweaver,

    In the CS3 Dreamweaver Design view is not recovering styles specified in a linked style sheet. Let me explain...

    I use an application in our office who relies on HTML (but does not use a standard web browser).

    I need to refer to style sheets linked using a variable as if;

    [#1 example]
    "< link href="{FILES_DIR}/path/css/stylesheet.css "rel ="stylesheet"type =" text/css"/ >


    The use of the variable "{FILES_DIR}" construction eliminates the need to hardcode a drive letter in the link which is preferable. Without "{FILES_DIR}", I have to hardcode the letter drive as follows;

    [#2 example]
    "< link href="file:///K|/additional-path-details/path/css/stylesheet.css "rel ="stylesheet"type =" text/css"->


    The two examples above give the same result in the application (the style sheet is found and its styles applied correctly).

    However, only with the #2 example is "Design Mode" Dreamweaver pick up and apply the style sheet. Dreamweaver cannot find the style sheet or apply styles with example #1.

    My question is how can I do Dreamweaver to understand and apply what means "{FILES_DIR}.

    Advice, tips or pointers would be appreciated...

    Hello Thierry,.

    You said:

    Quote:
    Have you looked into the sheets of styles 'DTC '? That may solve your problem.

    Darn good idea! It solves my problem insofar as I can now apply a design view-specific style sheet even if Dreamweaver does not include the path that I actually have the code in the document.

    It seems to work.

    For everyone interested by this I found that it was not easy to search healp DW for a phrase with a hyphen in it. I had to use this 'design time style sheets' instead. Here's the online version;

    Use design-TIME style sheets

    Thank you!

  • Replace the text box with Image through breakpoints

    Hello

    I'm looking to replace the text boxes and icons with images and want to know if I can do this on several break points at the same time without having to go and manually change each breakpoint.

    My site is here: Movement of Boulder

    In the Services section of the wider breakpoint, you can see the images that I want, but if you minimize the browser window, you will see the images and the text that he was supposed to replace. Is it possible to replace all the text boxes with the images you want?

    Hello griffinb,

    If you delete a breakpoint text areas, they will be removed from all.

    After you have placed your image just right-click on it and select the option ' copy the style and position > to other breakpoints.

    Let me know if you have any problems getting there.

    Kind regards

    Ankush

  • How to configure the graphic Styles for images in a gallery?

    Hello!

    I'm working on galleries with many images. The idea was to set up the first tile / image, and then save these settings in the graphic Styles, like for example a graphic Style "Gallery_Image_292_292_px" Panel, so I could assigns these parameters of dimensions with a single click on the other images in the gallery.

    But it seems that the graphic Style is not catch width and height of the image. I have missed something, and how can I make sure it's also includes these settings?

    Advice would be much appreciated

    G

    Graphic styles do not store the dimensions it would really limit their use. You could save your template image in the library that keeps all the settings. All you have to do is make drag an instance of the page and replace the image.

    David

  • How can I the CSS Styles Panel to view the list of styles in external style sheet?

    Hi all

    I'm having a devil of a time getting my CSS Styles Panel to see the styles of my style sheet attached. Yesterday, he worked as usual, and today it does not work. I feel that I tried all my options. Usually, I work in "All" instead of "Current" so I can see the entire list and have to do not refer to the CSS page. Does anyone know how to fix this?

    In addition, even if I have a style sheet attached, whenever I made a new style he puts it in my HTML page. What is probably related as well.

    In addition, this is the link of code which is in my HTML: < link href = "Alto.css" rel = "stylesheet" type = "text/css" / > "

    So, how can I get this Panel to view the list of styles? <-I can click on a timeline without going back to the CSS page.

    Thank you!

    Screen Shot 2013-02-15 at 9.33.24 AM.png

    Is it possible all the rules section has been reduced to the minimum?

    Mouse over the border between all the rules and properties and the pointer should turn on a top/arrow down, click and make it slide down and see if there are any properties.

  • How I css style with checkered to fluid?

    When I have my view of the style Department with checkerboard to fluid it does not need view pad and telephone. For example if I do h1 courier it shows only the mail in my desktop view. However when I select display phone or pad and change font h1 it does not change the font in the view but it does change when I go back to the desktop view. So currently my style applies only to the view of the office even if I can modify it pad and phone, which makes changes to my view of the office, but not seeing that I'm editing.

    Finally, I would like to know how each different style display.

    Thanks for your suggestions.

    Kevin

    Sudarshan have already said, the FluidGrid operates mobile layouts first desktop and then.

    If you want to put your styles in the FluidGrid.css (and I really don't recommend this), you will need style to the mobile device.  Styles cascade and then down to tablets and desktop computers.

    IMO using a separate CSS file is much better because you're not messing around with the grid code. Only the contained styles that are not dependent of width device.

    Nancy O.

  • Alert not correct to the CSS file with &lt; mx:Canvas &gt;

    Hi all

    I want to apply the CSS file to Alert. So, I have:

    1. CSS called CommonStyle.css of the file:

    {Alert

    color: #0f3177;

    title-style-name: "alertTitle";

    header-height: 19;

    the thickness of the border: 1;

    drop-shadow-enabled: true;

    drop-shadow-color: #d1ddf7;

    background-color: #ffffff;

    RADIUS: 6;

    border-style: solid;

    header-colors: #90a4d1, #5970 has 0;

    foot of page-colors: #9db6d9, #ffffff;

    border-color: #5970 has 0;

    }

    {.alertTitle}

    do-family: Verdana;

    font-size: 10;

    make-weight: bold;

    text-align: left;

    color: #ffffff;

    }

    2. custom class alert:

    package

    component

    {

    Import mx.controls.Alert;

    public class alert extends alert

    {

    [

    Incorporate [ (source ="images/alert_error.gif",)]

    private static var iconError: Class;

    [

    Incorporate [ (source ="images/alert_info.gif",)]

    private static var iconInfo: Class;

    [

    Incorporate [ (source ="images/alert_confirm.gif",)]

    private static var iconConfirm: Class;

    public static function info (message: String, closehandler:Function =null):void{}

    Show (message,

    'Information' Alert.OK, null , closehandler iconInfo);

    }

    public static function error (message: String, closehandler:Function =null):void{}

    Show (message,

    'Error' Alert.OK, null , closehandler, iconError);

    }

    public static function confirm (message: String, closehandler:Function =null):void{}

    Show (message,

    'Confirmation' , Alert.YES | Alert.NO, null, closehandler, iconConfirm);

    }

    }

    }

    3. my mxml component:

    < mx:Canvas

    ' xmlns:mx = ' http://www.Adobe.com/2006/MXML "width =" " 100% "height =" " 100% "creationComplete ="init ()" >

    < mx:Style " source = ' styles/CommonStyle.css " />

    < mx:Script >

    private

    fonction test() :void{ }

    () Alert.Error

    "alert test..." » );

    }

    < / mx:Script >

    < / mx: canvas >

    "But the line: < mx:Style source ="styles/CommonStyle.css"" " / >, I received a warning: selectors type CSS are not supported in components: 'Alert' and my dialog box alert not correct to the CSS file!.

    There is a problem, it is: where I replace < mx:Canvas > by < mx:Application >, my alert dialog is ok.

    Please, help me.

    Thank you.

    Hello

    Try to include the css file in your main mxml file where you have the tag... instead of your compoennet file...

    Thank you

    Jean Claude

  • Slow or no response to a link via the menu but via image ok, why

    On the www.beverlypressey.com site, the menu topline has a slow or no response to a link so that the image links to the same work of pages very well all the time. How can I fix it or why it is happening?

    Hello

    First remove this from your active statement.

    position: absolute;
    

    You can also remove the h1 tag and format links using css as required.

    PZ

    Status of the link last went to the active

    Post edited by: pziecina

  • Project of restoring links on the other computer, with the ext hdd same source files

    I was working a project with all the source files for the project on an ext hdd. This machine in particular, then crashed and I have more access to it. data recovery after extensive (and expensive), I got the program from the old pc files and some of them include the first pro files. Is it possible to link these data, creation of a new pro, always the same machine using the ext hdd with the source files? Thank you

    That's the advantage of keeping your external media.

    Just open the project first on the new computer.  So you should not need to be reprinted media if the external drive has not changed its name from Volume and is saved as the same drive letter (PC).

    Worst case, when you open the project of the missing file dialog box will open.  Make sure to repeat others is checked and navigate to the folder / outside looking.

    Once reconnected, save the project and then...

    go and drop your auto save preferences to the external location, so you don't have to retrieve project files crashed in the future!

Maybe you are looking for

  • Equium a60 - 155 and ac power

    Hi, wonder if anyone can help me. I have 2 questions. (1) I charged the battery last night and left in the laptop from one day to the next, with the laptop turned off. This morning, I ran out of battery, and he said I got 97% battery and less than 2

  • Can not export Photos pictures

    My 2008 iMac crashed recently and I just bought an iMac 27 "(10.11.3). I can't export the photos of pictures on my desk. I can import images and view them in Photos, but when I try to export them I get this message: "missing file: cannot open picture

  • Satellite L30 - 10W: Double OS Vista and XP

    Hello. I have the Satellite L30 - 10W with Windows Vista Home Basic. How to install another operating system Windows XP Home Edition?

  • After 20 minutes, I don't know if I've ever had my monitor, registered or not. :/

    I tried to register, but I kept getting kicked in the investigations on the indices, but I had not been able to complete anything to record anything. I needed a response button "' Q' how was your experience?" A' I don't know, you don't let me finish

  • BFLLR dynamic library (Bigfoot Networks, Inc.)

    While studying a problem connecting Internet with iTunes, I came across a group of files called the dynamic library BFLLR (Bigfoot Networks, Inc.). I believe that this program (killer Board) could be responsible for my problem of connection and for t