HTML - Html Webpage Made In Dreamweaver With Swap Image - Problem With Mailing It Via Explor
Dear
I made an html newsletter with dreamweaver and I used the swap image behavior. I can view the result perfectly in explorer. Now I mailed it to my own mailbox (via explorer) and in outlook (and also in hotmail) the swap image effect doesn't appear.(the second photo is not shown) Is there a possibility to see this in my mailbox? I tried to paste the code into my outlook, but that doesn't work with the regular outlook, I only can view the source, not edit it. Thank you very much in advance! Kind regards Sandra Similar TutorialsI had this question for anyone in this forum who has time. I am attempting to make a pop-up menu in dreamweaver and have done everythign as correctly as I can, yet no pop-up menu appears... what am I doing wrong? I have made them in exactly the same fashion before and they worked fine... any ideas? I've added the mm_menu.js file to my main server space. http://www.skyjacobs.com/favorites-page2.html This is where it should pop-up on the left 'photography' button... page 1, page 2, etc. 'View source code' if that helps. Thanks for anyones assistance. Desierto Hello everyone, I have an image inside a div, when I try to make the image a clickable hyperlink the image disappears and there is nothing to click or see. Code: <div id="google"> <a href="http://www.google.com/"> <img src="google_icon.png" height="23" width="23" /> </a> </div> I tried an alternative way by making the Div a hyperlink with the following code... Code: <div id="google" class="hand" onclick="location.href='http://www.google.com';" target="_blank"> <img src="google_icon.png" title="google" height="23" width="23" /> </div> This works except for a couple problems...1st when hovering over the link nothing is shown in the browser status bar and 2nd, the target="_blank" isn't working. Here is a link to my site http://chasehearn.com/ On the left hand side there are 6 images (one is not showing) which i would like to make links. I made the first (from the left) one work by making the Div that contains the image a link, but I can't get the link to open in a new window and I don't like how the browser (i'm using chrome) status bar doesn't show anything when hovering over the link. The 2nd icon (which can't be seen) disappears whenever I add <a href></a> tags around it. The images are in the correct folder. Anyone have any ideas on what I'm doing wrong? Thanks! How can I make an image swap when I mouse over another image. Mouse over image 1, and image 2 turns into image 3. So 2 images visible at once. For some reason my code is not working when I use certain images, any ideas? HTML Code: <td><img src="images/product_files/baby shoes & cloathing/clothes/Love'd Baby/320/Gl'oved-Sleeve-Bodysuit-Blue.jpg" name="btn1" width="284" height="320" id="btn1" onmouseover="MM_swapImage('pic1','','images/product_files/baby shoes & cloathing/clothes/Love'd Baby/320/Gl'oved-Sleeve-Bodysuit-Caramel.jpg',1)" onmouseout="MM_swapImgRestore()" /></td> Does anyone know if there is a way to get an image swap without using Javascript? In other words, could I set it up so when I hover over a link, an image will change to another one in HTML, CSS, or PHP? _________________________ Does anyone know if there is a way to get an image swap without using Javascript? In other words, could I set it up so when I hover over a link, an image will change to another one in HTML, CSS, or PHP? _______________________ Webkinz a ganz website panic attack causes Does anyone know if there is a way to get an image swap without using Javascript? In other words, could I set it up so when I hover over a link, an image will change to another one in HTML, CSS, or PHP? __________________________________ *** removed links *** It goes like this... How can you make a linked image to have a mouseover sound and image swap at the same time? Please help. My client friend wants a links page with rollover emails that chage the main image of the page so he can have a different sketch of each of them. My idea, and its backfiring as I can do this if I change the email text into images with swap image and a target but he wants them to remain as copyable (mmm is that even a word?) text. Can it be done with text without making it an image? many thanks to all you wonderful people that make these sites possible jax Hi, I'm looking at creating a website for a university assignment, and am not allowed to create the code in Dreamweaver. Is there any way to store the constant layout components in one file, referenced by each separate page in the site, so I wouldn't need to go through each page to edit the design after I've built it? Put another way, is it possible to use template-style files to apply to HTML pages, without using the Dreamweaver's built-in varieties? If this is possible in JavaScript or PHP instead of HTML, please let me know. Thanks for your help, Christian Thus far I've used Notepad, vi, and UltraEdit to code websites. However, my client uses Dreamweaver, so I need to build a website that he can easily edit in Dreamweaver. I am finding out Dreamweaver's "style" little by little, but can anyone here give me a few pointers? For example, I prefer to use div's, not table's, for layout. Is this going to make WYSIWYG editing difficult or buggy for my client? I prefer to use external stylesheets (in a separate .css file). But if my client tries to write new paragraphs with different font-styles, etc., won't Dreamweaver define new internal styles, e.g. "style13" in the <head/> section? Is this just an annoyance I'll have to deal with? Or is there a way to force the client to use the styles and classes I have specified? One thing I'll do for sure is set up his workspace so that the website conforms to HTML 4.01 Strict. That should help a little bit, I think. God help my feeble mind if <font> tags infect my beautiful code. Any tips are well appreciated! I have been asked to redesign a site. The basic elements will stay the same, but the folder structure is crazy! The current site is http://www.npsign.com Please don't pay attention to the current code on the site. I'm doing a complete makeover, so the fact that it is currently not W3C standard will change. However, the index.html file or home page has pictures that rotate in a frame. I don't mind changing any code at all. In fact I think that I'm going to have to redesign the entire site!! On the home page you will notice that the pictures rotate and or change every 3 seconds or so. What I'm looking for is an answer to how to create this change in Dreamweaver CS5.5. The index.html file is the only file that this takes place on. I guess to give it a more dynamic look. However, is my best option to use adobe flash to change the images, or is there more simplified code to change the images in the block? Any feedback on this would be appreciated, even if there are multiple example for me to create the effect of different images changing. This could be a fade effect, or a simple picture to picture swap. This particular subject is beyond my knowledge, as well as a few more questions I may have. Basically, they are looking for a way to get this done on the cheap. I don't mind doing it because it is a learning experience for me!! Thank you for all responses!! Edit: This may be what I'm looking for! http://help.adobe.com/en_US/Dreamwea...f21-7ae8a.html Any response is appreciated! Hey Guys, This is probably a huge nub mistake, but I cannot get the top banner at the top of my website. It gives a little room at the top. I changed the css so the top margins are at 0. It fixed it on dreamweaver, but when i go to preview, it isn't changed. The website is at http://s278499115.onlinehome.us/bp/ Here is the code. 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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>brian pensinger / graphic designer</title> <style type="text/css"> <!-- body { background: url(images/background.png) top center no-repeat; background-color: #000000; margin-top: 0px; } --> </style> </head> <body> <p align="center"><img src="images/header.gif" width="800" height="149"/></p> <table width="716" height="339" border="0" align="center" cellspacing="7"> <tr> <td width="137" height="76"><img src="images/placebox.gif" width="137" height="76" /></td> <td width="137"><img src="images/placebox.gif" width="137" height="76" /></td> <td width="137"><img src="images/placebox.gif" width="137" height="76" /></td> <td width="137"><img src="images/head.gif" width="137" height="76" /></td> <td width="116"><img src="images/placebox.gif" width="137" height="76" /></td> </tr> <tr> <td height="76"><img src="images/placebox.gif" width="137" height="76" /></td> <td><img src="images/placebox.gif" width="137" height="76" /></td> <td><img src="images/placebox.gif" width="137" height="76" /></td> <td><img src="images/top-left.gif" width="137" height="76" /></td> <td><img src="images/top-right.gif" width="137" height="76" /></td> </tr> <tr> <td height="76"><img src="images/placebox.gif" width="137" height="76" /></td> <td><img src="images/placebox.gif" width="137" height="76" /></td> <td><img src="images/placebox.gif" width="137" height="76" /></td> <td><img src="images/mid-left.gif" width="137" height="76" /></td> <td><img src="images/mid-right.gif" width="137" height="76" /></td> </tr> <tr> <td height="76"><img src="images/placebox.gif" width="137" height="76" /></td> <td><img src="images/placebox.gif" width="137" height="76" /></td> <td><img src="images/placebox.gif" width="137" height="76" /></td> <td><img src="images/lower-left.gif" width="137" height="76" /></td> <td><img src="images/lower-right.gif" width="137" height="76" /></td> </tr> </table> </body> </html> Hi, I`ve got a little Prob on my Site. If you take a look at the left Side, you`ll find a hidden PREFERENCES Menu. In it are 8 Buttons with Image Swap Function. 3 Buttons doesen`t work and I don`t know why?! They a NEWSLETTER, UMFRAGE and FORUM! Sorry for my english, but it`s a German Site... LINK Thanks for your help! aaaaaaaaaaaaaaaaaaaaaa http://img148.imageshack.us/my.php?i...titled3pd9.jpg I would like the image at the very bottom of that pic to go underneath my iframe, how would i do this? Thanks in advance.All help is appreciated! Code: <html> <head> <title>Untitled-2</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <p> <!-- ImageReady Slices (Untitled-2.psd) --> </p> <table id="Table_01" width="750" height="801" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="9"> <img src="images/Untitled-2_01.gif" width="750" height="131" alt=""></td> </tr> <tr> <td colspan="2"> <img src="images/Untitled-2_02.gif" width="206" height="35" alt=""></td> <td> <img src="images/Untitled-2_03.gif" width="103" height="35" alt=""></td> <td> <img src="images/Untitled-2_04.gif" width="68" height="35" alt=""></td> <td> <img src="images/Untitled-2_05.gif" width="70" height="35" alt=""></td> <td> <img src="images/Untitled-2_06.gif" width="66" height="35" alt=""></td> <td> <img src="images/Untitled-2_07.gif" width="82" height="35" alt=""></td> <td colspan="2"> <img src="images/Untitled-2_08.gif" width="155" height="35" alt=""></td> </tr> <tr> <td colspan="9"> <img src="images/Untitled-2_09.gif" width="750" height="32" alt=""></td> </tr> <tr> <td rowspan="0"> <img src="images/Untitled-2_10.gif" width="95" height="602" alt=""></td> <td colspan="7"><iframe src="page.html" width="576" height="500"></iframe> </td> <td rowspan="0"> <img src="images/Untitled-2_12.gif" width="79" height="602" alt=""></td> </tr> <tr> <td colspan="7"> <img src="images/Untitled-2_13.gif" width="576" height="102" alt=""></td> </tr> <tr> <td> <img src="images/spacer.gif" width="95" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="111" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="103" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="68" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="70" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="66" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="82" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="76" height="1" alt=""></td> <td> <img src="images/spacer.gif" width="79" height="1" alt=""></td> </tr> </table> <!-- End ImageReady Slices --> </body> </html> hi, for some reason i cannot see the images i am interting in the dreamweaver split funbction, however when i preview it, all is ok in internet explorer hmmm I'm not sure this is the correct place to post this question. Please redirect me if it is not. I am trying to use a template for all the pages on my site. I am using Dreamweaver. When I apply the template to a new page, it appends the path of the template directory to all my links, and won't let me edit them. I'm not sure in general how templates are supposed to work. Can I do this without Dreamweaver? Is there a good FAQ on templates somewhere that I can read? Thanks. Hey everyone, Hopefully someone can help me. One of the pages on my website goes all wonky when I view it in a browser, but it looks fine in Dreamweaver. I know the code is correct, and what's weird is that when I right click an image and view its properties, the page straightens out. I think it may be because I'm aligning a lot of the pics left or right as opposed to default, but I really don't want to change the look of the page. If you look he www.lovefresh.com/bath.html you'll see what I mean. I can also post the code if that helps...thanks for any help!! Tara I am working on an index page with menu for a friend and originally did the page an menu separately....I was able to get them to work together but when i do the In-Dreamweaver preview does not work...This is very important because she will need the preview to make her changes... Everything looks fine upon viewing in browser but no preview.... I think it probably has something to do with me using two different body tages with two different csses....Can somebody take a look and see if they can find my problem? Any help would be greatly appreciated! You can view an online version at: http://www.firstpresgreenville.org/NEWFPATEST/menu.html |