HTML - Html Response Code
I just bought a .com site and I periodically add 'blogesque' type updates to it. I've seen on sites the ability to respond to posts, and I was wondering what the HTML code was that created those.
Example It has a name that the user can put in, and the time of the post. Also... http://www.devthought.com/cssjavascr...er-fancy-menu/ How can I get something like that... don't know much about CSS. (read as 'CSS wha?') Similar TutorialsHi All, I am wondering is there any way I can write an html which redirects based on a response. I want to develop an html file, which checks if a page returns ok then it goes there otherwise in case of a 404 it goes to another page. Is it possible. Thanks Anud 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> 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. Hi I'm looking for a HTML code that changes the url based on a form response. E.G How old are you ? %age% Male or Female ? %gender% output mysite.com/%age%-%gender% Thanks in advance On my website under computer applications - utilities and drivers. I used an on page menu because of the page size. It is internal java script, or listed on the page. It functions but does not go where directed. I want the heading of the menu item at the top of the page. I followed the directions for the anchor but it doesn't always position correctly. The same occurs with CSS. How can I get it to position correctly because I will want to add more categories and more content and need it to position correctly with changes. Menu Utilities --- positions correctly Drivers --- positions in utilities Diagnostics --- positions with heading at bottom of page Registry cleaners --- positions in middle of diagnostics Registry tutorials --- positions in middle of Registry cleaners Computer help --- positions in middle of Registry tutorials Thank you for all your help falcon not sure if in the correct category of this forum 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> 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??? 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. this code has been giving me trouble for days and i just cant make it work, please someone help me make the submit button mail the information forms to this email: abuse@hotmail.com PLEAAAAAAAAAAASE. 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> I am trying to bold and make the text in this phrase orange: Get 20% Off On ALL Home Improvement Projects!! Deal Ends April 30th! See html below <marquee behavior="scroll" direction="left">Get 20% Off On ALL Home Improvement Projects!! Deal Ends April 30th!</marquee> <p style="font-size:10px;"><a href="http://facebook.com/homeimprovementexperts/">Click Here To Get Weekly Deal Updates</a></p> Hello! Im new to html/css and need some help. This is my website: πολυόργανα. I want to set as backround a jpg image (1100px width) in the top of the white area. This is the code: body#bd { backround: none repeat scroll 0 0 #FFFFFF color: #333333; } Can anyone write the new HTML code for me please Thanks in advance The other day in class, I got this assignment: Identify and correct all of the HTML errors and the poor HTML style in the following HTML document: <html> <title>Name's Broken RIT Home Page</title> <style type="txt/css> body{ background-color: violent; h2{ color:yellow font-family:"Tahoma", sans-serif; } </style> <body> <h2Name's RIT Home Page</h2> <img src="koala baby pic.bmp" alt=Baby Koala /> <p>My introduction (or bio-poem)</p> </hr> <H3>Some of my favorite Web Sites:</H3> www.cocoadev.com<br> www.rit.edu<br /> images.google.com<br /> <h3>Some <strong>communication tools that I use include:</h3></strong> <strong>Smoke Signals</strong><br /> <em>Telepathy</em><br /> <br>Harsh Language</br> <p>Contact me: abc1234@rit.edu</b> <img src="me.jpg"></img> <html> </body> I don't know a single html! Could someone please help? 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!! Does anyone know if this code has any kind of SEO benefit or what it's relevance is? Thanks in advance! Code: td class="botLinkText" <td class="botLinkText"><a href="http://www.blahblah.com/pages/page.asp" class="botLink">keywords & description</a></td> 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 Hello fellow HTMLer's! I have a serious eye problem-- i am per-assumming-- because I can't figure out what is wrong with my code; When I use my function dart to draw the specs on my table, it seems to do nothing, but I keep scanning my code and I can't figure out what is wrong with it. Any help would be awesome. Thank you! P.S Why haven't the X/HTML gods created an compiler yet, or I'm I out of date! HTML Code: <html> <head> <style> table {border-collapse:collapse} </style> <script> nx=32; ny=32; wx=1000; wy=600; dx=Math.floor(wx/nx); ny=Math.round(nx*600/1000); function dart() {npt=200; for(i=0;i<npt;i++) {x=Math.floor(Math.random()*nx); y=MAth.floor(Math.random()*ny); r=Math.floor(Math.random()*256); g=Math.floor(Math.random()*256); b=Math.floor(Math.random()*256); id1=x+","+y; b1=document.getElementById(id1); b1.style.backgroundColor="rgb("+r+","+g+","+b+")"; } } function getid(id3) {document.form1.idextract.value=id3; comma=id3.indexof(","); x1=id3.substring(0,comma); y1=id3.substring(comma+1, id3.length); document.form1.xextract.value=x1; document.form1.yextract.value=y1; colorstring=document.getElementById(id3).style.backgroundColor; lparen=colorstring.indexof("("); // rgb ( = l paren , = comma1 g , = comma2 b ) comma1=colorstring.indexof(","); comma2=colorstring.indexof(",",comma1+1); r1=colorstring.substring(lparen+1,comma1); //rgb( r,g,b ) you could be a four instead of lparen g1=colorstring.substring(comma1+3,comma2); b1=colorstring.substring(comma2+3,colorstring.length-1); document.form1.rextract.value=r1; document.form1.gextract.value=g1; document.form1.bextract.value=b1; } </script> </head> <body> <table> <script> dy=dx; for(i=0;i<ny;i++) {document.write("<tr>"); for(j=0;j<nx;j++) {color="yellow"; id1=j+","+i; document.write( "<td id="+id1+" style='background-color:"+color+ ";width:"+dx+";height:"+dy+"' onclick='getid(\""+id1+"\")'></td>"); } document.write("</tr>"); } </script> </table> <form name="form1"> id extracted<input type="text" value="id" name="idextract"/input> x extracted<input type="text" value="x" name="xextract"/input> y extracted<input type="text" value="y" name="yextract"/input> <br> r <input type="text" value="r" name="rextract"/input> <br> g <input type="text" value="g" name="gextract"/input> <br> b <input type="text" value="b" name="bextract"/input> <br> <input type="button" value="dart" onclick="dart()"/input> </form> </body> </html> |