Trying to make a Link that goes to certain spot on page?

I am making a menu page and im am trying to make links at the top of the page that goto certain parts of the page. I want to put like pizza at the top then when you click it, it goes to the pizza section.
Thanks for the help

Go to the Dreamweaver Help file and look up Named Anchors.
http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7c34a.h tml

Similar Messages

  • When I click a link that goes to a "gif" file/page, it won't open; how do I fix this?

    Ever since I've used Firefox, when I click on certain links, and the tab shows "gif", the page is blank. This happens with all kinds of web sites: in TripAdvisor when trying to access certain hotel web pages. Just today when on Delta, as I tried to click and access the store links in their SkyMiles shopping program (like Bloomingdales!).
    Here is the tab info from the Delta example: " click (GIF Image, 1x1 pixels)" Some variation of this appears with a blank page. It's frustrating, as these are not suspicious sites! Also I just got Windows 7, so it's happened with both XP and Win-7. What can I do to prevent this and get to the site I want?
    Thanks!

    Some firewalls like Kaspersky can block content and send a 1x1 GIF image instead.
    Kaspersky: Protection > Firewall > Filtration system: disable the "Banner Ad Blocker"
    See [[Configuring Kaspersky Internet Security]] and [[Firewalls]]

  • Trying to make a app that transfers files over bluetooth in java

    I am trying to make a program that will send a audio file (for example test.mp3) to another device.
    This would be set up as client - server application.
    Ideally, the server would be a PC and the client a mobile device.
    Is there any source code similar to this?
    Or can anyone help make this?
    Thanks.

    "You can try the below loop it will allow you to skip Unauthorized files access error:"
    Using EnumerateFiles instead of GetFiles doesn't actually avoid the UnauthorizedAccessException that is commonly encountered then SearchOption.AllDirectories is used. There's no way to avoid this problem except by dealing with each directory individually.
    And some side notes:
    the "select new { File = file }" is completely unnecessary
    DirectoryInfo.EnumerateFiles should be used instead of Directory.EnumerateFiles. Enumerating file paths and then creating FileInfo objects is slower than enumerating FileInfo objects in the first place.
    No one said EnumerateFiles instead of GetFiles will solve the Unauthorized exception. 
    Second comment the property File is used within the loop.
    The third comment has no effect with lazy execution, and please prove that it is slower. This comment must be sent against the "GetFiles" method not there."The EnumerateFiles and GetFiles methods
    differ as follows: When you use EnumerateFiles,
    you can start enumerating the collection of names before the whole collection is returned; when you use GetFiles,
    you must wait for the whole array of names to be returned before you can access the array. Therefore, when you are working with many files and directories, EnumerateFiles can
    be more efficient."
    Reference:https://msdn.microsoft.com/en-us/library/dd383571.aspx
    Fouad Roumieh

  • Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

    Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

    Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

  • TS1398 an unprotected wifi network brings up the log in screen that goes to the apple home page. how do I prevent this?

    an unprotected wifi network brings up the log in screen that goes to the apple home page. how do I prevent this?

    This seems to be the best working option (while not 100% success):
    From Demo:
    Try this.
    Go to Settings>Safari>Clear History, Cookies and Data. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • I'm trying to make different link styles, but they all match

    I'm trying to create different link styles for different kinds of links (like links in the navigation bar, a telephone link for cell phone users, and maybe an email link).
    All of these links will be different colors, against different colored backgrounds. So each of their normal states will need to be different colors.
    Problem is, when I set one up the way I want, then go on to the next one, it is automatically set up with the normal state color I just set.
    So I change it to the new normal state color I want for that item.
    Then I go back to the previous link I had set up before, just to make sure it didn't change, but it did change to the new normal state I just set up.
    Isn't there some way around this?

    Hello,
    In order to get it working, I would suggest you to create different Text link styles and apply them according to the requirement in the website.
    Please have a look at the video in the link below which might explain how to create and use them :
    http://trainingwebcom.worldsecuresystems.com/SachinFTP/2012-10-24_2314.swf
    Hope this helps.
    Regards,
    Sachin

  • Trying to make a link under and object on the same timeline in-active

    Hello Flash pros, I am wonder if there is a way to make a linked object deactivate if another object appears above it in my swf file. Basically when mousing over the a image that covers the link object, the hot spot still works which give the impression that the image that is showing above it has a link. Btw I already know how to place the overlaying image on another timeline of which the linked object is not on, but that is not what I am looking for in this case, I actually need the linked object to remain on the same timeline as the overlay images.
    Please help
    thanks
    MontyRob

    When you get back, move your posting to the AS1/AS2 forum if this doesn't resolve it for you.  Make the image a movieclip and assign it a rollover code as well.
    on(rollover){
    this.useHandCursor = false;
    That will block access to the button below but disable the cursor changing to indicate the image as an interactive object.

  • Trying to make a graph that actually works

    I’m trying to make a graph for my boss that displays
    the number of tickets each staff member have completed.
    I found this tutorial:
    http://www.flashkit.com/tutorials/Dynamic_Content/Creating-Zoubin_Z-61/index.php
    However when I finished it, I wanted to create a dynamic text
    box that would display the value for each graph when it said that
    the code used was written in Flash 4, so it can’t do that. :(
    So I started rebuilding the tutorial in flash 9 but then
    realized that the old code wouldn’t work with the new
    version!! ARGH!!
    So basically I’m a bit stuck.
    I’m a beginner to intermediate flash user. But
    don’t have much knowledge of the coding side of things.
    The main part I need converted is this:
    quote:
    Set Variable: "a"=1
    Loop While (A<29)
    Set Variable: "bar"&a = Random (100)
    Set Variable: "a" = a+1
    End Loop
    Set Variable: "a"=1
    Loop While (a<29)
    Begin Tell Target ("var"&a)
    Goto and Stop (Eval("_level0/:bar"&../:a))
    End Tell Target
    Set Variable: "a" = a+1
    End Loop
    Which was written for version 4, but needs to work with the
    latest which is 9 (?).
    All I know so far is that, the Set Variable, has been
    replaced with LoadVariable for the new version. Is that right?
    I’ve been stressing over this for hours last night and
    this morning, trying all different methods from forums and tutorial
    sites, but nothing is working. So as a last resort I’m
    reaching out for help from the experts.
    Thanks in advance!!

    I've been messing with your graph all day and I'm having a
    lot of fun just playing with the code
    It's nice to see some code made especially for this purpose.
    Really clears things up.
    So thanks again clbeech!
    If you don't mind, I've got 3 more questions, if you've got
    the spare time to look:
    Screenshot
    of what I've done so far
    Here is the
    modified action script:
    quote:
    stop();
    var chartScale = 300; //max scale number
    var xml = new XML();
    xml.ignoreWhite=true;
    xml.onLoad = function() {
    date_txt.text = updated;
    var xpos =graph._width /
    (this.firstChild.childNodes.length+1);
    for(var i=0; i<this.firstChild.childNodes.length; i++) {
    graph.attachMovie('bar','bar'+i, i, {_y:xpos*(i+0),
    _x:100});
    graph['bar'+i].name_txt.text = this.firstChild.childNodes
    .attributes.staff;
    graph['bar'+i].num_txt.text =
    this.firstChild.childNodes.attributes.tickets;
    graph['bar'+i].imp_txt.text = this.firstChild.childNodes
    .attributes.improvement;
    var pct =
    Number(this.firstChild.childNodes.attributes.tickets) /
    chartScale * 200;
    graph['bar'+i].bar_bg._yscale = pct;
    xml.load('graphData.xml');
    And this is the
    modified XML data:
    quote:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <graphdata>
    <data staff="david" tickets="300" improvement="12"/>
    <data staff="trent" tickets="267" improvement="9"/>
    <data staff="andrew" tickets="250" improvement="14"/>
    <data staff="nathan" tickets="2" improvement="22"/>
    <data staff="matt" tickets="274" improvement="2"/>
    </graphdata>
    <data date="9th June 2008"/>
    1.
    In the top right hand corner of the screenshot, you'll see
    there is a "Last Updated" static text box followed by a dynamic
    text box called "date_txt". But I wasn't sure where to put the
    code, in the XML file! If I put it between the <graphdata>
    tags then it creates a new graph bar called "UNDEFINED" lol
    Do I create a new tag called 'datedata' or something and put
    it in there? I tried various methods but none of which worked. Any
    idea how to make that work?
    I googled and found this page:
    Webby
    But it seems to write the code in a completely different way to
    you. Also their method doesn't work.
    2.
    Is it at all possible to make the graphs sort themselves and
    arrange from highest to lowest according to the ticket value?
    3.
    How difficult would it be to animate the graphs?? So that
    when you open the flash file, the bars go zooming across and stop
    at the right value?
    I'd imagine it'd be a fair amount of work. But I thought I'd
    ask anyway.
    Thanks showing me the ways guys!
    I'm learning a lot.

  • I have a Windows 8.1 system, I am trying to use the link that customer support gave me earlier to download CS6 Design and Web premium. I did the 1hour and 40 minute downlaod but when i try the second download file it says not all file wre archive. Anyone

    How do I fix. after downloading says I need to download all parts and pieces are missing.

    you need files 1 of 2 and 2 of 2, an exe and a 7z.  download both, place both in the same directory and double click the exe.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Links that scroll down in middle of page

    Hi
    On my home page I have a bullet list of links that all go
    individually to one new page with those bullet lists on it. They go
    all the way down the page with a brief explanation. How can I make
    the link from the home page take me directly to the bullet list
    item that is half way down the page or the bottom of the page. I
    don't want them to only take me to the top of the new page.
    Thanks.

    Investigate named anchors.

  • Can I make an installer that already has certain addons installed?

    Hello,
    I'm wondering if it's possible to create an installer for Firefox that I can use when I start to customize a new system to make the process faster and easier. Specifically, I'd like to know if it's possible to create an installer that automatically installs certain add ons and extensions with the regular install process of Firefox. Ideally, I'd like a single installer that will install Firefox, already containing Flash, AdBlock Plus, Personas, a persona, Unity, etc. Is there a way to do this, or do I have to install them all as separate instances? I want this because I do a lot of work on friends and family member's computers and I want to make the install process of the basic tools I use as painless and fast as possible. The package of tools would include a Firefox that has this collection of add ons, Daemon tools, 7zip, and other general utilities. If someone could offer some guidance on this, I would greatly appreciate it.

    I believe you can do this with the Build your own browser program - https://byob.mozilla.com

  • I m trying to make a jcombobox that has 3 colors red, yellow and green.........its a run time error.......caus i m not getting the required output

    * To change this license header, choose License Headers in Project Properties.
    * To change this template file, choose Tools | Templates
    * and open the template in the editor.
    package Exp4;
    import java.awt.Color;
    import java.awt.GridLayout;
    import java.awt.event.ItemEvent;
    import java.awt.event.ItemListener;
    import javax.swing.JComboBox;
    import javax.swing.JFrame;
    * @author Gursimran
    public class combox extends JFrame implements ItemListener{
        public combox()
            JComboBox cb;
            setLayout(new GridLayout(10,10));
            cb= new JComboBox<>();
            cb.addItem("Red");
            cb.addItem("Green");
            cb.addItem("Blue");
            add(cb);
            cb.addItemListener(this);
            setVisible(true);
            setSize(400,400);
        public static void main(String[] args)
            combox obj=new combox();
        @Override
        public void itemStateChanged(ItemEvent e)
            if(e.getItemSelectable().equals(0))
                        this.getContentPane().setBackground(Color.red);
            else if(e.getItemSelectable().equals(1))
                        this.getContentPane().setBackground(Color.green);

    Please post the exact error message you get.

  • What determines the links that show up on my .mac page?

    Just learning iWeb 1.1.2. I created a site that included a welcome page, about me, three pages of photos, and a movie page. All this was using the templates Apple provided. I renamed the photo and movie pages. I expected the Welcome page for the site to be the only one to show up on my .mac homepage. Instead, under My Pages, the Welcome page is the only one that does not appear. (Isn't it supposed to be the equivalent of index.html?) If I go to one of the listed pages, I can then navigate to the Welcome page. But I think that is backward from how it is supposed to work. Also, another site I created showed up at first, then went off the list when I tried renaming the photo pages (removing colons from the names and adding underscores in place of spaces).

    OOOOOK.
    Duh, now I understand.
    If it's any comfort my .mac page does not show all the pages either. Never really paid much attention to it. Really not sure what that's all about. Sounds like a .mac issue , but don't think I'd worry about it as long as the site works.
    By the way, the site looks good.
    You might think about a page that shows references your albums with links to the pages. You can elect to not have the album pages in the menu bar. Keeps the menu bar from getting too cluttered. Looks like you had that sort of idea on you "about me" page, but no links.
    08 incorporates this concept.
    anyway, good luck. Looks like your having fun with it.

  • My 4th Gen ipod is frozen on the language page.  I have tried restoring it but it keeps going back to the language page and frozen.  Help!

    My 4th generation ipod nano is frozen of thealnguage screen.  I have tried to restore it but it keeps getting frozen on that same screen. My wheel is unresponsive.  I have also reset it with no results.
    Do I need to have it repaired and if so is it cheaper to just buy a new one?

    Depends on how much you are willling to spend on repairs as well as where you decide to send it in for repairs.  Apple won't actually repair the iPod but instead will swap it out for a refurbished unit of the same generation and capacity. So it would be a bit cheaper to send it to a 3rd party repair center who will actually swap out the damaged/faulty parts.
    Here is Apple's pricing.
    http://www.apple.com/support/ipod/service/prices/
    B-rock

  • The oddest thing with Illustrator CS6, I have a customer's file from Illustrator CS5, I'm trying to make a gradient from Process colors to Spot colors, I've done this to the fill, but it only did the stroke, even though the color pallete shows there's no

    I have the gradient with PMS 288 and PMS 2915, I see only the outside of the fill recognizing this change. I wish I could attached the file to this question.
    The file is from AI CS5, I'm working on it in AI CS6.

    after expanding appearance under objects, I was able to correct this gradient. I called adobe support, they couldn't help I figured this fix on my own, but still I'd like to know what kind of path this was. there was nothing applied in the appearance pallette. But once expanding I had two paths.

Maybe you are looking for