HTML - Html Issue Regarding Activex Controls
Hi there,
I am creating a website using dreamweaver html and css. I am having issues embedding a .swf file to the code, it does not show in ie. I have the latest version of ie installed on my pc and I have the activeX flash player installed also. When I preview the file a banner appears saying blocked content and when you allow it nothing happens. If I am having this issue others are bound to hence I would like it resolved before the site goes live. Can any one help me please??? CODE:- HTML 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> <!--[if lt IE 6.]> <script defer type="text/javascript" src="pngfix.js"></script> <![endif]--> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Future Limo Buses</title> <style type="text/css"> <!-- body { font-family:Verdana, Geneva, sans-serif; border:none; background-color:#000; } #Wrapper { width:800px; margin:0 auto; } #Background { height:600px; width:800px; background-image:url(../future_root/Images/Background%20images/gallery.png); background-repeat:no-repeat; background-position:center; } #Logo { border:none; background-image:url(../future_root/Images/Misc/gold%20logo.png); background-repeat:no-repeat; height:89px; width:281px; margin-top:-570px; margin-left:480px; } #PageHeader { border:none; background-image:url(../future_root/Images/Page%20Headers/gallery.png); background-repeat:no-repeat; height:26px; width:215px; margin-top:-50px; margin-left:40px; } #Navigation { border:none; height:350px; width:153px; margin-top:103px; margin-left:30px; } #Seperator { border:none; height:350px; width:3px; background-image:url(../future_root/Images/Misc/seperator.png); background-repeat:no-repeat; margin-top:-343px; margin-left:190px; } #Links { height:22px; width:221px; margin-top:-10px; margin-left:540px; } #PageInfo { border:none; text-align:center; height:350px; width:550px; margin-top:-450px; margin-left:210px; } #Navigation a { background-repeat:no-repeat; display:block; } a.home, a.contact, a.links, a.testimonials, a.gallery, a.about { margin-top:30px; height:18px; } a.future { margin-top:20px; width:107px; height:35px; } a.home { width:49px; } a.links { width:44px; } a.testimonials { width:107px; } a.about { width:76px; } a.contact { width:90px; } a.gallery { width:60px; } a.home:link, a.home:visited { background-image:url(../future_root/Images/Navigation%20Bar/homewhite.png); } a.home:hover, a.home:active { background-image:url(../future_root/Images/Navigation%20Bar/homegrey.png); } a.about:link, a.about:visited { background-image:url(../future_root/Images/Navigation%20Bar/aboutuswhite.png); } a.about:hover, a.about:active { background-image:url(../future_root/Images/Navigation%20Bar/aboutusgrey.png); } a.futu link, a.futu visited { background-image:url(../future_root/Images/Navigation%20Bar/thefutureexperiencewhite.png); } a.futu hover, a.futu active { background-image:url(../future_root/Images/Navigation%20Bar/thefutureexperiencegrey.png); } a.gallery:link, a.gallery:visited, a.gallery:hover, a.gallery:active { background-image:url(../future_root/Images/Navigation%20Bar/gallerygrey.png); } a.testimonials:link, a.testimonials:visited { background-image:url(../future_root/Images/Navigation%20Bar/testimonialswhite.png); } a.testimonials:hover, a.testimonials:active { background-image:url(../future_root/Images/Navigation%20Bar/testimonialsgrey.png); } a.links:link, a.links:visited { background-image:url(../future_root/Images/Navigation%20Bar/linkswhite.png); } a.links:hover, a.links:active { background-image:url(../future_root/Images/Navigation%20Bar/linksgrey.png); } a.contact:link, a.contact:visited { background-image:url(../future_root/Images/Navigation%20Bar/contactuswhite.png); } a.contact:hover, a.contact:active { background-image:url(../future_root/Images/Navigation%20Bar/contactusgrey.png); } --> </style> </head> <body> <div id="Wrapper"> <div id="Background"></div> <div id="Logo"></div> <div id="PageHeader"></div> <div id="Navigation"> <a class="home" href="../future_root/index.html"></a> <a class="about" href="../future_root/aboutus.html"></a> <a class="future" href="../future_root/future.html"></a> <a class="gallery" href="../future_root/gallery.html"></a> <a class="testimonials" href="../future_root/testimonials.html"></a> <a class="links" href="../future_root/links.html"></a> <a class="contact" href="../future_root/contactus.html"></a> </div> <div id="Seperator"></div> <div id="Links"> <a href="http://www.facebook.com/pages/Future-Limo-Buses/113455505345741"> <img src="../future_root/Images/Misc/facebook.png" border="0" height="22" width="89" align="right"/> </a> <a href="http://www.got-the-concept.co.uk" > <img src="../future_root/Images/Misc/copyright.png" border="0" height="22" width="121" align="left" /> </a> </div> <div id="PageInfo"> <object classid="clsid27CDB6E-AE6D-11cf-96B8-44455350000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="550" height="400" id="myMovieName"> <param name="movie" value="../future_root/Images/Gallery/gallery.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <param name="wmode" value="transparent"> <embed src="../future_root/Images/Gallery/gallery.swf" quality="high" bgcolor="#FFFFFF" width="550" height="400" name="gallery" align="" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer" wmode="transparent"> </embed> </object> </div> </div> </body> </html> Similar TutorialsI'm working on creating a custom home page for one of my Outlook folders using the Outlook View Control. The documentation that I've found uses the following tag to insert the control. <OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046 id=ViewCtlFolder width="91%" height="330" codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB# ver=9,0,0,3203"> Obviously, this requires that I be connected to the internet for the control to work. However, I need to have the page work when I'm not connected to the internet. The Outlook View Control is available via a .dll on my laptop. Q1: Should I try and down load the .cab file to my laptop and point the codebase to the location of it? If so, how can I download the actual file? Q2: Since the .dll exists on my computer already, should I just point the codebase to the existing .dll file and go that route? Hey guys Im having trouble with some html code, if you could help out that would be great. What im trying to do is put an activeX control into a .htm page and use a html form. The .htm uses the activeX to read a .txt file, and displays the data in a table, with headings, descriptions, images, and a text box used for selecting a quantity. Then at the bottom of the page, I have made a simple send to email button, and a reset button. However my problem is; I dont think the code for the form is enclosing the whole table. Here's the code I hope this works... <body> <object id="Productlist"classid="CLSID:333C7BC4-460F-11D0-BC04-0080C7055A83"> <param name="DataURL"value ="data/Partsproductlist.txt"/> <param name="UseHeader" value="TRUE"/> <param name="FieldDelim" value=","/> </object> <table DATASRC="#Productlist" style="border-style: ridge; border-color:darkseagreen; background-color:lightcyan"> <thead><tr style="background-color:aqua"> <th></th> <th>Product Name</th> <th>Product Description</th> <th>Unit Price</th> <th>Quantity</th> </TR></thead> <tbody> <tr style="background-color: ***hsia"> <td><span><img DATASRC ="#Productlist" DATAFLD="ProdImage" width="150" height="150" /></span></td> <td><span DATAFLD ="ProductName"></span></td> <td><span DATAFLD="ProductDescription"></span></td> <td><span DATAFLD="UnitPrice"></span></td> <td> <form><input type="text" name="quantity" id="numberinput" value="0" tabindex="0"/></form></td> </tr> </tbody> </table> <form Name="FormProductBoundOrder" method="post" action="mailto:abc@abc.co.uk" subject="emailsubjectwouldgohere"> <input type="submit" value="send"/> <input type="reset"/> What ActiveX element is on this webpage? Everytime I load it in Internet Explorer a pop up comes up saying "click here to run an ActiveX on this web page"... Any ideas? http://www.curiousclothing.com/test/ How do I create my own volume control buttons on a html page? Maybe via javascript? I am also looking how to create my own buttons for pay, pause and stop. ( I want to control embedded Windows Media Player). Hello. I am having a tough time fixing this problem I'm having. I am creating a site using web expression 2. So far, everything is working fine, except for a couple of browser issues regarding active x controls. When I open the site on firefox, which from what I've read, doesn't use active x controls, everything loads fine. But, when I open the site on IE, the latest IE8, contents of my site aren't displayed properly due to blocked active x controls. How and what can I change in my code so that people viewing my site in IE8 can see it normally? Here is the source code and css: 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 content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <title>Facpros</title> <link rel="stylesheet" type =" text/css" href="1css.css"/> </head> <body> <script type =" text/javascript"> //code for showing/hiding div dropdown comming soon </script> <div class="head" > <div id="Navigation" style="left: 313px; top: 244px" > <ul class="nav" > <li class="notparent"><a href="location"><span>Home</span></a></li> <li class="notparent"><a href="location"><span>About Us</span></a></li> <li class="notparent"><a href="location"><span>Contact Us</span></a></li> <li class="notparent"><a href="location"><span>Leadership</span></a></li> <li class="notparent" ><a href="location"><span>Events</span></a></li> <li class="notparent"><a href="location"><span>Our Members</span></a></li> <li class="notparent"><a href="location"><span>Inquiry</span></a></li> <li class="parent"><a href="location"><span>Language</span></a></li> </ul> </div> </div> <div class ="body" > </div> <div class ="foot"> </div> </body> </html> Code: body{ background-color:gray; background-image:url('backgroundimg.png'); } p{ font-family:Copperplate33bc; } ul.nav{ font-family:Copperplate33bc; list-style:none; padding: 0; margin: 0; font-size:14px; height:29px; } div.head{ top:0px; background-color:maroon; height: 275px; width: 1000px; margin-left:auto; margin-right:auto; } div.body{ background-color:teal; height:600px; width: 1000px; margin-left:auto; margin-right:auto; } div.foot{ background-color:black; height:100px; width: 1000px; margin-left:auto; margin-right:auto; } li.notparent{ } li.parent{ } a:link{ text-decoration:none;color:black; } a:hover{ color:white; } #Navigation{ width:723px;;position:relative; } #Navigation li { float: left; display: block; text-decoration: none; text-align: center; padding-left:5px; padding-right:5px; width:auto; height:29px; line-height:3em; } hi everybody, iam a learner, my mind got struck in this topic in xhtml.So i thought asking on this topic may help.Now here is the question, what are Hidden controls? what are the uses for hidden controls? and how they are used? I learned that they are used to store the form data submitted by user and send to next page while your form spans more than one page, but my mind is not so clear about this topic. so plz answer my question.plz dont paste links. Thanks and Regards. Hi all, Im building a mock-up website for a project im working on. Since the first version was built in PPT, i dont wanna build it from scratch - so the entire website is built from image maps. The problem im having is the need to add activeX controls to some of the pages. i.e., my page (reminder - just a big photo mapped) has a right-side menu, a left-side menu and the middle of the page (square shaped) is a form with radio buttons, drop down lists, checkboxes and a submit button. as far as i understand, its impossible to add such elements to an image map. so i was thinking about writing the form section in a separate HTML file, and "call" it from the original page (the map). I just have no idea how to do that. Can i define coordinates in which that image part will be replaced with another HTML file? Thanks for any ideas/help!! Hello, I have a client were working with. He uses myspace. He wants a youtube video to autoplay from youtube. He wants it to look sleek and doesn't want the controls buttons to show. I've read this is possible but can't get the div code right. It's an HD video and it's height="480" width="720". We came across this url: http://www.createblog.com/myspace-sc...eo-top_bottom/ and We found this code as an example it says: Where it says YOUTUBE URL HERE insert your youtube embed url, not the url of the YouTube page. Change the first 380 and the 230 to change the video's size and the -90 to position the video. **** <div style="width:380px; height:230px; overflow:hidden!important; text-align:center;"><br /> <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="410" width="380" style="position:relative; top: -90 px;" data=" YOUTUBE URL HERE "> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="YOUTUBE URL HERE" /> <param name="wmode" value="transparent" /> </object> </div> **** This is our code were tried but it is not working? can you please help us. Thank you in advanced. Our code we tried: **** <div style="width: 720 px; height: 480 px; overflow:hidden!important; text-align:center;"><br /> <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height=" 410 " width=" 380 " style="position:relative; top: -90 px;" data=" http://www.youtube.com/v/vaKuFww3ljM&ap=%2526fmt%3D18&loop=1&controls=0&showinfo=0&autoplay=1&&iv_load_policy=3 "> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value=" http://www.youtube.com/v/vaKuFww3ljM&ap=%2526fmt%3D18&loop=1&controls=0&showinfo=0&autoplay=1&&iv_load_policy=3 " /> <param name="wmode" value="transparent" /> </object> </div> **** I am trying to get rid of the "You have to click to activate this function" mumbo jumbo for a site I am doing. I tried following these directions... http://www.adobe.com/devnet/activeco...devletter.html but am having a rough time getting it to work... here is my code. Code: <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','900','height','140','src','GoodDock','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','GoodDock' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="140"> <param name="movie" value="images/GoodDock.swf" /> <param name="quality" value="high" /> <embed src="images/GoodDock.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="140"></embed> </object></noscript> Hello all! I'm getting this really weird HTML issue when opening my webpage on IE 9. You can visualize it he www.brancodemiranda.adv.br On Chrome it has no problems, but on IE I get two weird things: - I get another "main box" right below the correct one - The idiom bar div is messed up aswell Both showed up after I inserted the DOCTYPE tag (which I did to solve the IE-ignoring-hover problem), I've corrected a few compatibility errors already, but I'm kinda stuck on these. And since I don't have much time to go deep on solving it, I guess that someone here could give me some pointers on how to solve this. Any help is greatly appreciated! Thanks! Hey, just getting back into web dev (after a long time and little time spent) My page has a container DIV, inside is a header DIV "idHeader", a main DIV "idBody", and a footer DIV "idFooter". I want the the height of both the header and the footer to be static, but the main DIV to stretch dynamically based on content (I have the footer DIV set to relative positioning, so it should move.. right?) I don't know what I've left out though, because my text overflows from the main under the footer and down the page. I imagine I've just missed something key. Here's the code, the colors are funny for observation. Code: <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> *{ font:Arial, Helvetica, sans-serif; font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px; } body{ background-color:#000000; } #idContainer{ background-color:#FFFFFF; position:absolute; left:50px; width:800px; height:100%; } #idHeader{ position:relative; width:800px; height:100px; background-color:#FF0000; } #idBody{ position:relative; overflow:visible; width:800px; height:100%; background-color:#0000FF; } #idFooter{ position:relative; width:800px; height:200px; background-color:#00FF00; } </style> </head> <body> <div id="idContainer"> <div id="idHeader"> </div> <div id="idBody"> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> <p>This is a paragraph. What a nice paragraph.</p> </div> <div id="idFooter"> </div> </div> </body> </html> hi: this sort of fits in the php forum, but seems to fit better here. I am using php includes on a customers website. For some reason, the pictures are not aligning as they should. If i open the php file by itself, everything is aligned. When it loads in the index.php file as an include, it all goes astray... I've tried div align=left, aligns everthing to the left if i open the page by itself, but included in index.php it's all unorganized. check it out here and let me know what to do, i am in a real pickle here!!! http://www.tegbs.com Alright you know how you could make 1 css different for IE then FF. well thats what i want to know is it possible to have a different HTML for IE and FF? Ive been searching all day.. Hi, I am trying to create a form that emails me a copy of the form results (if possible in a pretty format) and then redirects the user to another page. I don't want the user to use a .php or .asp page if possible, I would prefer to keep the user on a .html page. If its possible for the form to use an external page or code that the user never sees then this is fine. Cheers! Sam Below is my simple table from a more complex table. The issue I am having is the first <td></td> is variable height. In my second <td></td>, "abc" should be at the top in that <td> and "def" should be at the bottom in that <td>, leaving some <void> space in the middle which will shrink or grow based on the first <td> height. Any tag(s) can be used inside is the second <td></td> Any suggestions? Thanks Code: <table> <tr> <td><br><br><br><br><br><br><br><br></td> </tr> <tr> <td> abc def </td> </tr> </table> Is it possible to a background as a layer(that is the background is a centered layer no matter how big a monitor's screen is)? A simple javascript won't be bad, i'm still a html beginner, i've done the first part of a university course on html but i'm designing a website that may need some features more advanced than i've gotten in the course. Also, can someone explain to me how forums work or how they are written in html. I don't understand how to make a forum that can accept posts immediately (kinda like this one). Is a javascript necessary for forums? Thanks a lot ____________ conservatories Fruit Machines hi, i tried looking through forums but couldnt find an answer. i hope u can please help! i have a photography ad up on a site that i use html for, its simply a block of code hosting a list/tall page of pics, one line/pic goes like this... <img src="http://img715.imageshack.us/img715/3126/img7899small.jpg"><br> the other lines in the text are the same code. problem is they all try to load up simultaneously causing a slow ad to see anything, potentially losing observers attention span. do u know if theres some code i can add to each line so each pic loads up fully before the next one begins to load and this starts at the top? this will help keep attention due to somin at the top loading straight away, thanks! So I haven't done a site in some time, but I still got the very basic basics memorized. To guide me through my born-again virginity I tried a pre-built free web site. Everything was working great. I'd preview through Dreamweaver and the very basic site looked just fine. I now upload the site to the world wide web and parts of the HTML/CSS are not translating properly (in fact there are parts missing that should be there???). The first problem occurs in the section of the CSS called "PAGE". "Page" has a repeater called "img04" and "Page .bgtop" non-repeater called "img03_blue". "page . bgtop - img_03..." doesn't show up - but in preview it did. Any ideas on what's going on? Second, in the area tagged "MENU A" in the CSS the static background image called "img07_blue" doesn't show - again, in the preview it did, now nothing on the web. I assume its a similar issue to issue 1, but I don't know? This is for a web site my wife needs so any help would be greatly appreciated. I have attached the site for reference. Thanks, J I have built a site for a friend using squarespace. They asked me to add this code to the site but it won't display correctly. Can anyone help? Thanks! http://www.thegalleryevents.com/about/ - here is the page I am trying to add it to. You can clearly see the purple line through it is wrong. <link href="http://assets1.onewed.com/edgy/themes/onewed/banner.v3.css" rel="stylesheet" type="text/css" /> <div class="onewed"><div id="banner1"><div class="vendortxt"><h2> The Gallery - An Event Boutique</h2><p> Desire Wedding Planners / Consultants? The Gallery - An Event Boutique is the best choice. Visit The Gallery - An Event Boutique at OneWed.com & create a <a href="http://www.onewed.com/reviews/wedding-planners-wedding-consultants/texas/tx/dallas/the-gallery---an-event-boutique/1927387/">wedding vendor review</a>. </p><p>Keeping track of all your wedding is fun with OneWed's <a href="http://www.onewed.com/apps/wedding-checklist/">wedding timeline</a>. Devise, edit and delegate tasks from picking a caterer to buying wedding lingerie. </p></div><div class="footer"> </div></div></div> Hello, I've been working on a very simple website for a friend, and run into an issue with text alignment when I print from IE (works fine in Firefox). The problem can be seen he While being displayed correctly on the screen, a big gap appears between the image an the body text during printing. As I am not even nearly an expert, I cannot figure out what causes the problem. Any help would be appreciated! Thank you! |