HTML - Html Code In An Html Document
Hello everybody, I'm new here.
I'm redesigning my own website and came up with some tricky situation. I write HTML lessons and I want to put just the pure code in my posts, but they appear as a regular html document... How do I make the code to be shown just as text (code), like we do in the forum boards (code tags or whatever)? Similar TutorialsMy html problem keeps failling, with all my image codes.. shown for 10 errors which are all for the images what's wrong? Here is the 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" /> <!-- New Perspectives on HTML and XHTML 5th Edition Tutorial 2 Case 2 Fiddler Home Page Author: Date: 2-16-2011 Filename: home.htm Supporting files: fiddler.jpg --> <title>, ITSE 1411 Lab Project 2, Tutorial 2 Case 2, Due 02/23/2011</title> </head> <body> <div> <img src="fiddler.jpg" alt="Fiddler on the Roof" /> <hr /> <a href="home2.htm"><img src="home.jpg" alt="home" /></a> <a href="slide1txt.htm"<img src="start.jpg" alt="start" /></a> <a href="slide1txt.htm"<img src="back.jpg" alt="back" /></a> <a href="slide2txt.htm"<img src="forward.jpg" alt="forward" /></a> <a href="slide6txt.htm"<img src="end.jpg" alt="end" /></a> <br /> <a href="slide1txt.htm"<img src="thumb1.jpg" alt="slide1" style="border-width: 5" /></a> <a href="slide2txt.htm"<img src="thumb2.jpg" alt="slide2" style="border-width: 0" /></a> <a href="slide3txt.htm"<img src="thumb3.jpg" alt="slide3" style="border-width: 0" /></a> <a href="slide4txt.htm"<img src="thumb4.jpg" alt="slide4" style="border-width: 0" /></a> <a href="slide5txt.htm"<img src="thumb5.jpg" alt="slide5" style="border-width: 0" /></a> <a href="slide6txt.htm"<img src="thumb6.jpg" alt="slide6" style="border-width: 0" /></a> </div> <hr /> <div> <img src="slide1.jpg" alt="slide1" /> </div> <blockquote> <p><i>Do You Love Me?</i> sung by Deb Ingalls and Thomas Gates</p> </blockquote> </body> </html> I have to send someone a family tree chart converted from a no-text-wrap RTF file to an HTML file so they can upload it to the internet. I have converted files from RTF to HTML easily enough with PolyEdit in the past, but this file has a very large width. When I convert it, the resulting HTML file doesn't keep the no-text-wrap setting and everything is a mess. Is there a way around this? Worked Out I have a document I've created in HTML and I'm attempting to be able to have people fill it out and save the results. The document contains radio buttons, check boxes, and text fields that need to be filled out. Now I need a way to have the results saved and sent to me. For some reason I thought if they saved the page after compleating it and e-mailed it to me it would save their results, but it just sends the orriginal page. Any suggestions. Hi people, I just built a web site with a design made in photoshop, so when I saved it as gift and html everything fine, but when I made the code over the <head> for Xhtml all my images and stuff were distorted. Thanks for your help Regards Paul Weinstock Hello everyone. I'm a bit new to these to please bear with me for a second. I hope I am asking this question in the right place. I have a client that want's me to create some emailable stationary that they can in turn send to all their clients. I'm working on a MAC Leopard using Safari and Firefox. The cool thing about Safari is that you can take any webpage and turn it into emailable stationary by going File>email contents of webpage. It will copy images, formatting CSS and I think embedded Java Scripts. So I thought Great. I'll create a simple webpage, turn it into stationary... 30 minutes and I should be done. 3 days later I'm still working on this project and I'm stuck. The issue it the. I have created a webpage. It's very simple you can view it here if you want http://www.drewwfilms.com/Temp/Conte...ate/test3.html The problem is this. I can't get text to stay. If I type text into the Textarea and do something like... create new webpage (to create a new webpage from the current address) the text will not copy into the new document. Does that make sense? So the text getting entered into the textarea where is that in my html code? I've viewed the source code and cannot find it. Is it being entered into cache or something? I do not know enough about this (obviously) and am really looking for some help. Anyone that could give a helping hand I'd really appreciate it. Thanks -D How can I insert a movie into a HTML document? Anyone helps? Thanks in advance. Hi guys I have a pic in my templates folder with the html document in the the same folder. So what i want to do is add the picture to the HTML document so that it appears on the browser. surely this code should work but at the moment it is not? <img src=/"templates"/"dog.jpg"> HELP What would I need to add to a form in HTML to have it saved to an Excel Document when it is submitted? I want each <input type="text"/> to be put on the same line, then the next person to fill out the form goes on the next line. This is what I have so far, and I have no idea how to get it to link with an Excel Document. <html> <head> <title>Please Sign In</title> </head> <body> <h2>Please Sign In</h2> <form> Name: <input type="text" name="name" value="" size="20"/><br/> Date: <input type="text" name="date" value="" size="20"/><br/> <input type="radio" name="inout" id="in"/> In <br/> <input type="radio" name="inout" id="out"/> Out <br/> <input type="submit" value="Submit" size="20"/> </form> </body> </html> For the radio buttons, would it be possible to have an In column and an Out column in the excel sheet and whichever is selected would put an X in that column? Thanks in advance for any help. I just wanted to show HTML examples without them being interpreted as part of my document. How can I do that? Anyone help me with this plz., Thanks in advance GEETHS Hi all, We have a few questions regarding the cashing of an HTML document Scenario : We have an HTML/jsp page with now cache response headers, and this needs a number of JavaScript files and CSS files to achieve the functionality. The following are our questions 1. With no-chache response headers in the base document, whether the included external javascript or css files will be cased in browser? 2. Is there any difference between firefox and IE in this regard? 3. If we decide to gizip the response for improving performance, will it make any difference in browser caching? 4. Is it possible direct the browser not to cache the base document, but cache the the heavy external files which are included? Looking forward for some quick suggestions. Thanks and regards, SAN Dear Forum-goers, If I knew what to search for I would, but I don't know what this idea is called. I want to create a website with code that does the following: <body> (INSERT FROM OTHER HTML FILE: Page introduction) (INSERT FROM OTHER HTML FILE: Content) (INSERT FROM OTHER HTML FILE: Sidebar) </body> Is there a way to do this? If not, then okay. I've tried using <link />, which doesn't do the job. You'll see the line in question in blue font: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>This is the main page.</title> <link type="text/css" rel="stylesheet" href="journal.css" /> </head> <body> <link type="text/html" rel="content" href="tobelinked.html" /> </body> </html> Hello! I have a blog on blogger and i want to make a c++ tutorial.. But every time i type "<iostream>" on post, when i see it, it is only "iostream". How can i make a code like the "[code]" from BBcode to cancel the compiling from HTML? Thanx! Hello Im some what knew to HTML and im trying to make a Resume for a class, but Im having a little trouble. Im trying to center some headings in my table, but it doesn't seem to work. Also now the education part is next to the headings. <html> <head> <title>Resume - John</title> </head> <body style="background:#B45F04"> <p style="text-align: center;"><b><h2>Resume - John</h2></b></p> <br> <table border="0" width="600" cellpadding="45" cellspacing="45"> <p style="text-align: center;"> <tr> <TH ALIGN=Center Rowspan=2><p><a href="#Ed">Education</a></p></th> <TH ALIGN=Center Rowspan=2><p><a href="#Exp">Experience</a></p></th> <TH ALIGN=Center Rowspan=2><p><a href="#Tal">Talents</a></p></th> <TH ALIGN=Center Rowspan=2><p><a href="#Ref">References</a></p></th> </tr> <td><a name="Ed"><h3>Education</h3></a></td> <td>Table Cell</td> </tr> <tr> <td><a name="Exp"><h3>Experience</h3></a></td> <td>Table Cell</td> </tr> <tr> <td><a name="Tal"><h3>Talents</h3></a></td> <td>Table Cell</td> </tr> <tr> <td><a name="Ref"><h3>References</h3></a></td> <td>Table Cell</td> </tr> </table> <p style="font-family:verdana,arial,sans-serif;font-size:10px;"></p> </body> </html> here is a code i made for one of my sponsers this one has 16 errors showing. dosnt like the affiliate code or anything else. please do not laugh at my crude work but i am learning. thanks again. so far i have been trying different options and keep making things worse </script><center> <a href="http://www.bikeberry.com/index.php?ref=2&cPath=30&affiliate_banner_id=1 "target="_blank"> <img src="http://motorbicycling.com/images/misc/bbb.gif"> </center> </a> Hi everyone! I am new to this forum and would like to ask some questions(if thats ok!). I'll only ask 1 on this thread. How do I make a form in HTML that would be HTML Code: <INPUT TYPE="input" NAME="from">Your Email Address<P> <INPUT TYPE="input" NAME="firstname">Your First Name<P> <INPUT TYPE="input" NAME="lastname">Your Last Name<P> <INPUT TYPE="input" NAME="subject">Subject<P> <INPUT TYPE="submit" VALUE="Submit"> but how would I have the "submit" button automaticly email me the information. When i do it (with a few modifications to the code) it always open up Thunderbird (my email program) and just gives them like a Mailto Link to my email... any help?? Thanks in advance!! I have created an html order form and I want the results from the form emailed to me but I can't get the results that someone types in email to me. Below is my html page: Also, my email button will not go to the bottom. I appreciate anyones help!!! <HTML> <HEAD> <TITLE>The Cheese Course Product Order Form from New England Distributors</TITLE> </HEAD> <BODY> <h5 align="center"><b>New England Distributors LLC<br>240 Lakeview Drive, #109<br>Weston, FL 33326<br>(954) 588-2300<br> <A HREF="mailto:newenglanddistributors@gmail.com">newenglanddistributors@gmail.com</A></h3></p> <h2 ALIGN="CENTER"><U>2010 New England Distributors Product Order Form</U></H4> <P><b>Order Online</b>, please fill out the form below and email it back to <A HREF="mailto:newenglanddistributors@gmail.com">newenglanddistributors@gmail.com</A> or<br> <b>Order Via Telephone</b>, please fill out form and call (954) 588-2300 and leave your order on voicemail.</P> <p>The Cheese Course<br>Location: <select name="chzcourselocations"> <option>Pick a location from the drop down list <option>Weston Town Center 1679 Market Street Weston, FL 33326 <option>Midtown Miami 3451 NE 1st Avenue, Unit 100 Miami, FL 33137 <option>The Village at Gulfstream Park 601 Silks Run, #1480 Hallandale Beach, FL 33009 <option>Mizner Park 305 Plaza Real, #1305 Boca Raton, FL 33432 </select></p> <table align="left" width="50%" border="0"> <form method="post" action="mailto:newenglanddistributors@gmail.com"> <input type="submit" value="Send"> <tr> <th width="5%"><u>Case Quantity</u></th> <th width="45%" align="left"><u>Deep River Snacks</u></th> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Original Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Sweet Maui Onion Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Rosemary & Olive Oil Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Salt & Vinegar Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Mesquite Barbeque Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Cracked Pepper & Sea Salt Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Zesty Jalepano Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Asian sweet & Spicy Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Lightly Salted Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Sharp White Cheddar Cheese Popcorn - 24ct.</td> </tr> </table> <table align="right" width="50%" border="0"> <tr> <th width="5%"><u>Case Quantity</u></th> <th width="45%" align="left"><u>Tate's Bake Shop</u></th> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Chocolate Chip Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Chocolate Chip Walnut Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's White Chocolate Chip Macadamia Nut Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Oatmeal Raisin Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Whole Wheat Dark chocolate Chip Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Chocolate Chip Oatmeal Cranberry Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Chipless Wonder - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Butterscotch Pecan Cookies - 12ct.</td> </tr> <tr> <th width="5%"><u>Case Quantity</u></th> <th width="45%" align="left"><u>Global Beverages</u></th> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">7oz Mr. Q. Cumber Soda - 24ct.</td> </tr> </table> </p> </form> </p> <form action="mailto:newenglanddistributors@gmail.com?subject=Website Feedback" method="post" enctype="text/plain"> <table> <tr> <td>Email Adress:</td> <td> <input type="text" name="email_address" value="" maxlength="100" /> </td> </tr> <tr> <td>Comments:</td> <td> <textarea rows="5" cols="30" name="comments"></textarea> </td> </tr> <tr><td> </td> <td> <input type="submit" value="Submit" /> </td> </tr> </table> </form> </body> </html> Hey guys im new to html me and my friend have managed to get a website up and running only that we have a problem with the homepage code it's ok using firefox but when you use chrome or explorer it act's wierd: anyways : heres the website: http://viahacking.altervista.org could someone please fix it?? thanks I have this website and want to add an extra RSS feed on the right side. I want to use a copy of Equipment & Supplies For Sale, add it right above the orginal and then convert it to RSS feed. The problem is no matter how much I try and figure out which parts to copy and paste, I can't get it to line up or even be in the right table. This might be simple to some of you but is damn hard for me. Could some one copy the complete table which includes the Equipment & Supplies For Sale code or add another one so it displays two complete Equipment & Supplies For Sale. Thanks for your help, code is below Fix Johnson website is http://barrie101.com <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Barrie101 - Your Online Business Community</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="description" content="Barrie Ontario's online business portal for local information including News, Events, Classifieds, Discussion Boards, Businesses, Links, Newsletters, Polls and Weather."> <meta name="keywords" content="Barrie business city guide, Barrie Colts, Barrie Advance, local community, news, events, classifieds, discussions, businesses, links, newsletters, polls, weather"> <link rel="stylesheet" href="Default.css" type="text/css"> <link rel="stylesheet" href="Site.css" type="text/css"> <script language="JavaScript" src="http://www.barrie101.com/script.js"></script> </head> <body class="PageBODY"> </div> </center></td> </tbody> </table> </td> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0"> <tbody> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height="15"> </td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <td></table> </td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><div align="center"><center> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <td><div align="center"><center><table cellSpacing="0" cellPadding="1" width="100%" bgColor="#C9DBED" border="0"> <tbody> <tr> <td><table cellSpacing="0" cellPadding="3" width="100%" bgColor="#FFFFFF" border="0"> <tbody> </tr> <tr bgColor="#C9DBED"> <td><b>Discuss Your New Products or Services</b></td> <td><p align="right"><a href="Discussions.{Extension}">more...</a></td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tbody> <tr> <td bgColor="#1400eb"><table cellSpacing="0" cellPadding="0" border="0"> <tbody> <tr> <td height="1"></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0" bgcolor="#FFFFFF"> <tbody> </tbody> <tbody> <tr> <td style="padding: 10" colspan="2"><!--BeginFormDisc--><table> <!--BeginDListDisc--> <tr> <td>{Field1} </td> <td><a href="{mtopic_URLLink}?mid={Prmmtopic_mid}&forum_id={Prmmtopic_forum_id}&">{mtopic}</a> </td> </tr><!--EndDListDisc--> <!--BeginDiscNoRecords--> <tr> <td colspan="2">No records</td> </tr><!--EndDiscNoRecords--> </table><!--EndFormDisc--> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td width="100%" height="15"> </td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><div align="center"><center> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <td><div align="center"><center><table cellSpacing="0" cellPadding="1" width="100%" bgColor="#C9DBED" border="0"> <tbody> <tr> <td><table cellSpacing="0" cellPadding="3" width="100%" bgColor="#ffffff" border="0"> <tbody> </tr> <tr bgColor="#C9DBED"> <td><b>Equipment & Supplies For Sale</b></td> <td><p align="right"><a href="Classifieds.{Extension}">more...</a></td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tbody> <tr> <td bgColor="#1400eb"><table cellSpacing="0" cellPadding="0" border="0"> <tbody> <tr> <td height="1"></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0" bgcolor="#FFFFFF"> <tbody> </tbody> <tbody> <tr> <td style="padding: 10" colspan="2"><!--BeginFormClassifieds--><table cellSpacing="0" cellPadding="0" width="100%"> <tbody><!--BeginDListClassifieds--> <tr> <td>{ad_category_id} <br> <a href="{ad_title_URLLink}?ad_id={Prmad_title_ad_id}&{TransitParams}">{ad_title}</a><br> </td> </tr><!--EndDListClassifieds--> <!--BeginClassifiedsNoRecords--> <tr> <td colspan="2">No records</td> </tr><!--EndClassifiedsNoRecords--> </tbody> </table> <!--EndFormClassifieds--> </td> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0"> <tbody> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td width="100%" height="15"> </td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <td><div align="center"><center> <table cellSpacing="0" cellPadding="1" width="100%" bgColor="#C9DBED" border="0"> <tbody> <tr> <td> <table cellSpacing="0" cellPadding="3" width="100%" bgColor="#ffffff" border="0"> <tbody> <tr bgColor="#C9DBED"> <td><b>Today's Poll</b></td> <td><p align="right"><a href="PollResults.{Extension}">results...</a></td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tbody> <tr> <td bgColor="#1400eb"> <table cellSpacing="0" cellPadding="0" border="0"> <tbody> <tr> <td height="1"></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0" bgcolor="#FFFFFF"> <tbody> </tbody> <tbody> <tr> <td style="padding: 10"><form method="GET" action="PollResults.{Extension}" name="Poll"> <!--BeginFormVote--><table> <tr> <td colspan="2"><a name="Vote"><center> <p>{Question}</p> </center></a></td> </tr> <tr> <td></td> <td></td> </tr> <!--BeginDListVote--> <tr> <td>{answer_id} </td> <td>{answer_content} </td> </tr> <!--EndDListVote--> <!--BeginVoteNoRecords--> <tr><td colspan="2">No records</td></tr> <!--EndVoteNoRecords--> </table> <!--EndFormVote--> <center> <p>{VoteBox} <input type="hidden" value="Vote" name="AddVote"/> </p> </center> </td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0" bgcolor="#FFFFFF"> <tbody> <tr> </form> <SCRIPT Language="JavaScript"> function update() { document.Poll.AddVote.value = 'Vote'; document.Poll.submit(); } </SCRIPT> </tr> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </td> </tbody> </table> <tr> <td width="100%" height="15"></td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <td><div align="center"><center> <table cellSpacing="0" cellPadding="1" width="100%" bgColor="#C9DBED" border="0"> <tbody> <tr> <td> <table cellSpacing="0" cellPadding="3" width="100%" bgColor="#ffffff" border="0"> <tbody> </tr> <tr bgColor="#C9DBED"> <td><b>Featured Business</b></td> Hi guys, I have a problem with one of the websites I am maintaining, it is based on some kind of a CMS. Here is the link and I will briefly describe the problem... link I want to get rid of that white space on sides, here is the image which shows you what I need to do. I have this problem only with some of the windows, dont know why, but you can see on the website that some of them looks ok. I hope someone will be able to help me with this, thanks in advance. |