Beginner: change link colors, get rid of the stress, get rid of the boxes around linked images

So, I'm pretty new to all this.

I'm trying to set up a site of minimalist art and there are a lot of white space. My 'customer' wants that the text of the link to not have this default underscore in this regard. We also want to change the colors of the binding for a three different situations (not yet clicked, the cursor, already clicked)

In addition, we have a few images that are background white background that blend with the background. We wanted to make linkable, but when I do that the image gets a box massive ugly link around it. We want to keep it white...

How do I do that?

You must use CSS.

delete notes:
a {}
text-decoration: none;
}

is not-yet-a click on the links:
a: link {}
... formatting...
}

already-one click on (visited) links:
a: visited {}
... formatting...
}

Links hover:
a: hover {}
... formatting...
}

remove the borders around image links:
an img {}
border: none;
}

You can benefit from free CSS at www.w3schools.com tutorials.

--
Alec
Adobe Community Expert

Tags: Dreamweaver

Similar Questions

  • How to remove the box around an image a hyperlink.

    Can someone tell me how to remove the blue box that surrounds a picture that's a hyperlink?

    In your style sheet:

    an img {}

    border: none;

    }

    Or in the head of your page (s) If you do not use an external style sheet

  • 5.7 LR is no longer exporting files jpg (from RAW). No error message, just "finished work". No way around changing some options for export as the name of file, image size...

    Why is 5, 7 LR is no longer exporting ALL files jpg (from RAW)?

    No error message, just the usual "finished work" - but without actually writing a jpg file.  No way around changing some options for export as the name of file, image size...

    Hi antjeh37833361,

    Could you please export a Jpeg image and see if it exports.

    Also try to export the RAW image in Jpeg format on the desktop and then see if it exports.

    Please upgrade to the latest version 5.7.1 if Lightroom you are currently on 5.7

    Kind regards

    Tanuj

  • How to display the box around a text field read-only - Jdev 11.1.2

    Hello:

    In an ADF Web application:

    I have an af:inputText field, but I want to say read-only. So I put the readonly = true property, but when I did I lost the video box around the field. How can I make the text read field only but keep the box around the text display? I also tried setting to off but then it displays in gray. Is it possible to have the look of text just like a field of regular text input field but make unmodifiable?

    Thanks for the help.

    Hello

    I think that you should use the disabled property and with skinning, change the color of what you want.

    For example:

    af|inputText:disabled::content {
    background-color: White;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000000;
    }
    

    Kind regards

  • How can I remove the box around the cursor?

    I have a white box around my cursor - how can I get rid of him?

    Type mouse in the startup screen, click settings, and then the mouse on the left side, click the pointers tab and select the type of cursor you want

  • disable the box around cursor; box moves with the cursor

    suddenly, a transparent box appears around the cursor and moves with him.  Cannot delete the box that moves with the cursor... tried to personalize, mouse pointers, etc.  The default tab has been grayed out, so would not activate.

    Hello

    Looks like you have turned on the magnifying glass.

    Open Control Panel / ease of access Center.

    Click the make the computer easier to see.

    Scroll to the bottom and Remove the check mark from the option turn on Magnifier .

    Let us know the results.

    Concerning

  • Why the boxes indicating an image has been edited disaapear on film?

    I don't know where the boxes went in bottom of each image on the film go? those who show if an image has been edited or not?

    You have size too small film for badges to appear on labels. The mouse on the upper limit of the film strip and drag it bigger with a click-and - drag until they appear.

  • I want to change my color of 'author' of the Red to black

    In my document Pages, the author color is set to red; I would like to change it to black, but may not know how to do this

    There are two ways to change the color of the author:

    1. Menu display: comments and modifications: color of the author
    2. The sub menu of the gear icon in the toolbar to track changes

  • How get rid you of the boxes around the thumbnails

    I shall Preface this with the fact that I am a beginner. I've looked everywhere and got no answer. How to fill areas of content around a vignette on CC? I went into the styles and set the background color, but they still appear as white boxes behind the tile.

    Use another class on your tag from the image.  Classes available:

    • IMG-sensitive
    • IMG-round
    • IMG-circle

    class = "img-reagent" src = "your_image.jpg" alt = "description" > "

    Nancy O.

  • Script to change political colors managent or open the files with "keep profile".

    Hello!

    I am trying to open the girls with the parameter 'profile hunt kept '' through my script.

    I really don't like if it's done with "openoptions" or changing policies managent RGB and CMYK color to "preserve the profile. (Available via the Edit menu-> color settings.)

    I know that this is possible through action, but I really need to change that through my script.

    I'm totally at a loss here, so any pointers in the right direction would be much appreciated!

    Thank you!

    / Peter

    A slightly cleaned up version:

    Open the file without warning mismatch and keep current color space:

    2015, use it at your own risk.

    #target photoshop

    Var ref = new ActionReference();

    ref.putProperty (stringIDToTypeID ("property"), stringIDToTypeID ("colorSettings"));

    ref.putEnumerated (charIDToTypeID ("capp"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    var docDesc = executeActionGet (ref);

    var colorSetting = docDesc.getObjectValue (stringIDToTypeID ("colorSettings"));

    var theOpenMismatch = colorSetting.getBoolean (stringIDToTypeID ("askMismatchOpening"));

    var theRGBPolicy = colorSetting.getEnumerationValue (stringIDToTypeID ("policyRGB"));

    var theCMYKPolicy = colorSetting.getEnumerationValue (stringIDToTypeID ("policyCMYK"));

    var theGrayPolicy = colorSetting.getEnumerationValue (stringIDToTypeID ("policyGray"));

    disable the warning;

    preserve var is stringIDToTypeID ('Star');.

    setPolicy (preserve, maintain, preserve, false);

    Open the file;

    App.Open (new File("~/Desktop/VA13AHN_1.psd"));

    back to the setting;

    setPolicy (theRGBPolicy, theCMYKPolicy, theGrayPolicy, theOpenMismatch);

    political game.

    function setPolicy (RGB, CMYK, gray, theBool) {}

    // =======================================================

    var idsetd = charIDToTypeID ("setd");

    var desc16 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    ref4 var = new ActionReference();

    ref4.putProperty (charIDToTypeID ('Rprp"), stringIDToTypeID ("colorSettings'));

    ref4.putEnumerated (charIDToTypeID ("CAPP"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    desc16.putReference (idnull, ref4);

    idT var = charIDToTypeID ("T");

    var desc17 = new ActionDescriptor();

    var idpolicyRGB = stringIDToTypeID ("policyRGB");

    var idpolicy is stringIDToTypeID ('policy');.

    desc17.putEnumerated (idpolicyRGB, idpolicy, RGB);

    var idpolicyCMYK = stringIDToTypeID ("policyCMYK");

    desc17.putEnumerated (idpolicyCMYK, idpolicy, CMYK);

    var idpolicyGray = stringIDToTypeID ("policyGray");

    desc17.putEnumerated (idpolicyCMYK, idpolicy, gray);

    var idaskMismatchOpening = stringIDToTypeID ("askMismatchOpening");

    desc17.putBoolean (idaskMismatchOpening, theBool);

    var idcolorSettings = stringIDToTypeID ("colorSettings");

    desc16.putObject (idT, idcolorSettings, desc17);

    executeAction (idsetd, desc16, DialogModes.NO);

    };

  • The box around image

    Fullscreen capture 7132011 23854 AM.bmp.jpg

    Around the picture box is a blue box which does not disappear in the pdf file.

    Fullscreen capture 7132011 24610 AM.bmp.jpg

    Your picture frame has a line around it. Select it, then select '0 pt' as its width, or choose line color [None].

  • How can you add code to create the wrapping around an image of the text?

    I have read many responses regarding a text wrapping and padding - but I could not to by adding the code.
    This is one of the pages I work on - Maureen Brouillette: mixed technique: the gallery upstairs
    Thanks for your help!

    Your CSS code already contains classes for floating elements.

    / * ~ ~ various float/clear classes ~ ~ * /.

    .fltrt {/ * This class can be used to float right to the item in your page.} The floating element must precede the element it should be next to the page. */
    float: right;
    left margin: 8px;
    }
    .fltlft {/ * This class can be used to float an element on your page.} The floating element must precede the element it should be next to the page. */
    float: left;
    right margin: 8px;
    }
    .clearfloat {/ * This class can be placed on one}
    or div empty as the final element after the last div floating (in the #container) if the #footer is removed or put out the #container * /.

    Clear: both;
    height: 0;
    font size: 1px;
    line-height: 0px;
    }

    ...

    Your text will wrap around the floating image...

    ...

    Your text will wrap around the floating image...


    Nancy O.

  • Change the color of text on the button click

    I found many ways to fill out / change the box around a field (both types) but not a way to change the color of the font.

    I tried:

    Form1. Page1.wTextField1.TextColor = ['RGB', 0.5,0.5, 0];

    Form1. Page1.wTextField1.textColor = color.black;

    All hope?

    Try

    Form1. Page1.wTextField1.font.fill.color.value = "0,0,0";

    Steve

  • Change text Style is predefined in the world?

    Is it possible to apply a Style to text is predefined in the world to all the photos in your book?  I changed my color almost black in the world and since the default font is also black, all my captions must change in white.  I would also like that they somewhat larger.  It seems that the only way to achieve this is by selecting each caption individually, and then changing its screening.  It of ok for a few pictures, but not very attractive to 100.

    Switch to view grid book, and then click Edit > select all text cells. You can now apply your style.

  • ToolTip & amp; Dimensions of the box menu

    Hello

    I'm trying to align menu and tooltips centrally above the parts of our application, but I don't seem to be able to find an accurate measure of the size of the box around the menus in pixels and tips so that I can do.

    I just need to know the real height/width in pixels of the ToolTips and the Menu area - if all goes well, I'm missing something and its very simple.

    Thanks in advance for any help you can give.

    see you soon

    Chris

    I managed to find a way around this so I will mark as close.

    Thank you

    Chris

Maybe you are looking for