January 25, 200520 yr Hello, I use Filemaker 7 Adv. Server with Custom Web Publishing. My question: How I can insert a image (myLogo.jpg) in my xsl page (home.xsl ? Where I put the .jpg ? What I write in my .xsl page ? Thanks for your help! David
January 25, 200520 yr Are you going to display and image from the DB or just show the image on the page(hard code the image into the page)?
January 25, 200520 yr Author I just want to show the image on the page (hard code the image into page). I'm looking where I should put the file (directory on my server) and what I should write in the .xsl page. Thanks for your help! David
January 25, 200520 yr I have been playing around with this myself and have found that all the images need to be put on the Web Server. I am assuming you already have Apache running if you are using OSX. Path(OSX):Library->WebServer->Documents Syntax: img src="(name_of_image)" Hope this helps.
January 26, 200520 yr Author My version of FileMaker run on Windows 2003 Server. I have a mac for Filemaker Developper and a PC Server for Filemaker Adv. Server 7. So, do you know where I should put the file on a PC ? Thanks! David
January 26, 200520 yr Are you running the web server off the same machine as the filemaker server? We are running the Filemaker Server on a PC and the Web Server on a Mac. If you have the Web Server on a Mac then the Library->WebServer->Documents is where you want the images to be. If you are running the Web Server on a PC then I am not sure. I'll do some checking and get back to you if I find anything.
January 26, 200520 yr I am trying to figure out the same problem here. Where in my html code i would insert this syntax img src="(name_of_image)"? I am trying to do the following bgcolor="#ffffff" text="#000000" background="my_logo.gif" in a table. It does not work. Thanks, Bogdan
Create an account or sign in to comment