Dreamweaver CSS Mac writes image links wrong... img src="/www/images/asian_sales_office.jpg"

Dreamweaver CSS Mac writes image links wrong... <img src="/www/images/asian_sales_office.jpg" width="x" height="x" alt="x"> Took me a bit to find this, now back to hand coding all image links and also checking other code. Any fixes?

That looks to me like you may have your site definition set up incorrectly and you appear to be using "Site Root Relative" vs "Document Relative"
Go to Site > Manage Sites > click the  site you are working on > Click the Edit icon > Advanced Settings > Links relative to: should be set as Document, unless you have a very specific reason for choosing Site Root there
If your server root folder is called www, you'll need to remove that folder from your site root. You are only transferring files from root to root, so the name of your local root folder is not important (the files inside it go to the server root). It is important not to accidentally have a duplicate of the server root folder inside your local root though which would accidentally nest your files within another folder when transferring to the server.

Similar Messages

  • Image with link functions in Firefox, half of the image/link is active in Chrome, image/link dead in Safari

    I have a page with 2 nav links originating from 2 different images. 1 image / link works well with Firefox, Chrome and Safari. The other image / link works well with firefox, only half of the image is active in Chrome and none of the image is active in safari. The documents links checkout fine. I have replaced the image, the container as well as relinked. The result is the same. Can someone help please? Here is a link to my site (in progress) PikiPiks: film reviews Only the first 2 images in the left column are currently linked. The first image / link for "Kiki's Delivery Service" is the problematic one.  Thanks! MacOS 10.9 / Dreamweaver CS6

    Fix the code errors.
    Validation Results - W3C Markup Validator
    I won't even talk about the liberal usage of absolute positioning -- none of which is needed.  You'll soon learn  that this is not the way to build web pages when this comes back to bite you in the butt.  It almost looks like this layout was created in another program.  Was it?
    #1 On the web file names cannot contain special characters like apostrophes. <a href="Kiki'sDeliveryService.html"> is not a valid file name.  You need to rename without the apostrophe.
    #2 This link is pointing to a file on your local hard drive which nobody except you can see.
    <a href="file:///CARBUNKLE/Users/jev/Sites/WowAbout/index.html">  That path should be pointing to your site.
    Nancy O.

  • Picture Library : upload image with same name overwrite the image in thumbmail or WebVersion view but not the actual image link points to the old image

    Hello,
    I am facing a wired issue with Picture Libraries in SharePoint.
    We created a custom field and added it to UserInfo list, the column based on custom field lets user upload their personal images to a Picture Library with the name <User ID>.<Image Extension> e.g. 1.jpg where UserID is internal Listitem ID of the UserInfo list and set its URL to the field value which we use to display the image on our custom user profile and some other WebParts.
    If the user uploads a different image, it will overwrite the existing one it keeping the same name.
    The field worked perfectly with sites using widows Based authentication, but as we move the field to sites with form based authentication we find that the field is able to upload the image properly first time but on each successive upload, although a new image gets uploaded with the name userid.imagextension and is shown in the allitems.aspx page in the thumbnail view and in the picture preview on the dispform.aspx page, but the link next to the name field and the image shown on clicking the preview points to the old image.
    To put it other way
    https://<Web URL>/Picture%20Library/_w/Upload_jpg.jpg
    https://<Web Url>/Picture%20Library/_t/Upload_jpg.jpg
    Would show the updated image
    but the actual URL
    https://<Web Url>/Picture%20Library/Upload.jpg 
    points to the old image
    what’s even more strange is that even after deleting the image the url still shows the old image at
    https://<Web Url>/Picture%20Library/Upload.jpg 
    I confirmed the same by actually repeating the same exercise on a picture Library in the User Interface
    Uploading an image say upload.jpeg in the picture library using SharePoint interface.
    Then uploading a different jpeg image keeping the same name upload.jpeg again in the picture library.
    In allitems.aspx thumbnail view and on dispform.aspx page preview filed image now show the newly uploaded image but when you click the preview image or click the link in the name field value it takes you back to the old image.
    I have seen this issue on environment where we have enabled form based authentication and the issue is not seen on another server where we have wss with windows based authentication.
    Has anyone noticed such behavior and is there any workaround to that!
    Thanks & Regards
    Saurabh Rustagi

    All,
    I had the same issue. 
    In my case, Blob Cache was enabled for the web application in which the image issue was occuring.
    I cleared blob cache, and after doing a hard refresh of my browser, the correct image was then displayed.
    To clear blob cache, do the following:
    Navigate to:   
    http://yourwebapp:port/yoursite/_layouts/objectcachesettings.aspx
    Select:  "Object Cache Flush"  and  "Force all servers in the farm to flush their object cache" check boxes
    Click the OK button
    Hope this helps.

  • Images links (jpegs) that show on Macs but not PC?

    Okay, I'm curious!
    Help me out here if you can...
    I update images on a company website using a Mac.
    After updating, all testing on my end shows the image as it should.
    I have a co-worker test on there Mac and it's fine on their computer.
    But, when another co-worker on a PC checks to view same page...
    The image is NOT visible just the box with the X and the images tags.
    The inserted image is a jpeg with no spaces in the title, should work...
    Any ideas out there as to why an image (jpeg) shows on Mac and not PC?
    Thanks,
    Star*

    Only two possibilities I can think of:
    1) an image path problem - img src= is pointing to the wrong folder or directory on server.
    2) an unsupported image type.  Most browsers can't render CMYK images.  When you saved image, did you save it for the web as a progressive jpg in RGB mode?
    If none of the above, post a URL to the page so we can see it, please.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    www.twitter.com/altweb

  • CSS Image Gallery - DEFAULT IMG

    Not really a DW question but as I've had no replies on the appropriate forum, I thought I'd ask you guys for some help.
    I'm using   http://www.dynamicdrive.com/style/cs...e-gallery/P30/ but am unsure how to position a default image in the space where the enlarged img goes.
    At the moment I have a large white space when none of the thumbnails are being activated.
    Many thanks for any help.
    Paul
    CSS
    .gallerycontainer{
    position: relative;
    width:780px;
    height:auto;
    margin-left:260px;
    margin-top:100px;
    border:1px solid #999999;
    /*Add a height attribute and set to largest image's height to prevent overlaying*/
    .thumbnail img{
    border: 1px solid white;
    margin: 0 5px 5px 0;
    padding:3px 7px 3px 7px;
    .thumbnail:hover{
    background-color: transparent;
    .thumbnail:hover img{
    border: 1px solid #E6E6E7;
    .thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: #FFFFFF;
    padding: 5px;
    left: -1000px;
    visibility: hidden;
    color: black;
    text-decoration: none;
    text-align:center;
    .thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
    .thumbnail:hover span{ /*CSS for enlarged image*/
    visibility: visible;
    top: 0;
    left: 270px; /*position where enlarged image should offset horizontally */
    z-index: 50;
    HTML
    <div class="gallerycontainer">
    <a class="thumbnail" href="#thumb"><img src="WHITE/images/T1.jpg" width="100" height="67" border="0" /><span><img src="WHITE/images/L1.jpg" width="500" height="333" /><br /> Simply beautiful.</span></a>
    <a class="thumbnail" href="#thumb"><img src="WHITE/images/T2.jpg" width="100" height="67" border="0" /><span><img src="WHITE/images/L2.jpg" width="500" height="333" /><br />So real, it's unreal. Or is it?</span></a>
    <br />
    <a class="thumbnail" href="#thumb"><img src="WHITE/images/T3.jpg" width="100" height="67" border="0" /><span><img src="WHITE/images/L3.jpg" width="500" height="333" /><br />
    Sushi for dinner anyone?</span></a>
    <a class="thumbnail" href="#thumb"><img src="WHITE/images/T4.jpg" width="100" height="67" border="0" /><span><img src="WHITE/images/L4.jpg" width="500" height="333" /><br />
    Run wild with horses.</span></a>
    <br />
    <a class="thumbnail" href="#thumb"><img src="WHITE/images/T1.jpg" width="100" height="67" border="0" /><span><img src="WHITE/images/L1.jpg" width="500" height="333" /><br />Simply beautiful.</span></a>
    <a class="thumbnail" href="#thumb"><img src="WHITE/images/T2.jpg" width="100" height="67" border="0" /><span><img src="WHITE/images/L2.jpg" width="500" height="333" /><br />So real, it's unreal. Or is it?</span></a>
    </div>

    Change this -
    <div class="gallerycontainer">
    to this -
    <div class="gallerycontainer">
    <div style="position:absolute; left: 270px; z-index: 40;"><img src="your_default_image"></div>

  • Problem Creating an Image Link within an html snippet?

    Hi,
    For some reason I have been unable to link to an image on my Mac by using <img src within an html snippet.
    I have uploaded the photo to my server and created a link with <img src "http://www.domain.com/image.jpg" />.
    However, when I try linking to the image like this - <img src "Users:Documents:Photos:image.jpg" />, when I click apply on the html snippet all I get is a blue dot with a question mark and I have checked that the image is in my Documents and then Photos folder and it is. When I link to it with the server the photo shows.
    Any ideas as to what I am doing wrong?
    I would appreciate some help, as I have tried various combinations to link and nothing seems to be working except linking directly from my server and I don't really want to do this at the moment.
    Thanks

    Thanks for that and I did use correct syntax in the html snippet - it was a typo here.
    I did as you suggested and dragged the photo into the Safari browser, after placing the photo on the desktop and it gave me the file name and that showed as file:///Users/My username/Desktop/Image.jpg, so I tried this in my html snippet and did it as so:
    It is still not working for some reason and when I click apply, the photo shows up as a blue square with a question mark in it, although I know the photo is there.
    Why is this? I followed the path, yet when I link to the photo on the server with it works perfectly everytime.
    Thanks

  • Border Issue w/ Image Links

    I have been trying to get the borders that I put around
    images that are linked to show up black instead of the typical
    blue/purple combo. I've used CSS to get this effect, and it works
    great in Firefox, Safari, and Netscape, but won't work at all in
    Internet Explorer. How can I get it to work in IE? The page in
    question is:
    http://www.dehoneytravel.com/travel_tools/furtherpreparation.htm
    My CSS code for the links is here:
    http://www.dehoneytravel.com/css/common.css
    The link style is the ".picslink" at the bottom of the code.
    My next question is how to have both an image link and a text
    link? An example would be on the main page, www.dehoneytravel.com.
    Under the featured tours heading, I've got an image link and then
    at the end of the paragraph, a text link.
    Thanks!

    did you try searching the forum for image link color?
    image
    link color

  • Local "img src" in JComboBox

    I've got a JComboBox where one of the elements are added with this text:
    "<html><body style=\"padding:0px;margins:0px;\"><table style=\"padding:0px;margins:0px;\"><tr style=\"padding:0px;margins:0px;\"><td style=\"width:20px;height:20px;vertical-align:middle;padding:0px;margins:0px;\"><img src=\"resources/image.png\"></td><td style=\"height:20px;vertical-align:middle;padding:0px;margins:0px;\"><b> MANAGER</b></td></tr></table></body></html>"How do I get this to work for local folders? I've tried absolute paths, I've tried relative paths (like above), but I just can't seem to get it to work. Internet URLs do work though, but they seem to make the JComboBox lag.
    Thanks in advance!

    Someone has a solution in this post
    http://forum.java.sun.com/thread.jspa?forumID=257&threadID=290240

  • Full image links working but showing broken in dreamweaver?

    All my images were displayed as relative links and worked perfectly on local host and displayed correctly on dreamweaver design view, but I wanted to change them to full links before I go live.
    So I changed all the urls (using find and display) and now even though all the images work fine on localhost,  on the actual dreamweave desgin view many of the images are shown as broken rather than the actual image. I cannot understand why.
    Code for image that shows broken rather than image in design view:
    <img src="http://localhost/mysite/images/img.jpg" alt="alt text" width="196" height="156" class="imgRight" />
    Code that displays fine in design view:
    <img src="http://localhost/mysite/images/img2.jpg" alt="alt text" width="182" height="133" class="imgRight" />
    Is there something I am missing, am I not linking to the image correctly when I use the full url, if so why would some show and others not and all be fine on localhost testing?
    Help as always much appreciated.
    Thank you in advance.

    Hello,
    I have attempted to load the images based on the instructions provided on the Oracle site (On Windows XP).
    According to the instructions:
    Once you complete the standard install, you need to perform the following steps to complete the upgrade:
    1. Connect to SQL*Plus as SYS
    2. @APEX_HOME/apex/apxldimg.sql APEX_HOME
    My steps were: CMD --> sqlplus /nolog --> conn sys/[password] as sysdba;
    Then, I ran the above script and receive the following error:
    declare
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The system cannot find the path specified.
    ORA-06512: at "SYS.DBMS_LOB", line 523
    ORA-06512: at "SYS.XMLTYPE", line 287
    ORA-06512: at line 15
    For: 2. @APEX_HOME/apex/apxldimg.sql APEX_HOME
    I had entered:
    @C:\apex\apxldimg.sql apex
    Any suggestions?

  • Image Links Not Linking in Dreamweaver

    I am evaluating Dreamweaver 8 but may not have it setup
    correctly. When I click on Image using Local View, Remote view or
    Testing Server I always get sent to the Image directory instead of
    linking to the page specified in the link.
    code
    <td><a
    href="visitor_registration_menu.cfm:><img
    src="images/homepageregistration.gif" width="300" height="100"
    border="0"></a>
    I am upgrading from ColdFusion 5 to ColdFusion MX7 and Studio
    4 to Dreamweaver 8. I don't know if my local, remote and testing
    environments are not setup correctly or if it is the act of moving
    old code to Dreamweaver. ColdFusion MX7 code works in Internet
    explorer, so it is not the code per se.
    Also, I am using IIS as my web server.
    I am pointing local view, remote view and testing sever to
    one place:
    c:/inetpub/wwwroot/GrandLakeFunSeekers
    Is this correct?
    Thanks
    Ron Powers

    > When in Design Mode, the Page shows completely and
    correctly. However,
    > when I
    > pass the mouse over the Image that should link to
    another page it does not
    > show
    > the Hand for a link but continues to show an Arrow.
    In design view, you will not see this kind of interactivity.
    > When I click over the
    > image, I get the the Select Image Source dialog box
    instead of linking to
    > the
    > desired page.
    You get that when you double click on the image. Try control
    clicking on it
    instead.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "RonPCCSI" <[email protected]> wrote in
    message
    news:er279e$47n$[email protected]..
    > When in Design Mode, the Page shows completely and
    correctly. However,
    > when I
    > pass the mouse over the Image that should link to
    another page it does not
    > show
    > the Hand for a link but continues to show an Arrow. When
    I click over
    > the
    > image, I get the the Select Image Source dialog box
    instead of linking to
    > the
    > desired page.
    >
    > As far a Remote goes, I will have a third party hositing
    my production
    > site.
    > I am in development mode and don't really have a
    production server.
    >
    > I know this is confusing, hope it helps.
    >
    > Thanks for helping
    > Ron
    >

  • Image Link Problem with Dreamweaver CS4?

    On my website, I have several images that link to other parts on my website. These work no problem when I preview the site, but after I test the links, the images that had those links have purple outlines that really clash with my website's design. Will users see this if they click on my links, and then return to the page? I'm using CS4 right now, and never recalled having this issue come up when using MX. Thanks for the help.

    I got stuck on this one too - not realising that Dreamweaver automatically palces a border on every image link - but the simplest way I found was to have my "Properties" panel showing on the bottom and input 0 into the "Border" box. By having this panel open you can see if you have accidently applied any styles to the image, where it links to, Image size attributes and the Image name.

  • CS4 Dreamweaver not replacing paths for images/links

    New Windows 7 machine with CS4 Web Premium.  When using Dreamweaver, and, for example, replacing an image or a link in the design window using the properties...  I click on the image, click the browse button, select the new file (I've tried hitting OK and double clicking -both of which should, or at least used to work in CS3).  However, when returning to the main screen, the path to the image or link has not been replaced.
    What is interesting is that IF I click on more than one image - i.e. say I am replacing one.jpg. So, I open the browse button, and select two.jpg, but then click on three.jpg (which is the file I want) and then hit OK (if I double click three.jpg after selecting another image first), it works fine.
    Any ideas how to fix this irritating bug?? Thanks...

    Hallelujah!!  I'm not alone!!  I wonder if Adobe does actually browse these forums.  I can't believe something like this isn't a really easy fix for them.  I can't tell you the amount of times I thought I'd updated a picture and then looked completely incompetant to a client because it didn't take.  Very sloppy on both mine AND Adobe's part.

  • Absolute image links in Contribute/Dreamweaver

    Can anyone tell me how to force Contribute to make all the
    image links absolute (i.e.
    http://www.adobe.com/images/sampleimage.jpg)
    in Dreamweaver.
    I want to send out html emails and I spec out absolute links
    in Dreamweaver but when I edit the html document in Contribute, the
    links get changed to relative.
    HTML emails need absolute paths. I've read that Contribute
    fixed this in CS3 but I just bought Contribute the other day and my
    links keep switching back.
    HELP!?!?!?!
    Thanks in advance!
    Rodney

    How will you send the emails? Will you use an email-client on
    the client-side or create a server-side solution?
    Server-side:
    I solved this Contribute problem by using PHP and
    str_replace.
    $strMessageStrip = $_POST['message'];
    $strMessageStrip2 = str_replace("../", "
    http://www.yourdomain.com/",
    $strMessageStrip);
    $strMessageStrip3 = str_replace("../images/", "
    http://www.yourdomain.com/images/",
    $strMessageStrip2);
    etc...
    Client-side:
    The only solution I can think of is creating Editable regions
    for the text and use default image positions outside the editable
    regions and let your client change the images by putting new images
    on the server with the same name as the old ones.

  • Dreamweaver 8 has stopped updating links properly

    I am using Dreamweaver 8 on a Mac to maintain our site (www.local-history.co.uk) which sits inside a folder labelled WWW on our ISP's server. Recently I've updated the design and coding of the site, and while I was building the new site I uploaded it to a folder called LHO inside the WWW folder so that I could see it live. LHO didn't appear in any of the paths on the site. I used 3 templates for the site which had links to CSS files using the path ../Multiflex/css/appropriateCSSfile.css. I created all the pages on the site using the templates and in all cases the paths were saved correctly, depending on whether the pages was in the root folder or in a sub-folder.
    Once I was satisfied with the site, I uploaded it to the root folder on the server (WWW) and deleted the site in the LHO sub-folder. It all appeared to be working well, until I created 3 new news pages (one of which is www.local-history.co.uk/news/090511MuseumNights.html) and added links to them on the latest news page (www.local-history.co.uk/latestnews.html). I previewed the news page in a browser, Firefox, and it appeared fine, but when I previewed the latest news page and clicked the links to the news pages I had created, then it was obvious that the CSS code had not been applied. When I looked at the path to the CSS file which had been saved I found it was /Multiflex/css/appropriateCSSfile.css. When I uploaded the pages they appeared to be using the appropriate CSS code, although the top of the page graphic wasn't showing.
    I can only assume that this is happening because I moved the site to the root folder WWW, but I don't understand why. If anyone has any advice about this I would be very grateful to hear from them!
    Susie

    Here are the links to the stylesheets on that local news page -
      <link rel="stylesheet" type="text/css" media="screen,projection,print" href="/Multiflex3/css/2column_setup.css" />
      <link rel="stylesheet" type="text/css" media="screen,projection,print" href="/Multiflex3/css/2column_text.css" />
    You are being confused by a) not understanding root relative vs document
    relative links, and b) not understanding how DW previews files.
    If I have a document with a link to an image that looks like this -
    <img src="/images/foo.gif"...
    That's what's called a root relative link.
    If I preview that document in DW, then the browser gets the document, sees
    the leading "/" and reads that as the root of the hard drive, since the
    browser has no idea where the root of the site is.  Thus, the image is
    broken in the preview.
    If I have temp files enabled, then DW will secretly convert the file being
    previewed into a temporary file, and hand that to the browser.  This temp
    file has had all root relative links converted to document relative links
    (as you will see by looking at the code in the browser), and has had all
    include files actually embedded in the page, and has had all external CSS
    and js markup embedded in the page.  In other words, DW has made the
    document into a stand-alone page.
    If you do not have temp files enabled, all of these links would be broken on
    preview.
    Now - if you are using root relative links, AND you have temp files enabled,
    AND you click away from the previewed document, then all of your links will
    be broken, since DW has not made that linked file into a temp file.  This is
    what you are seeing.
    So - if you want to click away on preview, then you must use document
    relative links for the site -
    <img src="../images/foo.gif"... (for example)
    These will still work on preview since the browser knows how to determine
    the current file's location and how to follow that path.
    Make sense?

  • Copying a table with rollover images & links

    Need help...
    Using Dreamweaver CS4.
    I have a table with rollover images and links from those rollovers"
    I now want to copy and paste the table into other pages, but when I do, my links are broken and the rollovers don't work.
    I have my Site Def preferences set to "Links relative to: Document"
    Is there an easy way to copy & paste a table with rollover graphics and links?
    I've tried dragging the table from the page with the working links onto the different page.  The graphics show up, but the second state of the rollovers soesn't show up, and I get some weird link error:
    Can anyone help?

    <!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>Phyllis Bramson</title> 
    <style type="text/css"> 
    <!-- 
    body { 
        background-color: #CCC; 
    --> 
    </style> 
    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script> 
    <script type="text/javascript"> 
    <!-- 
    function MM_preloadImages() { //v3.0 
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); 
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) 
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} 
    function MM_swapImgRestore() { //v3.0 
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; 
    function MM_findObj(n, d) { //v4.01 
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { 
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} 
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; 
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); 
      if(!x && d.getElementById) x=d.getElementById(n); return x; 
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <link href="styles.css" rel="stylesheet" type="text/css" />
    <meta name="Keywords" content="Bramson, artist, Chicago, painter" />
    <meta name="Description" content="Phyllis Bramson is an established Chicago painter and educator." />
    </head> 
    <body onload="MM_preloadImages('common_graphics/menu_paintings1990_rollwhite.gif','common_graph ics/menu_paintings2000_rollwhite.gif','common_graphics/menu_paintings1980_rollwhite.gif',' common_graphics/menu_paintings1970_rollwhite.gif','common_graphics/menu_worksonpaper2000_r ollwhite.gif','common_graphics/menu_worksonpaper1990_rollwhite.gif','common_graphics/menu_ worksonpaper1980_rollwhite.gif','common_graphics/menu_worksonpaper1970_rollwhite.gif','com mon_graphics/menu_scrolldrawings_rollwhite.gif','common_graphics/menu_statement_rollwhite. gif','common_graphics/menu_resume_rollwhite.gif','common_graphics/menu_collections_rollwhi te.gif','common_graphics/menu_exhibitionsnews_rollwhite.gif','common_graphics/menu_links_r ollwhite.gif')">
    <table width="900" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td bgcolor="#666699" scope="col"> </td>
        <td height="30" scope="col"><img src="common_graphics/mast_namebanner.gif" alt="" width="740" height="36" border="0" usemap="#Map2Map2" />
          <map name="Map2Map2" id="Map2Map2">
            <area shape="rect" coords="562,8,719,32" href="mailto:[email protected]" target="_blank" alt="email" />
        </map></td>
      </tr>
      <tr>
        <td width="160" valign="top" bgcolor="#666699" scope="col"><table width="190" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><img src="common_graphics/menu_paintingssculpture_rollnorm.gif" alt="" width="190" height="34" border="0" /></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="/paintings_sculpture/paintings_2000/paintings_2000.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image22','','common_graphics/menu_paintings2000_rollwhite.gif' ,1)"><img src="common_graphics/menu_paintings2000_rollnorm.gif" alt="" name="Image22" width="190" height="20" border="0" id="Image22" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="/paintings_sculpture/paintings_1990/paintings_1990.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image21','','common_graphics/menu_paintings1990_rollwhite.gif' ,1)"><img src="common_graphics/menu_paintings1990_rollnorm.gif" alt="" name="Image21" width="190" height="21" border="0" id="Image21" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="/paintings_sculpture/paintings_1980/paintings_1980.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image20','','common_graphics/menu_paintings1980_rollwhite.gif' ,1)"><img src="common_graphics/menu_paintings1980_rollnorm.gif" alt="" name="Image20" width="190" height="21" border="0" id="Image20" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="paintings_sculpture/paintings_1970/paintings_1970.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image23','','common_graphics/menu_paintings1970_rollwhite.gif' ,1)"><img src="common_graphics/menu_paintings1970_rollnorm.gif" alt="" name="Image23" width="190" height="24" border="0" id="Image23" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><img src="common_graphics/menu_worksonpaper_rollnorm.gif" alt="" width="190" height="28" border="0" /></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="/works_on_paper/works_on_paper_2000/works_on_paper_2000.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image24','','common_graphics/menu_worksonpaper2000_rollwhite.g if',1)"><img src="common_graphics/menu_worksonpaper2000_rollnorm.gif" alt="" name="Image24" width="190" height="19" border="0" id="Image24" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="/works_on_paper/works_on_paper_1990/works_on_paper_1990.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image25','','common_graphics/menu_worksonpaper1990_rollwhite.g if',1)"><img src="common_graphics/menu_worksonpaper1990_rollnorm.gif" alt="" name="Image25" width="190" height="22" border="0" id="Image25" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="/works_on_paper/works_on_paper_1980/works_on_paper_1980.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image26','','common_graphics/menu_worksonpaper1980_rollwhite.g if',1)"><img src="common_graphics/menu_worksonpaper1980_rollnorm.gif" alt="" name="Image26" width="190" height="21" border="0" id="Image26" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="/works_on_paper/works_on_paper_1970/works_on_paper_1970.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image27','','common_graphics/menu_worksonpaper1970_rollwhite.g if',1)"><img src="common_graphics/menu_worksonpaper1970_rollnorm.gif" alt="" name="Image27" width="190" height="30" border="0" id="Image27" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="scroll_drawings/scroll_drawings.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image28','','common_graphics/menu_scrolldrawings_rollwhite.gif ',1)"><img src="common_graphics/menu_scrolldrawings_rollnorm.gif" alt="" name="Image28" width="190" height="41" border="0" id="Image28" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="statement/statement.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image29','','common_graphics/menu_statement_rollwhite.gif',1)" ><img src="common_graphics/menu_statement_rollnorm.gif" alt="" name="Image29" width="190" height="43" border="0" id="Image29" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="resume/resume1.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image30','','common_graphics/menu_resume_rollwhite.gif',1)"><i mg src="common_graphics/menu_resume_rollnorm.gif" alt="" name="Image30" width="190" height="41" border="0" id="Image30" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="collections/collections.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image31','','common_graphics/menu_collections_rollwhite.gif',1 )"><img src="common_graphics/menu_collections_rollnorm.gif" alt="" name="Image31" width="190" height="42" border="0" id="Image31" /></a></td>
          </tr>
          <tr>
            <td valign="top" bgcolor="#666699" scope="col"><a href="exhibitions_news/exhibitions_news.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image32','','common_graphics/menu_exhibitionsnews_rollwhite.gi f',1)"><img src="common_graphics/menu_exhibitionsnews_rollnorm.gif" alt="" name="Image32" width="190" height="42" border="0" id="Image32" /></a></td>
          </tr>
          <tr>
            <td height="42" valign="top" bgcolor="#666699" scope="col"><a href="links/links.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image33','','common_graphics/menu_links_rollwhite.gif',1)"><im g src="common_graphics/menu_links_rollnorm.gif" alt="" name="Image33" width="190" height="42" border="0" id="Image33" /></a></td>
          </tr>
        </table>      <p> </p></td>
        <td align="left" valign="top"><table border="0" align="left" cellpadding="0" cellspacing="0">
          <tr>
            <td width="30" height="97" scope="col"> </td>
            <td width="330" scope="col"> </td>
            <td width="20" scope="col"> </td>
            <td scope="col"> </td>
          </tr>
          <tr>
            <td scope="col"> </td>
            <td scope="col"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="400" id="FlashID" title="slideshow">
              <param name="movie" value="home/homepage.swf" />
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="8.0.35.0" />
              <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
              <param name="expressinstall" value="Scripts/expressInstall.swf" />
              <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
              <!--[if !IE]>-->
              <object type="application/x-shockwave-flash" data="home/homepage.swf" width="400" height="400">
                <!--<![endif]-->
                <param name="quality" value="high" />
                <param name="wmode" value="opaque" />
                <param name="swfversion" value="8.0.35.0" />
                <param name="expressinstall" value="Scripts/expressInstall.swf" />
                <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                <div>
                  <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                  <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                </div>
                <!--[if !IE]>-->
              </object>
              <!--<![endif]-->
            </object></td>
            <td scope="col"> </td>
            <td valign="bottom" scope="col"><img src="home/homepage_quote.gif" alt="Quote" width="282" height="192" border="0" /></td>
          </tr>
        </table></td>
      </tr>
    </table>
    <map name="Map2Map" id="Map2Map">
      <area shape="rect" coords="562,26,719,50" href="mailto:[email protected]" target="_blank" alt="email" />
    </map> 
    <map name="Map2" id="Map2">
      <area shape="rect" coords="562,26,719,50" href="mailto:[email protected]" target="_blank" alt="email" />
    </map>
    <!-- Start of Google Analytics Code -->
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-12139148-3");
    pageTracker._trackPageview();
    } catch(err) {}
    swfobject.registerObject("FlashID");
    </script>
    <!-- End of Google Analytics Code --></body>
    </html>

Maybe you are looking for

  • BDC Update 'S' option?

    Would this cause a problem if not in my BDC statement? Because we have had issues where the BDC will only process sometimes, or after so many runs? Thank-You.

  • Output Stream to JTextArea

    Hi there, I would like to have the output stream coming from the server to the client displayed on a JTextArea. However, because the coming file is a text document that had its file name passed as a local variable in the main method header with Strin

  • Script to query / monitor logins to Servers

    Not sure if I'm in the right forum, apologies if I'm not. Not sure where this should go ... anyway, is it possible to query username logins to Windows Server 2008? Information needed: 1) Username 2) date / time login 3) date / time logoff Preferably,

  • Clicking noise while using computer? normal??

    when i am using my macbook pro and it is sitting on my lap or on my desk i can sometimes hear a faint clicking noise coming from the right middle of the keyboard...i read where the macbook makes a clicking noise when you move the macbook suddenly....

  • Get Mail

    Why don't my messages appear immediately, as they come in?  Why do I have to click "Get Mail" in order to see how many there are, and have them show up in the column?  Please help - this is frustrating.