VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Jul 2002
    Location
    United States
    Search Comp PM
    When using Word and I type in a web url or an email address how do I make it active so that when I click on it it goes there. What I would like to have eventually is a list of addresses that I keep on the desktop and when I want to go somewhere open the list and click.
    Quote Quote  
  2. It may depend on your version of Word, but try typing out whatever email address or link you want to select, then highlight the text and right-click.

    This'll open the Properties menu, and halfway down there'll be an option for "Hyperlink." Select that, and from that menu you can choose if it's a URL or email address; fill out the appropriate info in the menu, save the document, and that should do it.
    Quote Quote  
  3. Member thecoalman's Avatar
    Join Date
    Feb 2004
    Location
    Pennsylvania
    Search PM
    You could create a simple html document, open up notepad and paste the following:

    Add new lines as you need them, save as somename.html , make sure it has the html extension and not the default .txt one. Open in any browser to view, to reedit right click and select "open with" >notepad ....

    Here's a basic template with some basic formatting, to add boxes just copy and paste one from <div class="box"> until </div>:

    Code:
    <html>
    <head>
    <style type="text/css">
    a:link,a:active,a:visited 
    { 
      color : #0000FF; 
      text-decoration: none;
    }
    
    a:hover   
    { 
      text-decoration:  none; 
      color : #FF0000;
    }
    h3
    {
      text-decoration:undeline;
    }
    .box
    {
      float: left;
      width: 300px;
      height: 300px;
      background-color: #C0C0C0;
      border-top: 1px solid #888888;
      border-right: 1px solid #505050;
      border-left: 1px solid #888888;
      border-bottom: 1px solid #505050;
      padding: 10px;
      margin: 10px;
      overflow: auto; 
    }
    </style>
      <title>My Address Book</title>
    </head>
    <body>
    
    <div class="box">
    <h3>Title For First Box</h3>
    VideoHelp
    
    Nepadigital
    
    </div>
    
    <div class="box">
    <h3>Title For Second Box</h3>
    VideoHelp
    
    Nepadigital
    
    </div>
    
    <div class="box">
    <h3>Title For Third Box</h3>
    VideoHelp
    
    Nepadigital
    
    </div>
    
    </body>
    </html>
    Quote Quote  
  4. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    AFAIC understand, you want to activate links in a Word (not HTML) document. In older versions of M$ Word you had to simply use 'enter' key just after typing a url (or after positioning the cursor in the end of it). In current versions you have to use something like Ctrl+Enter or Shift+Enter (sorry, can't remember which one exactly or check right now, please try both). Then you can save the document as Word (or HTML if you like) with active links.
    Quote Quote  
  5. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    My problem is quite the opposite: How the h*ll do I make Word not treat anything I write that remotely resembles an email address or url as such, and providing a clickable link to it, and making it ugly blue?

    /Mats
    Quote Quote  
  6. Member
    Join Date
    Apr 2005
    Location
    Michigan, USA
    Search Comp PM
    Mats,

    Thought you might be able to use the following information to your advantage:

    AutoFormat and AutoFormat As You Type

    The AutoFormat As You Type dialog includes a check box for “Internet and network paths with hyperlinks.” If you have this box checked, then whenever you type a text string that Word recognizes as an email address, URL, or file path, it will automatically be converted to a hyperlink. If you have the same box checked in the AutoFormat dialog, such strings will be converted when you run AutoFormat over text that has already been typed.

    In Word 2000 and earlier, both these dialogs are accessed via Tools | AutoCorrect; in Word 2002 and 2003, the Tools menu entry is called AutoCorrect Options.
    Quote Quote  
  7. Member mats.hogberg's Avatar
    Join Date
    Jul 2002
    Location
    Sweden (PAL)
    Search Comp PM
    Thank you - I found it! It's been bugging me for years, really. Thought the only way was to turn off autoformat completely. You're never too old to learn

    /Mats
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!