HTML - Html Code On My Border!
Hi guys I'm a rookie with html and i've been doing some basic maintenence on my website. The uploads were successful but now I notice that there is html code showing on the top border of my web page. Can anyone help me to locate the problem?
the website is www.7sinsbar.com if you take a look you will see it at the top. Any help welcome, before I decide to start chopping and changing things and make a balls-up! Similar TutorialsHi there Guys Im Looking for the HTML Code for how to make a box with html links at the top with a border all the way round the box, Exactly the same as this guy has done: http://www.gappon.com/ Could somebody please paste the code on here Thanks I want the border to fit the entire way around the text and the image. Currently the border only fits around text and image horizontally and it cuts some of the image vertically. How can I resolve this? Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <style type="text/css"> .holder{ border: solid 1px black; width: 800px; margin: 20px; padding: 5px; } .holder img{ float: right; } </style> </head> <body> <div class="holder"> <img alt="google image" src="http://nathan-sanders.com/wp-content/themes/portfolio/images/portfolio/nsold-thumb.jpg"> <p>text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text </p> </div> </body> </html> Thanks in advance Calypso In a website i'm designing, there is a slideshow I created, and instead of using flash I used Windows Media Player. For some reason the html border attribute on both the <embed> and <object> tags, when viewed in Firefox, do not work. Page with border problems here is the code, if you want it: Code: <center> <object id="MediaPlayer" width="800" height="650" classid="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112" title="Pete's Mountain Road Slideshow" border="3"> <param name="filename" value="http://www.petesmountainroad.com/PetesMountain.wmv" /> <param name="Showcontrols" value="True" /> <param name="autoStart" value="False" /> <param name="wmode" value="transparent" /> <embed type="application/x-mplayer2" src=http://www.petesmountainroad.com/PetesMountain.wmv" name="MediaPlayer" autoStart="False" wmode="transparent" width="800" height="650" title="Pete's Mountain Road Slideshow" /> </object> <br /> <p class="main">If you do not have Windows Media Player, you can view the video by following <a class="Link" href="http://www.microsoft.com/windows/windowsmedia/player/11/default.aspx" target="_blank" title="Download Windows Media Player 11">this link</a> to download the program to your computer, then try to play it again.</p> </center> </body> </html> First off I want to say that I'm new to this forum. Thanks in advance for the help you can give to a noobie. Here's the "dummy page" I put up: http://www.mrcrepe.com/work.html The table I made in dreamweaver. I put it as 900px wide with 1 row and 2 columns. The border color I made a redish/pinkish color as you can see on the outsides, but how do I make that "separater border" into the same color? Right now it's just that silver line. Thanks in advance. -Brian Hey everyone, I'm currently implementing some tables with borders defined via a stylesheet. When attempting to print this in IE7 there appears to be an issue with the way the border is drawn. If there is a table element which is page broken in the middle and continues on a second page, the left and right borders do not appear until the second page. I have tested out my HTML table elements in Firefox and Chrome, and they both produce the correct layout. Here are screenshots of the print output in PDF. Is there anything I can do with the styling to correct this in IE7? IE: http://img198.imageshack.us/img198/5097/18897772.jpg Firefox: http://img691.imageshack.us/img691/5403/firefoxu.jpg Thanks for your time, Mike Hello everyone, I've been racing to learn html/css in the past couple weeks to throw up a website, and so far so good. But: I've searched the internet and I cannot find an answer to my questions. The page in question is: http://www.andrew.cmu.edu/user/jonmille/projects.html style sheet (relevant section is in the "Programming: List Settings" section) http://www.andrew.cmu.edu/user/jonmille/style.css You can see that the gray borders under the text/images have a small break in them. I assume it has something to do with the fact that I'm using two columns. How do I fix this and make a solid border (in a non hackish way)? Note: if you say "use css/divs," I wrestled with those for about two hours before I gave up and made a table. Secondly, in IE7, all the images/text are completely flushed left, ignoring the table padding. How can I fix this? Note, I've never checked this site in IE6 or below, and never will, so if it looks wrong in IE6, then the user doesn't deserve to see my site anyway. Thanks for your time! Jon My 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> Hi, I am using Dreamweaver CS3 to create a site, by default i have learnt that when you use an image as a link to another page, dreamweaver creates a coloured border around your linked image. I have since been able to get rid of this border by adding border="0" into my img tag however this now has caused my rollover not to work before clicking on the image to take you to the linked page. this is my code; any ideas how i can fix this? <td colspan="4"> <a href="About Us.html"><img src="images/About_Off.jpg" border="0" alt="About Us" name="Aboutus" width="120" height="64" id="Aboutus" onMouseOver="MM_swapImage('Image2','','images/About_On.jpg',1)" onMouseOut="MM_swapImgRestore()"></a></td> <td colspan="6"> Any help would be greatly appreciated. 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 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)? I have a website where I want to make a drop down menu that will bring you to different pages. It is a very basic, sort of old-fashioned website that relies entirely on html. What I'm trying to do is make a drop-down menu that will be used as navigation for a section of a website and I want to have it in each internally linked page in that section, but I'm going to be adding more pages to it over time so I want to be able to put the drop-down menu code in a separate text file and then substitute it into the pages that I make that the options in the menu link to and then just edit the code in the text file when I add another page so that I don't have to go back and edit the code every single individual page whenever I add a new one among them. Basically all I'm asking is how I can put html code in a text file and then substitute that code into an html page by referring to the file. Thanks in advance for any help. 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> I use reporting services alot, and all the code in that is XML, but i want to use a refresh code that is html, how could i do this? or is it possible Hi there,,, I've built my site using web builder app... now I want to make a signup page for my web users... How can I do this??? Is there any HTML code for this, which I can embed to my web page??? Any helps??? 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> 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> 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> Dear All, I have just joined this forum and need help. I am a complete novice on using html. I have created a couple of web pages using a website which provides free web design software. The website is called http://www.wix.com/ I would like to be able to use the html code for specific pages in order to embed it somewhere external for example like a fanpage in facebook. However wix.com does not allow this functionality and therefore does not provide embed codes which work. However I managed to get this html code but it does not seem to work on my fanpage. What do i need to change in the code to make it work? I would really appreciate any help someone can give me on this. Thank you so much in advance <!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> <title>Create & Design free website and Flash Web Content.</title> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <!-- apu7.wixpress.com --> <meta name="keywords" content="Edit free website, create free websites, design myspace layouts"/> <meta name="Description" content="Create free website , Edit & customize free Flash MySpace layouts at Wix.com. It's free, takes minutes to design & publish, and is as simple as making presentation slide."/> <img src="http://frog.wix.com/load_log?origin=EditorLoadStates&extra_msg=HTMLstarted&appOpGuid=cafe3587-c6d5-4293-8e25-d1db123b1662×tamp=0" width="0" height="0" style="display:none;" /> <script type="text/javascript"> var loadingLogEnabled = true; //${loadingLogEnabled} var staticServerUrl = "http://static.wix.com/"; var editingSessionGuid = "cafe3587-c6d5-4293-8e25-d1db123b1662"; var usersDomain = "users.wix.com"; var wixDocId = "${pageId}"; var sFlashVars = "pageId=${pageId}&userId=GUhZv_;if94-a&newTemplate=false&partner_id=WMGs4POB1ko-a&gu_id=116c93d4-8d5b-4ac9-bb8f-7ef3d32e485b&experiment_id=empty&session_expired=true&editor_app_srv_subdomain=editor&abtest=${edito rAbTestValue}&newLogin=true&editorVer=1"; var usersDomain = "users.wix.com"; </script> <style type="text/css"> html, body { margin: 0; padding: 0; width: 100%; height: 100% } body { overflow: hidden; } </style> <script type="text/javascript" src="http://static.wix.com/client/js/editor.js?v=500"></script> <script type="text/javascript" src="http://static.wix.com/client/js/userApi_v1.js?v=500"></script> <script type="text/javascript" src="http://static.wix.com/client/js/swfobject.js?v=500"></script> <script type="text/javascript" src="http://static.wix.com/client/js/facebook.js?v=500"></script> <script type="text/javascript"> window.onload = function() { var timestamp var url; url = "http://frog.wix.com/load_log?origin=EditorLoadStates&extra_msg=jsOnPageLoad&"; var arr = []; if (typeof isFirstEditorSession != "undefined") arr.push("firstEditorSession=" + isFirstEditorSession()); if (typeof swfobject != "undefined") arr.push("additional_info=" + encodeURIComponent(swfobject)); if (typeof description != "getAppOpGuid") arr.push("appOpGuid=" + getAppOpGuid()); if (typeof wixDocId != "undefined") arr.push("parentDocId=" + wixDocId); if(APP_TIMESTAMPS.length > 0){ timestamp = (new Date().getTime() - APP_TIMESTAMPS["appLoading"]); }else{ timestamp = 0; } arr.push("timestamp=" + timestamp); arr.push("originIsTemplate=0"); arr.push("user=" + (typeof userServer == "undefined" ? "" : userServer.getEmail())); new Image(0, 0).src = url + arr.join("&"); } </script> </head> <body onBeforeunload="return exitWin();return false;"> <div id="flashContent"></div> <script type="text/javascript"> //<![CDATA[ var minimalFlashVersion = "10.0.0"; if (swfobject.hasFlashPlayerVersion(minimalFlashVersion)) { var flashvars = {}; var params = { play: "true", loop: "true", menu: "true", quality: "high", scale: "noScale", salign: "tl", wmode: "window", bgcolor: "#ffffff", base: "http://static.wix.com/", flashvars: "siteId=65bad1a6-444e-1033-af9e-16e97b4422bc&userId=GUhZv_;if94-a&newTemplate=false&partner_id=WMGs4POB1ko-a&gu_id=116c93d4-8d5b-4ac9-bb8f-7ef3d32e485b&experiment_id=empty&session_expired=true&editor_app_srv_subdomain=editor&abtest=${edito rAbTestValue}&newLogin=true&editorVer=2", allowscriptaccess: "always", allowfullscreen: "true" }; var attributes = { id: "app", name: "app", align: "middle" }; try { swfobject.embedSWF("http://static.wix.com/client/WixEditorApp.swf?v=500&max-age=172800", "flashContent", "100%", "100%", minimalFlashVersion, false, flashvars, params, attributes); } catch(e) { logError("EDITOR", "flashNotCreated", e.message, "65bad1a6-444e-1033-af9e-16e97b4422bc", "GUhZv_;if94-a", "siteId=65bad1a6-444e-1033-af9e-16e97b4422bc&userId=GUhZv_;if94-a&newTemplate=false&partner_id=WMGs4POB1ko-a&gu_id=116c93d4-8d5b-4ac9-bb8f-7ef3d32e485b&experiment_id=empty&session_expired=true&editor_app_srv_subdomain=editor&abtest=${edito rAbTestValue}&newLogin=true"); } } else { window.location.href = "http://static.wix.com/client/noFlash.html"; } //]]> </script> <div id="fb-root"></div> <script type="text/javascript"> //<![CDATA[ window.fbAsyncInit = function() { FB.init({appId: FB_APP_ID, status: true, cookie: true, xfbml: true}); }; (function() { var e = document.createElement('script'); e.async = true; e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js'; document.getElementById('fb-root').appendChild(e); }()); //]]> </script> <script type="text/javascript" src="http://www.google-analytics.com/ga.js"></script> <script type="text/javascript"> //<![CDATA[ var pageTracker = _gat._getTracker("UA-2117194-1"); pageTracker._initData(); pageTracker._trackPageview(); //]]> </script> <img src="http://frog.wix.com/load_log?origin=EditorLoadStates&extra_msg=HTMLend&appOpGuid=cafe3587-c6d5-4293-8e25-d1db123b1662×tamp=0" width="0" height="0" style="display:none;" /> </body> </html> |