HTML - Error Processing Directive
I've been working on editing a template for someone, and got it how they like it (almost).
The only problem is I get an error a few times 'Error Processing This Directive'. I wonder if it has to do wiith tables, as there are plenty of those (I need more experience working with tables). It doesn't show up offline, but does when I put it online on the server. I did a search, but all I got was more pages with the same error rather than a solution. Does anyone know how to fix this? The page on the server is http://www.learn-korean-now.com/bath/index4.html Thanks. Similar TutorialsHi, I have put together a website with an html form and I have had some problems with it. The link is: http://stephaniescatering.net/pricecalculator.html I believe the html on the form is correct, but I dont know any form processing software to use or have knowledge of PHP. I dont know what to put for the action=" " tag I would like the form processor to send the results to my email. Can anyone please help me, or are there any free form processing programs that can help me? Thanks Hi, I'm marcxx I would like to know how to process a form so that submitted forms are sent to my email. Somebody said that I should ask the system administrator for the web server hosting my site, but the domain name sellers don't seem to know. I want to just paste code into my HTML so that it works. Previously considered methods have been: <form method="post" action="mailto:youremailatemail.com"> is not recommended as "the user requires an email package to be installed and configured". Using "form-mailer" CGI programs: You have to supply information including your website's FTP id and password. I don't know know to get these. Any ideas how I can get round this? Hi there, My boss has just asked me to come up with some ideas for building a minisite in Korean..... We will be using a translation service for the the Korean however the next part is coding it! Does anyone know ehere I could find a utf 8 converter and also know of an easy to use perl script that will process forms? Regards Greg I am looking to start accepting credit cards from my site ASAP! But, I want to find the perfect place to handle my online payments first. Here are my guidelines: -I hate paypal! I have used them in the past and had nothing but problems, and I will never use them again. -I do not have a business license or account set up yet. I haven't really made any $ off my site yet, and I need to before I get the license and open a business account. -I need this set up quickly. I have already missed $250 of sales today because I do not have a way to accept credit cards, and I will lose at least $120 tomorrow too. -I will need to withdraw the funds every ~2 weeks. I know some services won't let you withdraw as often. -A place that will accept e-checks is great too. -I am comfortable with (X)HTML, but my php skills aren't the best, so the easier it is to set up, the better. I was using radio buttons, but am open to anything. So does anyone know of a quick, easy service that I can set up to start accepting credit cards quickly, using at most html and php, without a business? Any help or guidance is greatly appreciated! Please feel free to give me any advice. Code: Parse error: syntax error, unexpected T_DNUMBER in /home/a6989956/public_html/include/database.php on line 24 Can anyone please tell me whats wrong? Here is line a few lines Code: class MySQLDB { var $connection; //The MySQL database connection var $num_active_users; //Number of active users viewing site var $num_active_guests; //Number of active guests viewing site var $num_members; //Number of signed-up users /* Note: call getNumMembers() to access $num_members! */ /* Class constructor */ function MySQLDB(){ /* Make connection to database */ $this->connection = mysql_connect(hostname, username, ********) or die(mysql_error()); mysql_select_db(database, $this->connection) or die(mysql_error()); /** * Only query database to find out number of members * when getNumMembers() is called for the first time, * until then, default value set. */ $this->num_members = -1; if(TRACK_VISITORS){ /* Calculate number of users at site */ $this->calcNumActiveUsers(); /* Calculate number of guests at site */ $this->calcNumActiveGuests(); } } line 24-25 is Code: $this->connection = mysql_connect(hostname, username, ********) or die(mysql_error()); mysql_select_db(database, $this->connection) or die(mysql_error()); PLEASE HELP! I'm having an annoying problem that I'm not understanding why it doesn't work. At this point I'm sure it's something simple I'm overlooking. I have a horizontal accordion menu, which is using a UL, now in my Services section of the menu, I have another UL that only shows the first item, and the button that is suppose to be there disappears. According to W3 validation tools, all of my HTML and CSS is error free, so not sure why it's behaving like this. The website is http://dev.jabrowndesigns.com Thanks for any advice. P.S. The menu doesn't work IE for some reason, haven't quite reached it yet as it's not too high on my list at the moment, but if anyone knows off the bat how to fix it, thanks for that too! Hi all, I have recently begun updating my website to XHTML and I have encountered the following error and I am not sure what I am doing incorrectly. Any advice would be very welcome. http://www.dynamic-xchange.com/DXServices.php http://validator.w3.org/check?uri=ht...doctype=Inline Best Regards, Simon Ok i have this one error and ive deleted the entire line but it repeats the same error again because the link below it has the same error aswel.. Not sure what the error is.. Any ideas please? CLICK HERE TO SEE THE XHTML VALIDATION ERROR Ive pasted the error below aswel.. # Error Line 61 column 96: there is no attribute "target". ...l_2_briefs/IND382_brief.html" target="_blank">IND382</a><br /> You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash. Hello all I have created a page that takes and display some data from an xml file, it works fine on internet explorer, but when I tried to run it on the Mozilla FireFox there was no data any help?? Hi, can anyone help me understand why am i getting this error: Page: http://www.mysite.com Category: 102 - SCRIPT not commented Date: 3/30/09 Severity: 4 Threshold: Message: No comment around script content thanks to all for ur time. [url="http://www.buildit.sitesell.com/lavy.html"]SEO friendly Websites[\URL] Ok hi everyone hows it going! Ive been trying to get rid of one xhtml error and its prooving harder then I antisipated to remove it! CLICK HERE TO SEE THE VALIDATION PAGE CLICK HERE TO SEE THE SITE IN QUESTION Please if this is something easy and im missing it please let me know! This page contains the following errors: error on line 1 at column 60: Space required after the Public Identifier Below is a rendering of the page up to the first error.I copied the first part of the code because the error is at line 1.Where exactly do you think the space should come <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> I've a Syntax error with the following code, any helpwould be grateful <div class="menuBar c2"><a class="menuButton" href="" onclick="return buttonClick(event, 'lifesavingmenu');" onmouseover="buttonMouseover(event, 'lifesavingmenu');">Lifesaving<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'mnoticesmenu');" onmouseover="buttonMouseover(event, 'mnoticesmenu');">"M" Notices<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'stabilitymenu');" onmouseover="buttonMouseover(event, 'stabilitymenu');">Stability<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'radarmenu');" onmouseover="buttonMouseover(event, 'radarMenu');">Radar<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'merchantnavymenu');" onmouseover="buttonMouseover(event, 'merchantnavymenu');">Merchant Navy<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'alterationsmenu');" onmouseover="buttonMouseover(event, 'alterationsmenu');">Alterations<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'lightrecognitionmenu');" onmouseover="buttonMouseover(event, 'lightrecognitionmenu');">Light Recognition<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'checklistsmenu');" onmouseover="buttonMouseover(event, 'checklistsmenu');">Checklists<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'chartworkmenu');" onmouseover="buttonMouseover(event, 'chartworkmenu');">Chartwork<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'situationsmenu');" onmouseover="buttonMouseover(event, 'situationsmenu');">Situations<\/a> <a class="menuButton" href="" onclick="return buttonClick(event, 'photogallerymenu');" onmouseover="buttonMouseover(event, 'alterationsmenu');">Photo Gallery<\/a><\/div> My website used to work properly but now, the portion that lets people travel into the different portion of the site does not appear anymore on Internet Explorer 8.0.7600? When editing with my PHP tool, it works. When using Google Chrome it works also. Therefore, I would say it is a technicality between the version of Explorer. Where or how can I check this. www.automatisationajp.com Thank you in advance for your help. stay1001 Hi there I have edited a website in front page and it has a basic slideshow of top pictures. When previewing it in frontpage it shows fine and works well. However, when uploading to the site, it shows the three pictures as one large block. Can anyone advise where I am going wrong? the page on the site is www.thepullmanlodge.co.uk/weddings.htm Thanks I am currently working on a home page for my new website. so far it is going quite well other than one problem. Basically my template which i downloaded is not doing what i want it to do. The problem is positioning, i am tryning to position my navigation bar, so that it is on the left side and my content container on the right. However i do not want my container on the very right as i am planning to use an advertising service such as google adsense. This is what i would like it to look like: Whenever i type in my css file in the code for the content "margin-left:"250px"; (my navigation is 220px). it causes my navigation bar to move down. Whenever i type in "margin-right:700px;" the content column clings to the left no mater how many pixels i type in, it always cligns to the left as if it is afraid of the right side! The html, css files and images are placed at the bottom of this post in a zip file incase the following css code is not enough. Code: My css code for navigation(#left) and content(#right). #left { width: 220px; float: left; margin-left: 20px; } #right { width: 450px; margin-right: 250px; } Hello- Thank you in advance to anyone kind enough to give my problem thought. Please remove all brackets below, (excuse the language, not my company). Thank you. The problem is on this page: http://www.pitb[i]tch.com internet explorer firefox (how its supposed to be) (please dont mind the missing plug ins. here is the code for the ticker: HTML Code: #tickertape{ position:relative; layer-background-color:#000000; height: 30px; width: 455px; text-align:center; vertical-align:middle; } #subtickertape{ background-color:black; position:absolute; border: 1px solid #000000; height: 30px; width: 455px; text-align:center; vertical-align:middle; } .subtickertapefont{ font:bold 14px Verdana; text-decoration:none; color:white; } .subtickertapefont a{ color:white; text-decoration:none; } Code: <script language="JavaScript1.2"> var speed=4500 var news=new Array() news[0]="<a href='http://www.myspace.com/pit*****clothing' target='_blank'>Check Us Out on Myspace.com!</a>" news[1]="<a href='http://www.opmden.com' target='_blank'>Check out OPM!</a>" news[2]="<a href='../photos.htm'>New photos being added! Check it out!</a>" var fadescheme=0 //set 0 to fade bgcolor from (white to black), 1 for (black to white) var hex=(fadescheme==0)? 255 : 0 var startcolor=(fadescheme==0)? "rgb(255,255,255)" : "rgb(0,0,0)" var endcolor=(fadescheme==0)? "rgb(0,0,0)" : "rgb(255,255,255)" var frame=20; var ie=document.all var ns6=document.getElementById var ns4=document.layers i=0 tickerobject=ie? subtickertape: ns6? document.getElementById("subtickertape") : document.tickertape.document function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers) setTimeout("window.onresize=regenerate",450) } function bgcolorfade() { // 20 frames fading process if(frame>0) { hex=(fadescheme==0)? hex-12 : hex+12 // increase or decrease color value depd on fadescheme tickerobject.style.backgroundColor="rgb("+hex+","+hex+","+hex+")"; // Set color value. frame--; setTimeout("bgcolorfade()",20); } else{ tickerobject.style.backgroundColor=endcolor; frame=20; hex=(fadescheme==0)? 255 : 0 } } function updatecontent(){ if (ie||ns6) bgcolorfade() if (ns4){ tickerobject.subtickertape.document.write('<span class="subtickertapefont">'+news[i]+'</span>') tickerobject.subtickertape.document.close() } else tickerobject.innerHTML=news[i] if (i<news.length-1) i++ else i=0 setTimeout("updatecontent()",speed) } </script> If I forgot any info let me know and I'll tell you. Please help! My friend's race is friday and I'd hate for her site to not be up Thank you so much in advance! ~beth. beth@suburbannoizerecords.com I inherited a web page that has "background" as an attribute for a <td>: <td background="images/nav_back.jpg"... Validation gives - there is no attribute "BACKGROUND" The doctype is <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> Is there a work-around? That background image is needed. Thanks... |