Formatting Links

I am finishing up my first web page and in the process of
formatting my links to define their appearance in a:link, a:hover
and a:active. I created new CSS rules for each and even created a
new external style sheet for them. When I check it out in my
browser, the a:hover is doing what it is supposed to and the
a:active is doing what it's supposed to but the a:link state (when
you are just looking at the page with none of the states in use, I
assume is set at a default state, which makes the link text blue.
That's not going to work for me and I want it to remain a certain
color #e8e8e8. Does anyone know how to change this?
Thanks, Julie

You realize that the a:active pseudo-class is only visible
when you click
and hold the mouse down, right?
> Does anyone know how to change
> this?
Certainly - you define a color for a:visited.
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
==================
"Rock Artist" <[email protected]> wrote in
message
news:gb0vpc$9s3$[email protected]..
>I am finishing up my first web page and in the process of
formatting my
>links
> to define their appearance in a:link, a:hover and
a:active. I created new
> CSS
> rules for each and even created a new external style
sheet for them. When
> I
> check it out in my browser, the a:hover is doing what it
is supposed to
> and the
> a:active is doing what it's supposed to but the a:link
state (when you are
> just
> looking at the page with none of the states in use, I
assume is set at a
> default state, which makes the link text blue. That's
not going to work
> for me
> and I want it to remain a certain color #e8e8e8. Does
anyone know how to
> change
> this?
>
> Thanks, Julie
>

Similar Messages

  • Format links are greyed out

    I have set up links with success but when I try to format them I am having a problem. I select the link and on link inspector choose format. The options are greyed out. Help suggested opening the colour palate but no good. I am using blank pages with formal theme. Pages otherwise not complex.
    Appreciate help
    David Thomas

    David:
    Are you trying to format text based hyperlinks or an ojbect? The formatting pane only works when you select text based hyperlinks. Be sure not to just select the text box that the text is in.l
    OT

  • How do I format links? And where can I find easy help info?

    How do I override the blue color added when I add a hyperlink? (I found the modify page properties/links drop-down to remove the underline, but I can't figure out how to default to the original text color and only show link during rollover, or add my own formatting (e.g. strong) to show the link.
    Also - can anyone tell me where to find the most comprehensive help section for Dreamweaver CS5, where I can find answers to questions like this link question? I've tried search, reference, help features within Dreamweaver, tutorials/faqs/forums on the adobe.com site (and I've been using Lynda.com tutorials which are great). But I can't find basic answers to items like reformatting links. Help!!! Thanks

    How to style your links is not so much a Dreamweaver issue, I guess it is probably your knowledge of CSS that is running short here.
    There is plenty of info on the web, just google for "styling links CSS" and you'll find lots of how-to's
    Your best option to find help might be to buy a good book. I learned a lot from Dreamweaver CS5: The  Missing Manual, First Edition by David Sawyer McFarland
    I found   CSS: The Missing  Manual, 2nd Edition  by the same author maybe even more useful, since it focuses solely on CSS instead of on the Dreamweaver program details. So check that out too, or  buy them both, like I did. Both are excellent books, which will surely answer your questions and learn you how to do things right from the start.

  • Tried to edit backup bookmarks html document in Notepad. Saved as html but now lost formatting & links - help!

    We've had malware problems so I backed up my hard drive's bookmarks onto our server but now the bookmarks are out of date. I just wanted to update them and save them back as the full web page that I originally had as the backup, so I can import them into the new PC we are about to purchase. Now I think I've ruined the whole thing by opening it in Notepad, editing one of the tags and then saving as an html file. It opens in Firefox but there are no spaces or paragraphs or hyperlinks -- it's now just a mass of text squashed together. I can't find anything about this on the Firefox Help section. What am I doing wrong? I didn't change any of the formatting or coding!

    What you could have done is (these options may still be open to you depending on the state of your sytems).
    * Saved the bookmarks by exporting them from Firefox (They are not by default exported as HTML - most times HTML may not be wanted)
    **see [[backing up and restoring bookmarks]]
    * Saved all your [[profiles|profile]] - that holds information including more bookmarks backups - by following instructions
    **[[backing up your information]]
    Firefox keeps bookmarks, along with History in a database called ''places.squlite'' additionally
    *it makes some automated bookmarks backups,
    *and also give you an option to manually make backups
    * and has a sync facility allowing backup to another device <br/> see [[what is firefox sync?]]
    Note if you are trying to combine bookmarks from an older profile and a small set of recent bookmarks (Remembering to always backup bookmarks manually first of all)
    # export the new small set as HTML (important to use HTML option not the default .json)
    #import the old bookmarks (or even just overwrite the new places.sqlite with the original manually, which is what importing achieves)
    #import the HTML using the bookmarks library, and Firefox will append them to the end of the existing bookmarks.
    See also [[Importing Bookmarks & Favorites]]

  • HTML Formatted Links in Dynamic TextField Trigger Popup Blocker

    I recently updated the flash on my site to load all text
    content as HTML from an XML file and display it in a couple of
    dynamic text fields. Everything works as expected except that links
    in the HTML text with a "_blank" target trigger popup blocking in
    IE and Firefox. Any thoughts on why this is happening and what I
    can do to fix it?
    J

    as3 textfields have a TextEvent.LINK you can use.

  • How to format a link to open in Chrome instead of IE?

    Is it possible to force a link within a SharePoint site to open in a certain browser?
    We have an online system that works best in Chrome. I've placed a link to this system in a library on our site - however, it will open in IE if that happens to be your default browser.
    Ideally, a user would click the link and it would open in Chrome, no matter what his/her default browser is.
    Someone asked this question on another forum and was given this answer:
    OOTB, SharePoint only opens in browser which is set as default.
    However, if this customization is absolutely necessary,you can develop a server side web part in which you can generate a link.Clicking on which will execute
    Chrome.exe process and open the link in browser.
    Code snippet to call Chrome.exe would be as follows:
    System.Diagnostics.Process.Start("chrome.exe",
    "http://sp.path.to/your/file.doc")
    My issue is that I don't know much code, where to place this code, or how to make it execute when a link is clicked. Can anyone give me a push in the right direction?
    FYI: Here's the link to the other forum where this question was asked. I can't place a hyperlink in the body of this question b/c my account is not yet verified: sharepoint.stackexchange.com/questions/132858/format-link-to-open-in-desired-browser-chrome

    Hi,
    This is server side code , you should write in your C# code behind method for Click event of Link Button .
    - Use 1st part code in your button event handler method. (Replace <username> with current user name), best way is to find the crome.exe location at your dev machine , and paste the path here -
    process.StartInfo.FileName = @""; , default location is in user's appdata folder. Test the code.
    - If the above code works , and if your crome.exe is in user's appdata folder , then you will need to find dynamic location of AppData folder for every user. That means the path should not be hard coded. The 2nd part of the code is an hint for how you can
    find the appdata path in C#. Something like this
    //var cromePath = @"C:\Users\<UserName>\AppData\Local\Google\Chrome\chrome.exe";
    var cromePath = Path.Combine(Environment.GetFolderPath(
    Environment.SpecialFolder.ApplicationData), "\Local\Google\Chrome\chrome.exe");
    using (var process = new Process())
    process.StartInfo.FileName = cromePath;
    process.StartInfo.Arguments = "your url";
    process.Start();
    So the step will be
    - First try a direct call to crome,
    var cromePath = @"crome.exe";
    - if it not works , then try with hardcoded path of crome.exe from your dev machine for current user -
    var cromePath = @"C:\Users\<currentUserName>\AppData\Local\Google\Chrome\chrome.exe";
    - And if this work , then try it with dynamic path for any user, find appdata folder location through code 
    var cromePath = Path.Combine(Environment.GetFolderPath(
    Environment.SpecialFolder.ApplicationData), "\Local\Google\Chrome\chrome.exe");
    Hope this will help, if you are a C# developer then you can easily understand  the concept.
    Thanks
    Ganesh Jat [My Blog |
    LinkedIn | Twitter ]
    Please click 'Mark As Answer' if a post solves your problem or 'Vote As Helpful' if it was useful.

  • Automatic update of links appears broken in 2007 format word documents

    this is all in Word 2013 Pro + [15.0.4569.1504] under Win7 [6.1.7601].
    legacy DOC (XLS) format documents.
    have LINK fields with the following format:
    { LINK Excel.Sheet.8 "c:\\test\\test.xls" "Sheet19!A1:D11" /a /p }
    Excel spreadsheet is in the same folder.
    copying the two files to a different folder (test2) and updating the links causes the path to the spreadsheet to be updated automatically.
    { LINK Excel.Sheet.8 "c:\\test2\\test.xls" "Sheet19!A1:D11" /a /p }
    saving the same files as DOCX (XLSM) format causes this updating to stop working.
    { LINK Excel.SheetBinaryMacroEnabled.12 "c:\\test\\test.xlsm" "Sheet19!A1:D11" /a /p }
    using "Edit links to files" to update the links causes the range parameter to be lost 
    this is unacceptable for obvious reasons.
    what am i misunderstanding?
    how can i get this to work as it did?
    mtia,
    e. <;)

    Alas, not possible.

  • How can you have two link styles on one page?

    I have one style (formatted link style) for internal links in
    my footer but I want a different style for the external links in my
    mainContent. Is it possible to have two different "styles" of links
    on one page? I tried creating a new set for the mainContent links
    and being positioned underneath my footer link's styles, the "new"
    mainContent link styles overrode the footer link style. Is there
    another way of going about this?
    Thanks anyone, Julie

    Julie:
    > I'm just not code savvy.
    As long as you permit yourself to offer this argument, you
    will struggle
    with Dreamweaver. If you are serious and want to improve, you
    will have to
    overcome your code-phobia.
    What is in these two files?
    > <link href="css/area.css" rel="stylesheet"
    type="text/css" />
    > <link href="css/footlinks.css" rel="stylesheet"
    type="text/css"
    > media="screen"
    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
    ==================
    "Rock Artist" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murray, I was just looking over my code and noticed the
    links in my footer
    > are
    > styled, in the first place, by a class I created in my
    main.css (for all
    > of my
    > pages) called ".webdis" (nickname for webmaster and
    disclaimer). I do see
    > my
    > link format style in the head of this document but am I
    supposed to see it
    > where the footer is (in the code)?
    >
    > If you look at the first external link (the only one I
    have attached a
    > link to
    > so far):
    > </p>
    > <p class="contentlinx"><a href="
    http://www.hotsprings.org/">Hot
    > Springs
    > Convention &amp; Visitor's Bureau</a><br
    />
    >
    http://www.hotsprings.org/<br
    />
    > </p>
    >
    > It took on same style as my footer links. I'm a little
    frustrated, it just
    > seems like it should be so simple. I'm ready to launch
    this thing tonight
    > and
    > this is the only "little" thing I have left to do. I
    hate to cheat and
    > make
    > each one of these site links a graphic and link it as a
    graphic, but I am
    > so
    > ready to get this thing up.
    >
    > I'm just not code savvy. I am going to attach my code to
    this reply and
    > maybe
    > you can tell me what I'm doing wrong. Thanks, Julie
    >
    >
    >
    >
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    > <title>Area Interests</title>
    >
    > <link href="css/main.css" rel="stylesheet"
    type="text/css" />
    > <style type="text/css">
    > <!--
    > .contentlinx {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 14px;
    > color: #336600;
    > }
    > -->
    > </style>
    > <link href="css/area.css" rel="stylesheet"
    type="text/css" />
    > <link href="css/footlinks.css" rel="stylesheet"
    type="text/css"
    > media="screen"
    > />
    > </head>
    >
    > <body>
    >  <div id="wrapper">
    > <div id="header"></div>
    > <div id="sidebar">
    > <p align="center"><a
    href="index.html"><img
    > src="images/vert_nav_bar/home_button.jpg"
    alt="navigation button to home"
    > width="155" height="50" /></a><a
    href="property.html"><img
    > src="images/vert_nav_bar/property_button.jpg"
    alt="navigation button for
    > property" width="155" height="50" /></a><a
    href="maps.html"><img
    > src="images/vert_nav_bar/maps_button.jpg"
    alt="navigation button for maps"
    > width="155" height="50" /></a><a
    href="gallery.html"><img
    > src="images/vert_nav_bar/gallery_button.jpg"
    alt="navigation button for
    > photo
    > gallery" width="155" height="75" /></a><a
    href="gallery.html"><img
    > src="images/vert_nav_bar/area_button.jpg"
    alt="navigation button for area
    > interests" width="155" height="75" /></a><a
    href="contact.html"><img
    > src="images/vert_nav_bar/contact_button.jpg"
    alt="navigation button for
    > contact
    > us" width="155" height="75" /></a></p>
    > <div id="sidephoto"><img
    src="images/tree_flower.jpg" alt="garvan tree
    > flower" width="145" height="275" /></div>
    > </div>
    > <div id="header2">
    > <h2 class="style2">AREA INTERESTS</h2>
    > </div>
    > <div class="proptext" id="content">
    > <p>HOT SPRINGS NATIONAL PARK, ARKANSAS</p>
    > <div id="photofeature"><img
    src="images/garvin_stream.jpg" alt="garvan
    > gardens" width="275" height="218" /></div>
    > <p align="left">America's first resort, also
    referred to as &quot;The
    > Spa
    > City&quot;, Hot Springs definitely has a pulse
    > of its own. Visit the sites below to find out why this
    is one of
    > the
    > most popular vacation destinations in the South.
    Featuring world famous
    > natural
    > hot springs, historic bathhouse row, and thoroughbred
    horse racing at
    > Oaklawn
    > Park. The perfect place to relax, the perfect place for
    adventure, Hot
    > Springs
    > provides a year-round opportunity for outdoor
    recreation, world-class bass
    > fishing and fabulous water sport activities, hiking,
    horseback riding and
    > quartz crystal hunting. In fact, take a day trip to
    Murfreesboro to the
    > Crater
    > of Diamonds State Park, the only diamond-producing site
    in the world that
    > is
    > open to the public and try your hand at diamond hunting
    or searching for
    > 40
    > other types of semi-precious stones, rocks and minerals.
    Garvan Woodland
    > Gardens, a 210 acre forested peninsula jutting into Lake
    Hamilton with a
    > showcase of floral landscapes, streams and waterfalls,
    is a &quot;must
    > see&quot;. Hot Springs has a strong art community as
    well. Enjoy artist's
    > galleries, film-making events and musical venues all
    over town. Did I
    > mention
    > historical architecture? There is too much to mention
    here about this
    > wonderful
    > city, please see for yourself by visiting the local
    sites below to see
    > what's
    > happening in and around town.<br />
    > </p>
    > <p class="contentlinx"><a href="
    http://www.hotsprings.org/">Hot
    > Springs
    > Convention &amp; Visitor's Bureau</a><br
    />
    >
    http://www.hotsprings.org/<br
    />
    > </p>
    > <p class="contentlinx">Facts About Hot
    Springs<br />
    >
    http://www.hotsprings.org/media_room/news-detail.asp?news_id=9</p>
    > <p class="contentlinx">City of Hot Springs<br
    />
    >
    http://cityhs.net/</p>
    > <p><span class="contentlinx">The Greater Hot
    Springs Chamber of
    > Commerce<br />
    >
    http://www.hotspringschamber.com/</span><br
    />
    > </p>
    > </div>
    > <div id="footer">
    > <p><span
    >
    class="webdis">WEBMASTER     |    &
    > nbsp;<a
    href="disclaimer.html">DISCLAIMER</a></span></p>
    > </div>
    > </div>
    > </body>
    > </html>
    >

  • Convert Pages document to PDF and maintain html links accurately

    Hi - I am trying to convert a Pages document to pdf, simple right? go to Print / PDF / Save as pdf...
    I have also tried Print / Save as Postscript and Print / Open in PDF
    with the same results, which are...
    Pages dutifully converts to pdf, but on some pages where I have multiple links the formatting position of the links is all over the place on the page, some links are conflated on the page so it says one thing 'www.bbc.co.uk' for example but when you click that link it links to 'www.cnn.com' instead because CNN is the link a little further on in the line, or in the line of text above, or whole sections of the page (half of one page) become a link!
    I have checked the formatting positions and link lables over and over again in Pages and they are spot on, no confusion, no leaking in positional accuracy, it is only when converting to pdf or postscript
    I have many html links in my document so it is vital that the exact position of the formatted links in Pages is converted accurately.
    Any advice on
    a) using Pages Print command accurately? or
    b) third party apps (really dont want to go there)
    that might convert more accurately?
    many thanks

    Thank you Roger!
    I went back to 09 as suggested which identified the section in question as having a whole load of text that had become associated with one of the links - goodness knows how or why - but this wasn't apparent in the Pages 5 doc, nothing explicit signified that there was an issue with the formatting until converting to pdf
    It took me a while to strip it all out without losing all the other formatting! but done now and converting beautifully to pdf with complete accuracy in terms of formatting positions of linked text...
    I then reimported back into Pages 5 to see if I could make sense of it in the same way, long story short no chance, there is still background formatting in there, despite going through it line by line, character by character and removing all traces of any link through the 'right click' 'remove link' function - as soon as you convert to pdf lots of text becomes active again even though it is absolutely not visible in the Pages 5 doc
    Clearly, despite a strong desire to continue in 5 from a being uptodate perspective, I shall stick to the 09 world and wait for Apple to sort things out.
    If anyone from Apple is reading this, it has cost me approx 2 days of messing about to get to a point where I give up on 5 and return to 09. Please resolve as soon as possible!

  • Problem with posting links to AD content.

    I was creating a post to refer to an existing solution from another user I'd located via the search feature. Although I copied & pasted the link for the page from my browser when I tested the link it looped back to the current thread rather than the thread I wanted to point to...
    I've managed to work around the problem by clicking one of the internal links within the thread to generate an alternate address for the same content however this is not at all intuituve.
    For clarity here are the relevant URLs
    From search: http://discussions.apple.com/thread.jspa?messageID=12648828&#12648828
    From thread: http://discussions.apple.com/message.jspa?messageID=12648828#12648828
    The first looped back when I posted it, the second works as expected.
    tt2
    Weirdly both work fine from this post
    Just to make sure I'm not going mad I've added a test link back into this post and it loops back as before...
    Message was edited by: turingtest2

    Hi Ali,
    Thanks... my concern was that when using just this format:
    *<a href="Insert URL Here">Type Title Here</a>*
    and... *"to avoid typos, it is helpful to go to the web page you are linking to, and copy & paste the URL from the address bar of your browser."*
    the results were not as expected. +*I know*+ how to make, test & correct any formatted links I've made but I would expect a pasted in URL to take me to the page I copied it from.
    The body of my original message contains the following link:
    <a href="http://discussions.apple.com/thread.jspa?messageID=12648828&#12648828">Te st link, please ignore</a>
    but when rendered the URL is modified to:
    http://discussions.apple.com/message.jspa?messageID=12828081# instead of http://discussions.apple.com/thread.jspa?messageID=12648828&#12648828
    tt2

  • URL links in XML

    I have a datagrid populated with a XML file which contains
    URL links. I cannot get the links to work when I click on them. Is
    there a simple solution? I'v tried to use this format :
    <link> <a href="
    http://www.ghagdjagdjadg.com>
    testpage</a></link> , but nothing happens and the line
    in the datagris is empty. Can anyone help me?

    I dont suppose eith ero fyou can help me with a menu Im
    building, I have worked through a few demonstrations my xml menu
    looks like this.
    <menu>
    <menuitem label="Integration Files" icon="folder" >
    <menuitem label= "JPI Word dot" icon="dot"/>
    </menuitem>
    </menu>
    the problem I'm having is I have tried to add urls but to no
    avail. Any help would be appreciated.

  • Date in "Notes" creates links to "Calendar"

    I entered a date (17 Sep - 03 Oct) in the native "Notes" app. When I return to this note the date is now underlined (_17 Sep - 03 Oct_) and creates a link to the Calendar to create an event.
    How do I stop this auto formatting/linking?

    Thank you,
    This will resolve only for India plant. But now the issue is with India, Australia and China sites.
    Can you tell me, how can i do for different locations and difference time zones.
    All the invoices are created based on a batch job.
    Regards,
    Jagadish

  • Why aren't some of my links working on Safari?

    I'm on the most up-to-date version of Safari but for some reason some links just don't work.
    I've noticed they are specifically PDF format links that won't open or download.
    For my job, we use a website made by Oracle and when i go to check my pay stubs for that week, I can never open or download the link.
    Now i've noticed it's not just that website but on others as well.
    Should I download a plug-in or maybe switch browsers?

    Try another browser as a test.
    Firefox

  • URL in Formatted Text element

    I am using URL hyperlinks in a Formatted Text element. But, in runtime configurator, they open in the parent window although I have included the target=_blank directive in the a href element. I want to open them in a separate window. How can I achieve this? Text link element can achive this, but I will have to create many Formatted Text and Text Link elements for a single text display and this will affect the alignment as well. Any advice appreciated. Thanks.

    Thanks Guys.
    I am trying to create a declaration text like the below.
    "I understand that this application does not in itself constitute any form of approval for any service and does not place us under any obligation to grant such an approval.
    <br>
    <br>
    I understand and agree that the information submitted through this application form, shall, upon payment of all fees, and issuance of a receipted invoice by us, constitute part of our standard terms and conditions for the relevant service type as follows: <a href=http://www.website.com/terms target="_blank">Terms</a>
    <br>
    <br>
    I certify that all of the information submitted in the application form above is correct, that I am over 18 years old and able to enter into a legal contract in the service.
    <br>
    <br>
    I also confirm that I have read and agree to <a href=http://www.website.com/Terms-and-Conditions/ target="_blank">Privacy Policy</a>"
    I created the above as a formatted link with a style associated since this section needs to be of specific style.
    I tried to create a Raw text element, but it is not available inside a cell format (which is where the above formatted text element is currently placed).
    If I have to include the links as Text link element, it will be a cumbersome process to create many FT and TL elements and format them properly.
    Any ideas appreciated. Thanks.

  • How do I disable formatting?

    Hi there,
    I mostly hand-code in split-view, but Dreamweaver always
    indents and breaks apart lines where I don't want it to. I go back
    and fix it, but viewing the source code in IE or Firefox shows
    dreamweaver is still messing with the html. Is there a way to
    disable any formatting that Dreamweaver might automatically add, so
    I can control exactly where lines are indented and when they end?
    I'm using Dreamweaver MX. Thanks for any help.

    The import tool is designed to apply the default format linked to each kind of data.
    We can't change this behavior.
    You may edit the date and time default format thru the System Preferences Pane named, in French : "Langue et texte" (the one with a blue flag with a circular map).
    Click the tab named Formats.
    Numbers defaults to the third Date format and to the active Time format.
    You may edit these formats to match your wishes.
    Yvan KOENIG (VALLAURIS, France) mardi 3 mai 2011 05:41:58
    Please :
    Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

Maybe you are looking for