<head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta name="AUTHOR" content=""> <meta name="KEYWORDS" content="replace, these, words, that, describe, your, site, and, page, contents, separated, by, commas"> <meta name="DESCRIPTION" content="Here is where you put a short sentence or two describing this page and it's goals"> <title>Home</title> <link rel="stylesheet" type="text/css" href="/css/Home.css"> </head>
Shows image id over image from media picker
Yesterday i made an xslt file, to get and image from media picker, and make that image in to link, to a PDF file also form a media picker.
It is working fine, but over the image is now the media id from both the image and pdf file, how do i remove it ?
if you need some data like the xslt file, the just ask.
Hope you can help.
Hi Peder
You'd probably need to post the xslt file to get a proper look, but by "over the image is the media id" - do you mean the alt text of the image?
Dan
here is the xslt :
And i dont now what you mean by alt text, but i have my image, and over it is some numbers, that i fund out was the media id.
Your alt text seems to be "product", so when you hover over the image it may appear.
I can't see from your xslt why image ids would appear "over the image" - do you have a screenshot?
yes look at this:
http://www.pdhcestate.com/media/579/test.bmp
Check your template. The XSLT is just fine, it doesn't print out the ID's, so the problem must be somewhere else.
If you look at the template of the documenttype, is there anything being printed there right before you call the macro?
HTH,
Peter
No i cant see that there is any thing wrong whit the template, but here is the code :
It is this line because that would make it print out extra stuff... you usually just use copy-of for debugging.
It will just print the ids like this. I just tested it.
Geez, how did I miss that....Well spotted Seth!
*Smacks Head* !
Ohh thank to every one :)
is working on a reply...