David Bizier Posted January 25, 2005 Share Posted January 25, 2005 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 Link to comment Share on other sites More sharing options...
kuma_24 Posted January 25, 2005 Share Posted January 25, 2005 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)? Link to comment Share on other sites More sharing options...
David Bizier Posted January 25, 2005 Author Share Posted January 25, 2005 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 Link to comment Share on other sites More sharing options...
kuma_24 Posted January 25, 2005 Share Posted January 25, 2005 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. Link to comment Share on other sites More sharing options...
David Bizier Posted January 26, 2005 Author Share Posted January 26, 2005 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 Link to comment Share on other sites More sharing options...
kuma_24 Posted January 26, 2005 Share Posted January 26, 2005 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. Link to comment Share on other sites More sharing options...
David Bizier Posted January 26, 2005 Author Share Posted January 26, 2005 All on a PC Thanks! David Link to comment Share on other sites More sharing options...
bda Posted January 26, 2005 Share Posted January 26, 2005 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 Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 6631 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now