Alt tags, kaosweaver advanced random images

Hi. In Dreamweaver 8.0
I have installed Advanced Random Images from Kaosweaver: http://www.kaosweaver.com/extensions/details.php?id=5
I would like to do a Sequential Slide Show with 8 images. I would like to add alt tags onto each of these images, but the Kaosweaver will not let me do this with the Sequential Slide Show.
Does anyone know a way/trick to work around this?
Thank you.

You would have to direct these questions to Paul Davis, the author of kaosweaver stuff.
However, it sure looks to me as if it does this (snippet taken from the ARI demo on the kaosweaver site) -
// Advanced Random Images End
    </script><img src="/assets/images/extdemo/intensa3/neptune_main.gif"
alt="The solid blue is wonderful" title="The solid blue is wonderful" width="300" height="300">
    <!-- KW ARI Image -->
</p>

Similar Messages

  • Using Kaosweaver advanced random images

    Very much a beginner trying to improve a web site I built for
    a vacation rental by adding a small slide show.
    Using Dreamseaver 4, Kaosweaver advanced random immages.
    Following directions but do not see any immages on home page,
    get two icons in the upper left corner. In the Kaosweaver box, I am
    not entering anything in link or target. All immages are in the
    root directory for the web site I am building.
    What am I doing wrong.

    I don't know if this is THE problem - but it's A problem.
    Your code has
    absolute references to the files on your computer, rather
    than relative
    paths from the HTML file itself. Your code has this (several
    times):
    KW_ARI[KW_ARI.length]='/|/Documents and
    Settings/HP_Administrator/My
    Documents/Colorado/Web 06/homepage_deck_flash.jpg';
    It should be:
    KW_ARI[KW_ARI.length]='homepage_deck_flash.jpg';
    or
    KW_ARI[KW_ARI.length]='images/homepage_deck_flash.jpg';
    or whatever the relative path to your images is.
    Alec Fehl, MCSE, A+, ACE, ACI
    Adobe Community Expert
    AUTHOR:
    Microsoft Office 2007 PowerPoint: Comprehensive Course
    (Labyrinth
    Publications)
    Welcome to Web Design and HTML (Labyrinth Publications)
    CO-AUTHOR:
    Microsoft Office 2007: Essentials (Labyrinth Publications)
    Computer Concepts and Vista (Labyrinth Publications)
    Mike Meyers' A+ Guide to Managing and Troubleshooting PCs
    (McGraw-Hill)
    Internet Systems and Applications (EMC Paradigm)

  • Extension: Dynamic Images/Advance Random Images

    Hi there,
    I have downloaded 2 extensions: Dynamic Images or/and
    Advanced Random Images (kaosweaver.com); it seems both are the same
    and I have used both, works very well when I open the page on
    Mozilla Firefox but not on Internet Explorer and strange thing is
    when the page is open on IE everything disappears and the only
    thing can be seen is the page background!!!
    Any suggestion to fix the problem would be appreciated. Thank
    you.

    Babri1,
    As always, start by contacting the extension author. I'm sure
    that Paul
    Davis will help you out.
    Randy
    > I have downloaded 2 extensions: Dynamic Images or/and
    Advanced Random Images
    > (kaosweaver.com); it seems both are the same and I have
    used both, works very
    > well when I open the page on Mozilla Firefox but not on
    Internet Explorer and
    > strange thing is when the page is open on IE everything
    disappears and the only
    > thing can be seen is the page background!!!
    >
    > Any suggestion to fix the problem would be appreciated.
    Thank you.

  • Adding an Alt Tag actually MOVES the image?

    I don't understand this at all. All I am doing is modifying
    an alt tag on an image, and that image actually moves to a
    different location on the page, both in the DESIGN VIEW inside DW
    CS 3 and on the webpage itself when I save it to the server. I have
    even gone in and told the system never to rewrite code on php
    files, which this file is.
    Is there some known issue I should know about, or a solution
    to this problem? Very frustrating.
    You can see what image Im referring to here -
    folliclone.com/index1.php ... the "Get Started" image ... when i
    change the alt from the existing "getstarted" to something else
    like "hair loss guides", the image actually moves itself above the
    "SEARCH image on the left, and screws up the entire alignment of
    the page in doing so.

    On Sun, 23 Dec 2007 19:16:52 +0000 (UTC), "DWQues"
    <[email protected]> wrote:
    > <META NAME="ROBOTS" CONTENT="NOODP">
    > there is no attribute "NAME".
    > there is no attribute "CONTENT".
    > element "META" undefined
    > <META NAME="GOOGLEBOT" CONTENT="NOODP">
    > element "META" undefined.
    The problem is that you're using an XHTML doctype and XHTML
    requires
    that all tag and attributes names be lower case. If you
    change the above
    to:
    <meta name="robots" content="noodp" />
    <meta name="googlebot" content="noodp" />
    I suspect you'll find it validates just fine.
    > It finds several problems with the use of the ampersand
    (&) as well. I use
    >this in place of the word "and" just to shorten things a
    bit, and it looks kind
    >of nice. But is this bad markup? I realize the item is
    used for other things
    >on the web. I didn't realize it is not supposed to be use
    as an "and" though.
    The ampersand has special meaning in the source code of html.
    It is the
    beginning of a character entity. To properly display an
    ampersand in the
    rendered page, you need to use the &amp; character
    entity.
    > Of most concern to me though is that we have an internal
    search tool. One of
    >its features is that we can hide content on pages so that
    it does not index
    >that content. Repeating things that aren't relevant to
    people's searches, like
    >navigation text, etc. It allows us to define what tag to
    put around that
    >content. So we made one up. <ot98> Two concerns
    here: (1) Is Google or any
    >other engine going to be confused by this ? and (2) This
    is showing as a big
    >no no in the WC3 validator. Is it a problem or just a
    limitation of the
    >validator?
    It's not a limitation of the validator. The validator is
    doing exactly
    what it's supposed to do. It's indicating invalid code. Made
    up tags are
    not valid, so they get flagged as such. Browsers are supposed
    to ignore
    any tag they don't understand, but it seems risky to me. What
    is the
    purpose of putting a tag that means nothing in the code?
    Gary

  • Kaosweaver Random Images And CSS

    I have searched all over and can't find an answer to this and have an e-mail in to the developer but figured I would ask here as well.
    I am using Kaosweaver Advanced Random Images to rotate pics on a home page in the editable content area.  The CSS style for the text in the content area is to line up on the left.  When I insert the Kaosweaver command )even if I insert it with the cursor in the middle of the page the images line up on the left of the page.  If I make a CSS rule that centers the text there is no way to apply it to the images I can tell.....except that if I go into the code and find the name of the image in the Kaosweaver code, highlight it and right click it lets me apply the CSS rule (even though I see no visible changes to the rule.  Is this OK and will it end up causing problems on different browsers etc?
    Is there another way to do it.  I could see attaching a second style sheet just for that page with items centered as there will only be one other line of text on the page so that it won't matter if everything on that one page is centered but I don't want everything on all the pages centered.
    Is there an easier way of accomplishing this.  I was surprised in Googling this that noone else seems to have this problem....am I doing something wrong?
    Thanks.
    Howard

    Thanks Murray...it isn't on line, but I can copy the code:
    <!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"><!-- InstanceBegin template="/Templates/maintemplate.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Howard Grill Fine Art Photography</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <meta name="robots" content="index, follow" />
    <meta name="Description" content="Howard Grill Photography specializes in landscape, nature, and abstract fine art prints.  Please feel free to browse, as the site, blog and galleries are updated frequently." />
    <!-- InstanceEndEditable -->
    <link href="oneColFixCtrHdr.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div class="container">
      <div class="header">
        <h1><img src="Images/headerlogo/headerlogo.png" width="515" height="41" alt="Howard Grill Fine Art Photography" /><br />
          &quot;
          Seeing Things In A Different Light&quot;<br />
        </h1>
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a>      </li>
          <li><a href="portfolios.html" class="MenuBarItemSubmenu">Portfolios</a>
            <ul>
              <li><a href="landscapes.html">Landscapes</a>          </li>
              <li><a href="pittsburghparks.html">Pittsburgh Parks</a></li>
              <li><a href="sceneinstone.html">Scene In Stone</a></li>
              <li><a href="dreamscapes.html">Dreamscapes</a></li>
              <li><a href="urban.html">Urban Architecture</a></li>
              <li><a href="botanicals.html">Botanicals</a></li>
              <li><a href="oddsnends.html">Odds 'N Ends</a></li>
            </ul>
          </li>
          <li><a href="#">Blog</a>      </li>
          <li><a href="articles.html">Articles</a></li>
          <li><a href="purchase.html" class="MenuBarItemSubmenu">Purchase</a>
            <ul>
              <li><a href="purchaseprints.html">Prints</a></li>
              <li><a href="purchasefolios.html">Folios</a></li>
              <li><a href="purchasenotecards.html">Note Cards</a></li>
            </ul>
          </li>
          <li><a href="about.html" class="MenuBarItemSubmenu">About</a>
            <ul>
              <li><a href="bio.html">Bio</a></li>
              <li><a href="contact.html">Contact</a></li>
              <li><a href="#">Comments</a></li>
              <li><a href="#">Mailing List</a></li>
              <li><a href="#">Website</a></li>
            </ul>
          </li>
        </ul>
      </div>
      <!-- end .header -->
      <div class="clear"></div>
      <!-- InstanceBeginEditable name="MainContent" -->
      <div class="content">
    <p> </p>
        <h2>
          <script language="JavaScript">
    // Advanced Random Images Start
    // Copyright 2001-2002 All rights reserved, by Paul Davis - www.kaosweaver.com
      var j,d="",l="",m="",p="",q="",z="",KW_ARI= new Array()
    // KW_rs[12000]
      KW_ARI[KW_ARI.length]='/Images/homepage/autumnmisthome.jpg';
      KW_ARI[KW_ARI.length]='/Images/homepage/dreamscapes1home.jpg';
      KW_ARI[KW_ARI.length]='/Images/homepage/dreamscapes3home.jpg';
      j=parseInt(Math.random()*KW_ARI.length);
      j=(isNaN(j))?0:j;
        document.write("<img name='randomSlideShow' src='"+KW_ARI[j]+"'>");
    function rndSlideShow(t,l) { // Random Slideshow by Kaosweaver
      x=document.randomSlideShow; j=l; while (l==j) {
        j=parseInt(Math.random()*KW_ARI.length); j=(isNaN(j))?0:j; }
      x.src=KW_ARI[j]; setTimeout("rndSlideShow("+t+","+j+")",t);
    rndSlideShow(12000,0)
    // Advanced Random Images End
          </script>
        <!-- KW ARI Image --></h2>
    <p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
        <!-- end .content -->
      </div>
      <!-- InstanceEndEditable -->
      <div class="footer"> © 2011 Howard Grill | All Rights Reserved <span class="footertextright"><a href="index.html" title="Howard Grill Photography Home Page">Home</a> | <a href="contact.html" title="Contact Howard Grill ">Contact</a><!-- end .footer --> | <a href="sitemap.html" title="Site Map">Site Map</a></span></div>
      <!-- end .container --></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • Dynamic Image Alt Tags

    Hi,
    I used dreamweaver, with php and server behaviors to bind
    dynamic Image Alt Tags on dynamically generated images.
    The dynamic image Alt Tags are showing in Internet Explorer
    but not showing in Mozzila Firefox?
    Does anyone know why or how to fix that?
    Mathuman

    They are attributes, not tags. And the alt attribute is not
    supposed to
    show in any browser unless the user has disabled images for
    faster
    downloads. If you want a 'tooltip' effect, then you would
    have to use the
    title attribute, not the alt attribute to do that, e.g.,
    <img src="foo.jpg" alt="this will not display" title="this
    will display" />
    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
    ==================
    "mathuman" <[email protected]> wrote in
    message
    news:ghqmnv$i0h$[email protected]..
    > Hi,
    >
    > I used dreamweaver, with php and server behaviors to
    bind dynamic Image
    > Alt
    > Tags on dynamically generated images.
    >
    > The dynamic image Alt Tags are showing in Internet
    Explorer but not
    > showing in
    > Mozzila Firefox?
    >
    > Does anyone know why or how to fix that?
    >
    > Mathuman
    >

  • JSF InputCalendar tag image accessibility alt tag issue

    When using an inputCalendar tag in JSF combined with the attribute popupButtonImageUrl, is it possible to set the ALT tag for the "popupButtonImageUrl image".
    Is it also possible to set the ALT tags for the built in arrow images in the calendar control ?
    Thanks for all your help.
    Nando

    MyFaces is just a standard JSF implementation, it doesn't have a calendar component, as said before.
    Are you talking about Tomahawk? Well, they have a mailinglist over there at apache.org. Good luck.

  • Alt Tags on slide shows

    Im trying to attach some Alt Tags to a sliding image but not sure how to go about it.
    <script type="text/javascript">
    var fadeimages=new Array()
    //SET IMAGE PATHS. Extend or contract array as needed
    fadeimages[0]=["images/template1web.jpg", "", ""]
    fadeimages[1]=["images/template2web.jpg", "", ""]
    fadeimages[2]=["images/template3web.jpg", "", ""]
    fadeimages[3]=["images/template4web.jpg", "", ""]
    fadeimages[4]=["images/template5web.jpg", "", ""]
    fadeimages[5]=["images/template6web.jpg", "", ""]
    fadeimages[6]=["images/Template7web.jpg", "", ""]
    fadeimages[7]=["images/Template8web.jpg", "", ""]
    fadeimages[8]=["images/Template9web.jpg", "", ""]
    fadeimages[9]=["images/template10web.jpg", "", ""]
    fadeimages[10]=["images/template11web.jpg", "", ""]
    fadeimages[11]=["images/template12web.jpg", "", ""]
    var fadebgcolor="white"
                  </script>
                          <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(fadeimages, 347, 282, 0, 3000, 0)
                                      </script>
    Can anyone help
    Many thanks
    James

    Hi Murray
    im guessing you're looking for the script from the .js file which is attached to this slide show
    WELL HERE IT IS
    Thanks
    var stopped = false;
    ////NO need to edit beyond here/////////////
    var fadearray=new Array() //array to cache fadeshow instances
    var fadeclear=new Array() //array to cache corresponding clearinterval pointers
    var dom=(document.getElementById) //modern dom browsers
    var iebrowser=document.all
    function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
    this.pausecheck=pause
    this.mouseovercheck=0
    this.delay=delay
    this.degree=30; //initial opacity degree (10%)
    this.init_degree =30;
    this.curimageindex=0
    this.nextimageindex=1
    fadearray[fadearray.length]=this
    this.slideshowid=fadearray.length-1
    this.canvasbase="canvas"+this.slideshowid
    this.curcanvas=this.canvasbase+"_0"
    if (typeof displayorder!="undefined")
    theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter)
    this.theimages=theimages
    this.imageborder=parseInt(borderwidth)
    this.postimages=new Array() //preload images
    for (p=0;p<theimages.length;p++){
    this.postimages[p]=new Image()
    this.postimages[p].src=theimages[p][0]
    this.Mfadewidth=fadewidth+this.imageborder*2
    this.Mfadeheight=fadeheight+this.imageborder*2
    var fadewidth=fadewidth+this.imageborder*2
    var fadeheight=fadeheight+this.imageborder*2
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
    document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"> <div onmouseover="pauseIT(this, true);" onmouseout="pauseIT(this, false);" id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filte r:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:10;-khtml-opacity:10;backgro und-color:'+fadebgcolor+';"></div><div onmouseover="pauseIT(this, true);" onmouseout="pauseIT(this, false);" id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filte r:progid:DXImageTransform.Microsoft.alpha(opacity=10);opacity:10;-khtml-opacity:10;backgro und-color:'+fadebgcolor+';"></div></div>')
    else
    document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"></div>')
    if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
    this.startit()
    else{
    this.curimageindex++
    showTime = setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
    function fadepic(obj){
    if (obj.degree<100){
    obj.degree+=10;
    //alert(obj.degree);
    if (obj.tempobj.filters&&obj.tempobj.filters[0]){
              if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
              obj.tempobj.filters[0].opacity=obj.degree
              else //else if IE5.5-
              obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
    }else if (obj.tempobj.style.opacity){
              obj.tempobj.style.opacity=obj.degree/101
    }else if (obj.tempobj.style.KhtmlOpacity){
              obj.tempobj.style.KhtmlOpacity=obj.degree/100
    else{
    clearInterval(fadeclear[obj.slideshowid])
    obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
    obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
    obj.populateslide(obj.tempobj, obj.nextimageindex)
    obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
    setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
    fadeshow.prototype.populateslide=function(picobj, picindex){
    var slideHTML=""
    if (this.theimages[picindex][1]!="") //if associated link exists for image
    slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
    slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
    if (this.theimages[picindex][1]!="") //if associated link exists for image
    slideHTML+='</a>'
    picobj.innerHTML=slideHTML
    fadeshow.prototype.stopit=function()
              clearInterval(fadeclear[fadearray[this.slideshowid].slideshowid]);
              stopped = true;
    fadeshow.prototype.rotateimage=function(){
    if(!stopped){
    if (this.pausecheck==1) //if pause onMouseover enabled, cache object
    var cacheobj=this
    if (this.mouseovercheck==1)
    setTimeout(function(){cacheobj.rotateimage()}, 100)
    else if (iebrowser&&dom||dom){
    this.resetit()
    var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    crossobj.style.zIndex++
    fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",50)
    this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
    else{
    var ns4imgobj=document.images['defaultslide'+this.slideshowid]
    ns4imgobj.src=this.postimages[this.curimageindex].src
    this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
    fadeshow.prototype.resetit=function(){
              if(!stopped){
                        this.degree = this.init_degree;
                        var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
                        if (crossobj.filters&&crossobj.filters[0]){
                                  if (typeof crossobj.filters[0].opacity=="number") //if IE6+
                                  crossobj.filters(0).opacity=this.degree
                                  else //else if IE5.5-
                                  crossobj.style.filter="alpha(opacity="+this.degree+")"
                        }else if (crossobj.style.opacity){
                                  crossobj.style.opacity=this.degree/101
                        }else if (crossobj.style.KhtmlOpacity){
                                  crossobj.style.KhtmlOpacity=this.degree/100
    fadeshow.prototype.startit=function(){
    var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
    this.populateslide(crossobj, this.curimageindex)
    if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
    var cacheobj=this
    var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
    crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
    crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
    this.rotateimage()
    function pauseIT(obj,state)
              var pausedTD = document.getElementById("pausedTD");
              //obj.style.cursor='e-resize';
              if(this.pausecheck){
                        if(state)
                                  pausedTD.innerHTML = '<img src="images/paused2.gif" width="56" height="15" alt="">';
                        else
                                  pausedTD.innerHTML = '<img src="images/spacer.gif" width="56" height="15" alt="">';

  • Kaos weaver random image code does not validate with w3c

    Hi
    I have done a quick test validation on a site I am working
    on, I have used Kaos Weaver's Advanced Random Image extension .
    When Validating this comes up with about 60 errors, the ones I have
    done I have corrected but not uploaded yet. Unfortunately I am not
    skilled in java to go about correcting the kaos weaver errors.
    Link to w3c:
    http://validator.w3.org/check?uri=www.blanc-wall.co.uk%2FUp2Press%2520Website%2Findex.htm
    Any help would me much appreciated guys
    Andy

    Mick White wrote:
    > andy_forbes wrote:
    >
    >> Hi I have done a quick test validation on a site I
    am working on, I
    >> have used Kaos Weaver's Advanced Random Image
    extension . When
    >> Validating this comes up with about 60 errors, the
    ones I have done I
    >> have corrected but not uploaded yet. Unfortunately I
    am not skilled in
    >> java to go about correcting the kaos weaver errors.
    >>
    >> Link to w3c:
    >>
    http://validator.w3.org/check?uri=www.blanc-wall.co.uk%2FUp2Press%2520Website%2F
    >>
    >> index.htm
    >>
    >> Any help would me much appreciated guys
    >>
    >> Andy
    >>
    > Bad link
    > Mick
    Oops, good link, errors are basic, Every image needs an "alt"
    attribute,
    and "&" needs to be encoded as "&amp;".
    Mick

  • Safari and image ALT tags

    I was testing out some html stuff last night involving images, I hover over a few images and to my absolute horror - realised that ALT tags weren't working.
    Now I can't remember if they worked before I updated to 10.4.5 but I think they did as I distinctly remember seeing alt text as images were loading but I cannot be 100% sure.
    The only changes I've made recently is 10.4.5 and installed flash player 8 plugin.
    Someone please tell me that ALT tags do work in safari and that they are not working due to an update bug or setting or something???
    Please!!
    Thanks

    Hello,
    The current version of the service does not include the functionality to update a page title and description. For the images, the ALT text can be updated by opening the Advanced menu on the right and filling in the Tooltip field.
    Regards,
    Cristinel

  • How do I add an alt tag to an image in Photoshop CS5 so that it is web ready?

    How do I add an alt tag to an image in Photoshop CS5 so that it is web ready?  My web developer wants me to send him all of my images with an alt-tag assigned so that he can automate the ADA accessibility of the website. I know when I choose to "Save for Web & Devices," I have the option of how much metadata I want to include to the levels of : None, Copyright, Copyright and Contact Info, All Except Camera Info, All.  I don't want the audience to be able to view all of the metadata because a lot of it is sensitive with administrative notes.  Any ideas?

    To anyone else who may encounter this issue in the future, here is a work around:
    File > File Info:
    Sacrifice a metadata field in the description tab.  I chose document title and description. Click OK.
    File > Save for Web and Devices:
    Choose to save All Metadata. 
    Leave things here on your end, and have the web-developer map the code to display only the appropriate metadata field.

  • Unable to Add Alt Tags to Placed Images

    I am developing a flyer that will be distributed as a PDF, and our requirement is that it be "Section 508" compliant, that is, readable by a screen reader. I am trying to add alt tags to the images in order to meet this requirement, but when I go to Object -> Object Export Options and click on the Alt Text tab, theAlt Text Source pull-down menu is greyed out and does not allow me to do anything.
    Does anyone have any idea of what is wrong here?

    It's working for me in the current version of InDesign CC.
    Version of InDesign? Computer platform? What file format is the image in?
    Have you tried restoring your InDesign preferences? Here's how:
    Troubleshooting 101: Replace, or "trash" your InDesign preferences

  • Large Image - ALT tags

    How do I remove the automatic alt tag from my large product image?
    I have replaced my images with you tube videos so now the alt tags are visible at all times.

    I am guessing it is just an image and you have a custom field for the youtube link.
    And what you are doing is putting the tag {tag_videoimage} like..
    <img src="{tag_videoimage}" alt="Video" />
    If you are you will have this issue because that tag will render its own image html wrapped in an ancor tag.
    You will need to add _value to your tag..
    {tag_videoimage_value}

  • 508 "Alt tagging" of images in Captivate?

    Hi,
    I have a Capitvate files that's published as an exe which needs to be fully 508 Compliant. Does anyone have any ideas how to enable ALT tagging of images in an exe? Is that even possible? I thought that you could only do this for web content.
    I selected auto-tag for images in Capitvate, though the Jaws screen reader didn't read the descriptions. How is the auto-tagging supposed to work exactly?
    Thanks,
    Dan

    HTML5 publish viewed on Windows Vista in the following browsers:
    IE9
    Safari
    Chrome
    Also prevalent on iPad iOS 7
    I see the layout bug everytime I view the page with the tabs displayed.

  • Can't find images in Iweb SEO Tools to add alt-tags!

    Hi everyone. I'm trying to add alt-tags to some images on an iweb site with iweb SEO tools but I can't get it to open the containing folder. I have a gallery set up with 6 categories and, in each of these categories, there are a few images. I navigate to the folder that contains each image (it actually contains 4 - the full sized image and three thumnails for use elsewhere - all of them jpgs) but iweb SEO Tools is just not recognising that the folder contains any images at all! I navigate my way through my file structure and, when I finally get to the containing folder, it hits a dead end and will not find the contents of it. Any ideas!?
    An example of my file structure is as follows:
    RRF
    - Gallery
    - Pages
    - Landscapes_files
    - Media
    - dintonpastures [containing folder for images]
    - dintonpastures.jpg [that SEO refuses to see!]
    Any help would be really appreciated!!

    Photo templates are written in Javascript and cannot be accessed by iWeb SEO. Only images you create on a blank page or without using the photo template (HTML generated). They don't tell you that on Rage's website, in fact I find their advertising misleading in that they claim that you can alt tag "all" images in iWeb. But, it's free software, so you get what you pay for.

Maybe you are looking for

  • How do I configure the 2504 Wireless controller with AP?

    I recently purchase the 2504 wireless controller and the 1602i AP. I was able to do the basic setup of the controller and can now access the web interface, but the AP is not being detected and I am unable to add it.

  • Exception CX_SY_MOVE_CAST_ERROR when Process Reassignments for Key Date Results

    Hi Experts, I got an exception error when process reassignments for key date results(transaction code /BA1/FG_PR_KR_REASS) in BANK ANALYZER, did anyone get the same problem before? any solutions? the process sequences is listed below: 1,,Set SDL Time

  • Hasplmd, what does it do?

    Just after waking my screen from energy saver I see on my screen: Hasplmd wants network access. I did some quick searching here and only saw hasplmd in relation to apps. So what is this process and what does it do? I've never seen this alert before.

  • Digital signature on purchase order print output

    Dear Experts, Currently we are taking PO print and it is then sign by authorized person,naw we want to maintain digital signatures of authorized person on PO print such that when we take Print of PO it would be with signature of authorized person. Pl

  • IWeb search engine optimization

    I have created a prototype for a large, robust e-commerce site (using links to affiliates such as Amazon.com)and have asked several third parties for bids on site content enrichment/search engine optimization. Has anyone had experience in this area?