Help with HTML code Please

Hello,
I am having some trouble with my HTML format. I am trying to
have it so when I click on my thunbnail another picture shows up as
a popup. you can see what I am trying to do at this link
http://209.66.101.242/EZ-Templates/calendars.php
Here is what my code looks like. If you are able to tell me
what I have wrong I would appreciate it. Thanks in advance
<DIV align=center><a
onclick="return enlarge('
http://www.brcphotography.com/holidaycards/pics/annual/CL02.jpg',event,'center',300,375)"
href="pics/quarterly/CL08-3.jpg"><img
src="pics/quarterly/CL08-3 thumb.gif" name="thumbnail"
border="0" id="thumbnail"
/></A></DIV></TD></TR>
<TR>
<TD>
<DIV class=product_name
align=center>CL08-3</DIV>

Works fine for me in boty IE7 and FF. Did you fix it after
posting?
emichael brandt
cdc3323 wrote:
> Hello,
>
> I am having some trouble with my HTML format. I am
trying to have it so when
> I click on my thunbnail another picture shows up as a
popup. you can see what
> I am trying to do at this link
http://209.66.101.242/EZ-Templates/calendars.php
>
> Here is what my code looks like. If you are able to tell
me what I have wrong
> I would appreciate it. Thanks in advance
>
> <DIV align=center><a
> onclick="return
> enlarge('
http://www.brcphotography.com/holidaycards/pics/annual/CL02.jpg',event,
> 'center',300,375)"
> href="pics/quarterly/CL08-3.jpg"><img
> src="pics/quarterly/CL08-3 thumb.gif"
> name="thumbnail"
> border="0" id="thumbnail"
> /></A></DIV></TD></TR>
> <TR>
> <TD>
> <DIV class=product_name
> align=center>CL08-3</DIV>
>
>

Similar Messages

  • Help with html code. not running properly once on server

    The video works fine in captivate and works once i publish it, but when I try to upload it onto the server it does not. This is my first time using captivate 4, and when I matched the codes from my old movies they were quite different. So I just messed with the code I had and made it lok like the old vodes and it runs fine on the server.
    I was wondering if anyone had any ideas on what is going on with the code that it does not work on the server?
    Thank you!!!!!
    -danielle

    Hello Sue. It's very easy actually.
    If you have the lastest update of Muse CC from Nov 2013, there is a FREE Muse Library by musegrid.com that you can download from the Adobe Muse Exchange page that does this specifically using Google Analytics.  Here is the direct link should you like to check it out: 
    http://muse.adobe.com/exchange-library/add-google-analytics
    Start by "Right Clicking" on the "Master Page Icon" in the "Plan View" and choose "Page Properties" from the list of menu options available. 
    This will open up the "Page Properties Dialog Box" for the entire site. Once that dialog box is open, paste your code into the "Metadata" tab section (I believe that tab is displayed at default - at least on the Mac it is - I'm pretty sure it's the same on the Windows platform).
    All anaytics embed code goes in the <head> tag of an html page (note: it actually says "HTML for <head>" at the top of the embed window area - making it helpful to know you're in the right area). This is also where you would add any <meta> tags too like facebook's OpenGraph code etc.
    If using more than one master, included it to all masters.  If just using it on a specific page - say like a landing page, just go to that particular page in your site's "Plan View" and paste it there instead.
    Incase i get too "wordy" i've attached screen shots of what these should look like. 
    Good luck Sue!
    And congratulations on a nice new computer too - its got "juice".

  • Multiple Users Login ( Help With The Code ) Please.

    Hi all. Please help me...
    I'm using www.wix.com to create my websites.
    but since Wix.com don't able us to have member system conecet to database, i use Flash SWF As3 files...
    Please can anyone help me with the Code?
    Username=1    /Password= 1    /Url= www.1.com
    Username=2    /Password= 2    /Url= www.2.com
    Username=2    /Password= 2    /Url= www.2.com
    *If user name 1 or 2 or 3 correct. Show massage ex: Welcome back, if not correct " Bad login"
    *When login, it will open the url but in new page after the old one closed.
    + There is anyway to add " Password recovaring box too"?
    but not connected to datdabase as i said?
    Please help me, please! i areadly have code but it don't work for more than one user.
    Thank u soooo much!!
    Loai

    Here's the code i have already,,
    but i don't know how to add more than one user + when login it open new window ( popup ) i want it to open in the same window...
    Please help.
    stop();
    //hide the password
    //pass_txt.displayAsPassword = true;
    //adding event listener to the login button
    login_mc.addEventListener(MouseEvent.CLICK, loginUser);
    function loginUser(e:MouseEvent):void{
    //if both username and password are correct let the user logged in
    if(name_txt.text == "1" && pass_txt.text == "1"){
    navigateToURL( new URLRequest( "http://www.wix.com/designersgroup/tutorials/9-1" ), "_blank" );
    display_txt.text = "Going to secure area";
    else if(name_txt.text != "1" && pass_txt.text != "1"){
    display_txt.text = "Login failed!";
    if(name_txt.text == "2" && pass_txt.text == "2"){
    navigateToURL( new URLRequest( "http://www.wix.com/designersgroup/tutorials/9-2" ), "_blank" );
    display_txt.text = "Going to secure area";
    else if(name_txt.text != "2" && pass_txt.text != "2"){
    display_txt.text = "Login failed!";

  • Help with button code please?

    I am a novice and have just completed my first animated movie. I need help with action script.
    The movie is currently looped and I have created and invisible button the size of the frame with the intention that a user can click on the movie image to stop it and on second click continue the movie from where it stopped.
    I have used the AS event handler method to stop the movie. I have tested it and it works. But I cannot figure suitable code to restart the movie.
    Two questions;
    1. am I going about the task the right way? (should I use two buttons, one stop, one start)?
    2. if my approach is feasible, can anyone give me the correct AS to re-start the movie and put me out of my misery please?

    you can use the following after changing "yourbutton" and "yourmovieclip" to use suitable instance names:
    yourbutton.onRelease=function(){
    if(!this.toggle){
    yourmovieclip.stop();
    } else {
    yourmovieclip.play();
    this.toggle=!this.toggle;

  • Help with html code - inserting video into Muse

    I am seeking help writing the code to insert a video into Muse. I uploaded video into my Business Catalyst hosting. I need it to autoplay, loop and not show any controls or frames.
    When I host video on Vimeo or YouTube, I see markings on the video that is why I am trying to just host in the same place that the files are stored for my website. If there is a way to host on youtube with out any markings showing up on the video I would be open to that too.
    I don't want to see any play button or time bar.
    Thanks in advance!!

    Hello,
    Just as an FYI - we also have an HTML5 video tool over at MuseThemes.com that achieves this, but works on mobile devices as well. The link above looks like it uses Flash, which isn't common anymore since the release of HTML5 based video.
    Simply drag the widget out onto your canvas, and link up your videos / set options like loop, controls visible, etc. It's quite a flexible widget, and there's a complete training video included so you don't get stuck
    Check out the widget here
    Just wanted to provide another alternative that could be helpful. Cheers!
    Steve Harris
    MuseThemes.com

  • PLEASE Help with HTML code for email background image...

    Hi there!
    i have a background image that I want to pop into an html email widget for the email's background...  here is the web link I created in Photoshop: file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/tileabl e-metal-textures-2.html
    If anyone could please help me out that would be AWESOME!  I've attached pics of the background & I'm using Infusionsoft email builder which allows for HTML widgets.  I have a code that I use for my landing pages & webforms which works, tried that but no dice!
    Any help would be much appreciated - I'm an html newbie!
    Here is the code that I use for landing pages & works great, tried it for the email & it was a fail:
    <style>
      #mainContent .background, {
          background: url('file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/ti leable-metal-textures-2.html') no-repeat center center fixed;
        background-size: cover;
    </style>
    <script src="file:///C:/Users/Rachel/Desktop/iMuse%20Clients/LeadMachine360/Email%20Signatures/ti leable-metal-textures-2.html">
    </script>
    <script>
      jQuery(document).ready(
          function(){
          jQuery(' table.bodyContainer').removeAttr('bgcolor');
    </script>
    thanks in advance!
    Muse

    Not sure what you expect. Your URL is absolute and pointing to a local file resource. It's not a proper relative HTML link. Beyond that it's toatlly unclear how you actually plan to load your image and where they are hosted, so nobody can tell you anything. Either way, there is an obviously painful lack of understanding of even the most basic web techniques, so the best advise anyone would give you is to spend some time with a web search and actualyl learn some of that stuff...
    Mylenium

  • Help with HTML form,please!

    Hi everybody,
    I'm trying to write an HTML form that would allow user to login if he/she has already created username and password AND that would let him/her create an account in case the user is not registered yet. The code below creates a form that allows the user login after what this provided data would be sent to some servlet:
    <HTML>
    <HEAD>
    <TITLE>Meeting-scheduling</TITLE>
    </HEAD>
    <BODY>
    <H2>Login To Meeting-Scheduling Program</H2>
    <FORM METHOD="POST" ACTION="someServlet">
    Username: <INPUT TYPE="TEXT" NAME="username" SIZE="25"><BR>
    Password: <INPUT TYPE="PASSWORD" NAME="password" SIZE="25"><P>
    <INPUT TYPE="SUBMIT" VALUE="Submit">
    <INPUT TYPE="RESET" VALUE="Clear">
    </FORM>
    </BODY>
    </HTML>
    Now,I can't figure out how to add another button, for example, that would trigger another servlet and/or open another form and that would allow user to create an acount. Is this feasible at all? What I basically need is two forms on a single page triggering two different servlets. Thanks a lot,Jimmy.

    Yes u can trigger as many as servlets u want ,by using Javascript.make a normal button to act as submit button
    for e.g
    document.frm.action="/servlet/servletname"
    dovument.frm.method=post
    document.frm.submit()
    I hope this helps u :),if u still have problem mail me at
    [email protected]

  • Help with error code, please.

    I have compiled a small AS3 script of a bouncing basketball with sound - the volume of the sound  decreasing as the bounces get smaller.
    I have obviously not done something correctly in the way I have installed the sound because I get this error message " 1180: Call to possibly undefined method bounce2 "( bounce2 is the mp3 file). Without the sound the ball bounces perfectly - it is the sound that has killed it. I am a newbie  and am trying to learn AS3 the hard way - by experience  but am stumped here - can some one help, please?   Below is my script.
    // create a ball sprite
    import flash.media.Sound;
    var initialrotationSpeed=12;
    var rotationSpeed : Number;
    var initialxVel : Number=8;
    var stage_width : Number=750;
    ball_mc.x=80;
    ball_mc.y=360;
    //setup position and velocity variables
    var xPos : Number=ball_mc.x;
    var yPos : Number=ball_mc.y;
    var xVel : Number;
    var yVel : Number=0.5;
    var grav ; Number=1;
    var vol : Number=1;
    var snd : Sound=new bounce2();
    snd.play();
    addEventListener(Event.ENTER_FRAME,onLoop,false,0,true);
    function onLoop(evt:Event) : void {
    if(ball_mc.x/stage_width));
    xVel=initialxVel*(1-(ball_mc.x/stage_width));
    yVel+=grav;
    xPos+=xVel;
    yPos+=yVel;
    if(Math.abs(yPos-560)<1&&Math.abs(yVel)<1)
    remove EventListener(Event.ENTER_FRAME,onLoop);
    else if(yPos>560){
    yPos=560;
    yVel*= -.8;
    xVel*= .8;
    vol- =0.1;
    snd.play(0,0,newSoundTransform(vol));
    ball_mc.x=xPos;
    ball_mc.y=yPos;
    if(ball_mc.xstage.stageWidth-ball_mc.width/4||ball_mc.x<0+ball_mc.width/4){
    xVel*= -1;
    addEventListener(Event.ENTER_FRAME,Rotation);
    function Rotation(event:Event):void {
    if(ball_mc.x/stage_width<1)
    ball_mc.rotation+=initialrotationSpeed*(1-ball_mc.x/stage_width);
    if(ball_mc.x<700)
    xVel=initialxVel*(1-(ball_mc.x/stage_width));
    ball_mc.x+=xVel;
    else
    removeEventListener(Event.ENTER_FRAME,Rotation);

    Thank you - that was it - "class" - or lack of .
    I am most appreciative of your assistance
    regards

  • Help with html code for displaying flash animation

    hi all,
    i'm new to the forums :)
    not sure if this is the correct section or not.
    i run a small web based community for xboxlive players and i
    am trying to add an interactive flash file into a block on the main
    portal page
    What
    the file should do- link to sample file
    link to swf
    file- link to actual flash file
    homepage - link to portal
    homepage where the flash file needs to be, if you scroll all the
    way down the bottom of the page you will se it sort of works but im
    stumped as to how to get the full animation to show properly ?
    any help would be most appreciated.
    cheers

    hard to say just what the issue is here, since the file
    operates normally in other embeds - I guessing that it has
    something to do with your BB settings somewhere.

  • Help with my code, please?

    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.* ;
    import BreezySwing.*;
    import java.io.*;
    import TerminalIO.*;
    import java.lang.*;
    import java.util.*;
    import java.io.Serializable;
    public class FitnessCalculator extends GBFrame {
      private JTextField BMITextField, BMI2TextField, BPTextField,
    BP2TextField;
      private JLabel weightLabel, heightLabel, SystolicLabel, DiastolicLabel;
      private JMenuItem BMI, Bp;
      String BodyMassIndex, BloodPressure = "";
      int Systolic, Diastolic, weight, height;
      private JButton BodyMassCalculator, BloodPressureCalculator;
      Integer weightHeight = weight + height;
      public FitnessCalculator( ){
          setSize(400,500);
          setLocation(200,200);
          JMenu calculators = new JMenu("Calculators");
          calculators.setMnemonic(KeyEvent.VK_U);
          JMenu BP = new JMenu("BloodPressure");
          JMenuItem BPItem = new JMenuItem("BloodPressure");
          BPItem.addActionListener(new ActionListener(){
              public void actionPerformed(ActionEvent e) {
                  FitnessCalculator bmiWindow = new
    FitnessCalculator("BloodPressure");
              bmiWindow.setSize(400,400);
              bmiWindow.setVisible(true);
          JMenu BMI = new JMenu("BMI");
          JMenuItem BMIItem = new JMenuItem("BMI");
          BMIItem.addActionListener(new ActionListener(){
              public void actionPerformed(ActionEvent e) {
                  FitnessCalculator bmiWindow = new FitnessCalculator("BMI");
              bmiWindow.setSize(400,400);
              bmiWindow.setVisible(true);
          calculators.add(BMIItem);
          calculators.add(BPItem);
          calculators.addSeparator();
          JMenu Quit = new JMenu("Quit");
          JMenuItem quitItem = new JMenuItem("Quit");
          quitItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_Q,
           Event.CTRL_MASK));
          quitItem.addActionListener(new ActionListener(){
              public void actionPerformed(ActionEvent e) {
                  System.exit(0);
          calculators.add(quitItem);
          JMenuBar menuBar = new JMenuBar();
          menuBar.add(calculators);
          setJMenuBar(menuBar);
      public FitnessCalculator(String blah){
          BodyMassIndex();
      public void BodyMassIndex(){
           JMenu calculators = new JMenu("Calculators");
          calculators.setMnemonic(KeyEvent.VK_U);
          calculators.add(new JMenuItem("BMI"));
          calculators.add(new JMenuItem("BodyFat"));
          calculators.add(new JMenuItem("BloodPressure"));
          calculators.addSeparator();
          if ( weight == 0){
                BMI2TextField.setText("Noob");
               }else{
                  if( BMI < 18.5){
                      BMI2TextField.setText("UnderWeight");
                  }else{
                   if( BMI >= 18.5 && BMI <= 24.9){
                      BMI2TextField.setText("Normal");
                  }else{
                  if( BMI >= 25 && BMI <= 29.9){
                      BMI2TextField.setText("Overweight");
                  }else{
                  if( BMI > 30){
                      BMI2TextField.setText("Obese");
                  }else{
             BMI2TextField.setText("Your BMI is :" + BMI);
       public void BloodPressure(){
           JMenu calculators = new JMenu("Calculators");
          calculators.setMnemonic(KeyEvent.VK_U);
          calculators.add(new JMenuItem("BMI"));
          calculators.add(new JMenuItem("BodyFat"));
          calculators.add(new JMenuItem("BloodPressure"));
          calculators.addSeparator();
      public String setText(String t){
          return t;
       public Integer getNumber(){
               return weightHeight;
           public void BodyMassIndexCalculator(){
           Integer BMI = (weight / (height * height) * 703);
            weightHeight = weight + height;
            weightLabel = weightLabel;
            heightLabel = heightLabel;
            if ( weight == 0){
                BMI2TextField.setText("Noob");
               }else{
                  if( BMI < 18.5){
                      BMI2TextField.setText("UnderWeight");
                  }else{
                   if( BMI >= 18.5 && BMI <= 24.9){
                      BMI2TextField.setText("Normal");
                  }else{
                  if( BMI >= 25 && BMI <= 29.9){
                      BMI2TextField.setText("Overweight");
                  }else{
                  if( BMI > 30){
                      BMI2TextField.setText("Obese");
                  }else{
             BMI2TextField.setText("Your BMI is :" + BMI);
            //BMI.setText(BMI);
              public void BloodPressureCalculator(){
           SystolicLabel = SystolicLabel;
           DiastolicLabel = DiastolicLabel;
              //BloodPressure.setText(BloodPressure);
      public void buttonClicked(JButton buttonObj){
        if ( buttonObj == BodyMassCalculator){
               double BMI = weightHeight;
            if ( weight == 0){
                BMI2TextField.setText("Noob");
               }else{
                  if( BMI < 18.5){
                      BMI2TextField.setText("UnderWeight");
                  }else{
                   if( BMI >= 18.5 && BMI <= 24.9){
                      BMI2TextField.setText("Normal");
                  }else{
                  if( BMI >= 25 && BMI <= 29.9){
                      BMI2TextField.setText("Overweight");
                  }else{
                  if( BMI > 30){
                      BMI2TextField.setText("Obese");
                  }else{
             BMI2TextField.setText("Your BMI is :" + BMI);
           if ( buttonObj == BloodPressureCalculator){
               //Integer Systolic = Systolic.getNumber();
               //Integer Diastolic = Diastolic.getNumber();
                   BP2TextField.setText("Liar");
               }else{
                   if( Systolic < 120 && Systolic > 80){
                       BP2TextField.setText("Normal");
                   }else{
                       if( Systolic > 120 && Systolic < 139){
                           BP2TextField.setText("PreHypertension");
                       }else{
                           //BP2TextField.setText("Your Bloodpressure is : ") +
    BloodPressure);
      public JMenuItem add(JMenuItem ob){
          if ( ob == BMI){
              FitnessCalculator bmiWindow = new FitnessCalculator("BMI");
              bmiWindow.setSize(400,400);
              bmiWindow.setVisible(true);
              this.setVisible(true);
          if ( ob == Bp){
              BloodPressure();
              this.setVisible(false);
          return Bp;
      public static void main(String[] args) {
      JFrame f = new FitnessCalculator(  );
      f.addWindowListener(new WindowAdapter(  ) {
        public void windowClosing(WindowEvent we) { System.exit (0); }
      f.setVisible(true);
    }When I compile it, it will show up like I want it to. But when I click the menu and go down to the calculator I want to pop up, only the window pops up. There's nothing in it. How would I take the input from the user and tell the user if they are overweight or not?
      if ( weight == 0){
                BMI2TextField.setText("Noob");
               }else{
                  if( BMI < 18.5){
                      BMI2TextField.setText("UnderWeight");
                  }else{
                   if( BMI >= 18.5 && BMI <= 24.9){
                      BMI2TextField.setText("Normal");
                  }else{
                  if( BMI >= 25 && BMI <= 29.9){
                      BMI2TextField.setText("Overweight");
                  }else{
                  if( BMI > 30){
                      BMI2TextField.setText("Obese");
                  }else{
             BMI2TextField.setText("Your BMI is :" + BMI);
    }I thought it was that, but when I open the calculator nothing shows up in the window. What do I need to do to take input from the user and output the needed info from the above text?

    What do I need to put BMI as? I don't know if having it as a MenuItem is working.
    When I compile it, it will show up like I want it to.???
    If you didn't understand, I meant that it compiles and opens a GUI window. Just a blank window with a Menu Bar. With two calculators that drop down. When I click the BodyMassIndex one a new GUI window opens up. But nothing is in it. How do I get the user to input the information and output the result of it? This is really confusing me.

  • Need help with html code for password logins

    I'm building a site and need to have a login page where multiple users can have unique usernames and passwords and then all be redirected to the same page within the same website.  Does anyone have any code advice or tips on how this can be done in iweb.  I getting stuck at the point in the code where I have to enter the site to be redirected to upon entering the correct username and password.  I would greatly appreciate any advice or tips.  Thanks

    Its done on the server rather than in iWeb....
    http://www.iwebformusicians.com/iWeb/Comments-Password-Protect.html

  • Help Needed with HTML code for Image Positioning

    Hi All,
    Need a little help with some code for positioning images.
    I initially used the following:
    This is fine, but the border automatically puts a black border around the photo - how do I change it to white? Is there a way to set margins too, to prevent the text butting up against the photo?
    I also used the following code with success:
    <style type="text/css"
    img
    float:right;
    border:2px solid white;
    margin: 0px 0px 15px 20px
    </style>
    This code works, however the problem with it is it is not individual to just one photo - it moved all my photos and on that page, I wanted one photo floated to left and another to the right.
    If I use this code, how can I make it photo specific, so that it only affects the placement, margins and borders of one photo?
    Any help would be great.
    Thanks

    CSS question, not iWeb question. Regardless, use inline CSS styling for the image. You can also wrap the image in its own tag and declare an id or simply declare an id for the img tag, then set the style for the id_name:
    <style type="text/css"
    img#id_name
    float:right;
    border:2px solid white;
    margin: 0px 0px 15px 20px
    </style>
    If you want to control the style of more than one image on a page but not all then use a class instead of an id.
    the border automatically puts a black border around the photo - how do I change it to white? Is there a way to set margins too, to prevent the text butting up against the photo?
    I believe you have discovered a solution for this according to your CSS code. You have set the border to white by looking at the code and adjusting it appropriately. Your margin is declared in the CSS also, adjust the pixels appropriately.
    Read up some more on CSS to educate yourself further. I suggest w3schools.com or a CSS forum instead of the iWeb forum if you have CSS questions. It's kind of like if you drive your auto to the supermarket so you decide to go to the supermarket and ask everyone in the produce section to help when you have car problems. All the supermarket does is provide a place to park your auto. If you have car problems then ask a mechanic. iWeb (and most of its users) doesn't specialize in code, it simply provides an area for you to place it. Granted you might get lucky and find a mechanic in the produce section of the supermarket, but you're more likely to find a specialist at an auto swap meet (or CSS coding forum)!

  • Inserting an image into Clearbox with html code

    Hi guys,
    I am using Clearbox to make pop up boxes so I can use text and images in it and I am editing them with html code.
    This is the code that I have (default for clearbox html)
    <div class="item"><a href="htmlcontent" rel="clearbox[gallery=Gallery,,width=400,,height=200,,html=&lt;br /&gt;&lt;strong&gt;&lt;font size=&quot;4&quot; color=&quot;#999&quot;&gt;BRC Food!&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;You can use most of html codes. For more information, please check the 'Professional usage' on www.clearbox.hu!&lt;/strong&gt;,,title=HTML content]"><img  src="images/brc_food_1.jpg" alt="html content" /></a></div>
    This code works fine, but I also want to add an image to it.
    <img src="images/brc_food.jpg" alt="BRC Food" width="500" height="334">
    Can anyone tell me how I would add the above together. Just inserting it into the code does not work, and I have also tried replacing the
    &lt; INSTEAD OF < / &gt; INSTEAD OF > / &quot; INSTEAD OF "
    Any help would be appreciated

    Whenever I deploy Fancybox on a page, I usually throw "the whole enchilada", to use a food analogy, in there:
    I link to every possible script from Fancybox just in case I'll need it.
    <script type="text/javascript" src="fancybox/lib/jquery-1.9.0.min.js"></script>
    <script type="text/javascript" src="fancybox/lib/jquery.mousewheel-3.0.6.pack.js"></script>
    <script type="text/javascript" src="fancybox/source/jquery.fancybox.js"></script>
    <link rel="stylesheet" type="text/css" href="fancybox/source/jquery.fancybox.css" media="screen">
    <link rel="stylesheet" type="text/css" href="fancybox/source/helpers/jquery.fancybox-buttons.css">
    <script type="text/javascript" src="fancybox/source/helpers/jquery.fancybox-buttons.js"></script>
    <link rel="stylesheet" type="text/css" href="fancybox/source/helpers/jquery.fancybox-thumbs.css">
    <script type="text/javascript" src="fancybox/source/helpers/jquery.fancybox-thumbs.js"></script>
    <script type="text/javascript" src="fancybox/source/helpers/jquery.fancybox-media.js"></script>
    <script type="text/javascript" src="fancybox/lib/fancybox_definitions.js"></script>
    That last one "fancybox_definitions" is simple a remote file I made from the inline styiling I found in thwe Fancybox demo page:
    It reads as follows:
    // JavaScript Document
    $(document).ready(function() {
    *  Simple image gallery. Uses default settings
    $('.fancybox').fancybox();
    *  Different effects
    // Change title type, overlay closing speed
    $(".fancybox-effects-a").fancybox({
    helpers: {
    title : {
    type : 'outside'
    overlay : {
    speedOut : 0
    // Disable opening and closing animations, change title type
    $(".fancybox-effects-b").fancybox({
    openEffect  : 'none',
    closeEffect     : 'none',
    helpers : {
    title : {
    type : 'over'
    // Set custom style, close if clicked, change title type and overlay color
    $(".fancybox-effects-c").fancybox({
    wrapCSS    : 'fancybox-custom',
    closeClick : true,
    openEffect : 'none',
    helpers : {
    title : {
    type : 'inside'
    overlay : {
    css : {
    'background' : 'rgba(85,164,194,0.85)'
    // Remove padding, set opening and closing animations, close if clicked and disable overlay
    $(".fancybox-effects-d").fancybox({
    padding: 0,
    openEffect : 'elastic',
    openSpeed  : 150,
    closeEffect : 'elastic',
    closeSpeed  : 150,
    closeClick : true,
    helpers : {
    overlay : null
    *  Button helper. Disable animations, hide close button, change title type and content
    $('.fancybox-buttons').fancybox({
    openEffect  : 'none',
    closeEffect : 'none',
    prevEffect : 'none',
    nextEffect : 'none',
    closeBtn  : false,
    helpers : {
    title : {
    type : 'inside'
    buttons     : {}
    afterLoad : function() {
    this.title = 'Image ' + (this.index + 1) + ' of ' + this.group.length + (this.title ? ' - ' + this.title : '');
    *  Thumbnail helper. Disable animations, hide close button, arrows and slide to next gallery item if clicked
    $('.fancybox-thumbs').fancybox({
    prevEffect : 'none',
    nextEffect : 'none',
    closeBtn  : false,
    arrows    : false,
    nextClick : true,
    helpers : {
    thumbs : {
    width  : 50,
    height : 50
    *  Media helper. Group items, disable animations, hide arrows, enable media and button helpers.
    $('.fancybox-media')
    .attr('rel', 'media-gallery')
    .fancybox({
    openEffect : 'none',
    closeEffect : 'none',
    prevEffect : 'none',
    nextEffect : 'none',
    arrows : false,
    helpers : {
    media : {},
    buttons : {}
    *  Open manually
    $("#fancybox-manual-a").click(function() {
    $.fancybox.open('1_b.jpg');
    $("#fancybox-manual-b").click(function() {
    $.fancybox.open({
    href : 'iframe.html',
    type : 'iframe',
    padding : 5
    $("#fancybox-manual-c").click(function() {
    $.fancybox.open([
    href : '1_b.jpg',
    title : 'My title'
    href : '2_b.jpg',
    title : '2nd title'
    href : '3_b.jpg'
    helpers : {
    thumbs : {
    width: 75,
    height: 50
    Copy that block of code and save it into a js file with the name "fancybox_definitions" in the fancybox/lib folder.
    Then add the other "calls" to Fancybox files to your header.  It should work from there.

  • How to insert a shoutbox and a counter in a flash file with html code?

    How to insert a shoutbox and a counter in a flash file with
    html code?
    Code shout box
    <!-- BEGIN MYSHOUTBOX.COM CODE -->
    <iframe src="
    http://489676.myshoutbox.com/"
    width="152" height="300" frameborder="0"
    allowTransparency="true"></iframe>
    <!-- END MYSHOUTBOX.COM CODE-->
    Code compteur
    <script type="text/javascript" src="
    http://www.123compteur.com/counterskinable01.php?votre_id=268303"></script><noscript><a
    href="
    http://www.123compteur.com"
    target="_blank">compteur</a></noscript>

    thx =D

  • Email with HTML code

    I have a problem with generating HTML based email.
    BPEL code example:
    <copy>
    <from expression="'%lt;HTML%gt;%lt;BODY%gt;%lt;B%gt;Hello World! %lt;/B%gt;%lt;/BODY%gt;%lt;/HTML%gt;'"/>
    <to variable="mailRequestOne" part="payload" query="/mail:mailMessage/mail:content/mail:multiPart/mail:bodyPart[1]/mail:content"/>
    </copy>
    It would send email:
    %lt;HTML%gt;%lt;BODY%gt;%lt;B%gt;Hello World!%lt;/B%gt;%lt;/BODY%gt;%lt;/HTML%gt;
    Any idea how to send an email with HTML code?
    ps: replace % by &

    Not sure what you expect. Your URL is absolute and pointing to a local file resource. It's not a proper relative HTML link. Beyond that it's toatlly unclear how you actually plan to load your image and where they are hosted, so nobody can tell you anything. Either way, there is an obviously painful lack of understanding of even the most basic web techniques, so the best advise anyone would give you is to spend some time with a web search and actualyl learn some of that stuff...
    Mylenium

Maybe you are looking for

  • Where Did my File Go?

    Why is it that every time I sit down for a session with my Adobe products, it seems that I am searching my computer many many times for where Adobe stores my files. For example, if in Photoshop and I Save for Web and Devices, the default directory is

  • XI scenario for Local PO - Email to be sent  to SC  requester

    Hi all, We are running  on SRM 5.0 (Standalone scenario).We are sending the local PO to the vendor system thorugh XI(SRM>XI>Vendor system). My reqt is when the PO is sent to the vendor system,a response/message  is sent to XI that the PO has been del

  • How to connect to Firefox Sync if operating system was reinstalled?

    Can I connect to Firefox Sync if i have the sync key? When I go to Tools>Options>Sync>Set Up Firefox Sync I see only Create new Account and Connect that does not allow me to connect to my account. Thank you.

  • Mac pro & non apple displays

    is it true that some non apple display don't seem to be liked by mac pro. i have a dell E207WEP 20" display and with my mac pro it makes diagonal line ripples. its only with my mac pro. my past quad G5 didn't have this problem. + nothing wrong with m

  • About Check box Prompt in OBIEE 11g

    Hi All, I really wonder about strange behaviour of check box prompt in OBIEE11g. I have created a check box prompt and associate it with my report. Now when i tried to view result with select any of check box, report run properly, But when i deselect