HTML - Erroneous I.e. Layout Errors
Hey guys if you will take a look at my site i'm building http://www.atlanta-web.com
I"m having funky issues with the layout in IE 7 haven't looked in 6. Please advise. Similar TutorialsHi there - I've created my site using a free user-created theme in Tumblr. All is ok except that on this page: http://jeffnottingham.tumblr.com/testimonials There is a comma ' , ' that you'll see appears in green on a separate line, as an extension to a link. It's driving me crazy becaus eI can't seen where to kill it. I was going to post the full html for my site, but it's too long for this post - I've posted the parts I THINK might contain the issue.... Many thanks in advance for your help, Jeff HTML Code: <style type="text/css">{CustomCSS}</style> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script> <script src="http://static.tumblr.com/usaykzx/4P5ky45bz/jquery.example.js"></script> </head> <body> <div id="container"> <div id="header"> <div align="center"> <iframe src="http://player.vimeo.com/video/38915812?title=0&byline=0&portrait=0" align="middle" width="450" height="253" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> </div><br> <h1><a href="/">{Title}</a></h1> {block:Description} <p>{Description}</p> {/block:Description} <br> <ul> <div> <li><a href="http://dl.dropbox.com/u/5560088/Jeff%20CV%20March%202012.pdf" target="_blank">current CV with contact details</a></li> {block:HasPages} {block:Pages} <li><a href="{URL}">{Label}</a></li> {/block:Pages} {/block:HasPages} {block:AskEnabled}<li><a href="/ask">{AskLabel}</a></li>{/block:AskEnabled} {block:SubmissionsEnabled}<li><a href="/submit">{SubmitLabel}</a></li>{/block:SubmissionsEnabled} </ul> </div> {block:Posts} <div class="post"> <div class="post-meta"> <a href="{Permalink}">{Month} {DayOfMonth}, {Year}</a> {block:IfShowNotes} {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {/block:IfShowNotes} {block:IfDisqusShortname} • <a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comments}</a> {/block:IfDisqusShortname} {block:ContentSource} • <a href="{SourceURL}" style="max-width:300px; text-overflow:clip;">{block:SourceLogo}<img src="{WhiteLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" style="vertical-align:top;" />{/block:SourceLogo}{block:NoSourceLogo}{SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource} </div> <div class="post-content"> {block:Photo} <div class="photo{block:Caption} captioned{/block:Caption}"> <div class="photo-wrapper">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" />{LinkCloseTag}</div> {block:Caption} <div class="body"> {Caption} </div> {/block:Caption} <div class="clear"></div> </div> {/block:Photo} {block:Quote} <div class="quote"> <div class="q-wrapper"><q class="{Length}">{Quote}</q></div> {block:Source} <div class="body"> {Source} </div> {/block:Source} </div> {/block:Quote} {block:Text} <div class="text"> {block:Title}<h2>{Title}</h2>{/block:Title} <div class="body"> {Body} </div> </div> {/block:Text} {block:Video} <div class="video{block:Caption} captioned{/block:Caption}"> <div class="video-wrapper">{Video-500}</div> {block:Caption} <div class="body"> {Caption} </div> {/block:Caption} <div class="clear"></div> </div> {/block:Video} {block:Audio} <div class="audio"> <div class="audio-info {block:AlbumArt}hasart{/block:AlbumArt}"> {block:AlbumArt} <div class="audio-info-left"> <img src="{AlbumArtURL}" /> </div> {/block:AlbumArt} <div class="audio-info-right {block:TrackName}hasmeta{/block:TrackName} {block:Artist}hasmeta{/block:Artist} {block:Album}hasmeta{/block:Album}"> {block:TrackName}<div class="audio-trackname">{TrackName}</div>{/block:TrackName} {block:Artist}<div class="audio-artist">{Artist}</div>{/block:Artist} {block:Album}<div class="audio-album">{Album}</div>{/block:Album} {block:ifWhiteAudioPlayer} <div class="audio-player">{AudioPlayerWhite}</div> {/block:ifWhiteAudioPlayer} {block:ifNotWhiteAudioPlayer} <div class="audio-player">{AudioPlayerBlack}</div> {/block:ifNotWhiteAudioPlayer} </div> <div class="clear"></div> </div> {block:Caption} <div class="body"> {Caption} </div> {/block:Caption} </div> {/block:Audio} {block:Chat} <div class="conversation"> {block:Title}<h2>{Title}</h2>{/block:Title} <table cellspacing="0"> {block:Lines} <tr class="user{UserNumber}"> <th>{block:Label}{Label}{/block:Label}</th> <td>{Line}</td> </tr> {/block:Lines} </table> </div> {/block:Chat} {block:Link} <div class="link"> <h2><a href="{URL}" {Target}><span>{Name}</span></a></h2> {block:Description} <div class="body"> {Description} </div> {/block:Description} </div> {/block:Link} {block:Answer} <div class="answer"> <div class="answer-question"> <div class="answer-label">Q</div> <div class="body"> {Question} </div> <div class="answer-asker post-{PostID}"> <div class="answer-point"> <div class="answer-point-top"></div> <div class="answer-point-bottom"></div> </div> <style> .post-{PostID} .answer-asker-avatar { background: url({AskerPortraitURL-64})} </style> <div class="answer-asker-avatar">{Asker}</div> </div> <div class="clear"></div> </div> <div class="answer-answer"> <div class="answer-label">A</div> <div class="body"> {Answer} </div> </div> </div> {/block:Answer} </div> {block:IfShowNotes} {block:PostNotes} <div class="post-notes"> {PostNotes} </div> {/block:PostNotes} {/block:IfShowNotes} {block:PermalinkPage} {block:IfDisqusShortname} {block:Permalink} <div id="disqus_thread"></div> <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script> <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript> {/block:Permalink} {/block:IfDisqusShortname} {/block:PermalinkPage} </div> {/block:Posts} </div> </div> <div align="center"> <hr /> <p class=MsoNormal><span lang=EN-UK style='font-size:12pt;font-family:Baskerville, "Times New Roman", Times, serif; font-style: italic; color:gray'> I gained my Masters in Screenwriting and Producing for Film and Television at the<br> University of Westminster. My films have been screened around the UK, and <br>in 2011 my debut play Lost In Mozart played to sold-out theatres in <br>Edinburgh and London, supported by the Arts Council.<br<br> I work directly with writers, producers, and production companies; <br>writing, editing, and advising. Contact via CV above or<br> jeffnottingham@gmail.com | +44 7739339387<br><br> </span> </div> </div> Hello Everyone I've put together my very first forum and i admit, it hasn't been easy. But when going to these validation websites, i'm getting a ton of errors. I've searched and searched but with my inexperience, just can't figure out how to fix these errors. I don't even know the proper files to look in that are producing these errors. If you could help me, it would be a big relief. Thank You My Site - http://www.tbredjkie.co.cc I also get big error when browsing my site with IE8. Sometimes it crashes. http://validator.w3.org/check?uri=ht...este_mennesker Hi, I'm having a few problems viewing a page in Firefox and IE. It works fine in Safari at the moment. Can you point me in the right direction of what to do? I have run the W3C Validator through it and it has come up with a few errors. I would be grateful if you could breifly explain one or two of the errors? Error 1 and 2 for example? I tried altering the code but I could not get the correct result. Thanks in advance Tom http://www.website-test.net/what_new When I load my website, in the down left corner I got a message of Done, but with errors when checking the errors i get this descriptuion Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E) Timestamp: Wed, 4 May 2011 12:59:43 UTC Message: 'null' is null or not an object Line: 29 Char: 1474 Code: 0 URI: http://maps.gstatic.com/intl/en_us/m...3/4/12/main.js what's the problem? I've got 2 pages with in total 8 errors I can't get them fixed. Could someone please help me? first page: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.don.alaerts-work.be%2Faccount.php%3Fuser%3Dlisa&charset=%28detect+automatically%29&doctype=Inline&ss=1&outline=1 &group=0&verbose=1&user-agent=W3C_Validator%2F1.2#line-81 and second page: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.don.alaerts-work.be%2Freageer.php%3Fuser%3Ddon%26id%3D40&charset=%28detect+automatically%29&doctype=Inline&ss=1& outline=1&group=0&verbose=1&user-agent=W3C_Validator%2F1.2 I've tried everything. All my other pages are valid except those 2. Kind regards & thanks in advantage, Hey, I just ran my index page through W3C validation and i have a few errors which I'm not sure how to fix. If anyone can help out that would be appreciated. I have a form: HTML Code: <div id="newsletter"> <p>Sign up for our newsletter</p> <form action="http://somesite.com" method="post"> First name: <br /><input type="text" name="firstname" /> <br /> E-mail: <br /><input type="text" name="email" /> </form> </div> But w3c validator doesn't like any of the <br /> tags: Quote: document type does not allow element "br" here; I have placed <p> tags there instead, and i get no errors in the validator, but my inputs are too spaced apart. With the title before my form "First name" and "E-mail". w3c highlights the first letter in red saying: Quote: character data is not allowed here. How can i fix this? And last one. I have one image on my page I'm validating: Code: <img src="images/coffee_bar.jpg" alt="coffee bar" class="image" align="right"/> Validator: Quote: there is no attribute "align" Is there another way to write this?? Thanks for any help!! Hello all, i am new to html coding and i am working on an assignment for university. I have come across one problem that i don't know how to fix. I want to make a web page that when the user maximizes the screen size or is using a different sized screen the web pages components would stay consistently in one spot. We did a basic page when i was in high school and all we used were "div" 's in css sheets and they use a fixed position on a screen. i tried using percentage and not pixels when positioning the "div"'s but im not getting anywhere......could anyone give me advise or a link to a page that explains thanks in advance I have Validation Errors on my site. I dont know where to start looking for them. Could someone help please? :-D http://validator.w3.org/check?uri=ht...idator%2F1.654 I am a total noob so I will need quite a bit of help trying to correct the problems. The site was built with wordpress. I know how to use the basics of dreamweaver and crimson Editor if that helps. TIA Paul Hi, On IE I find 2 errors on a site I'm working on, not sure what to make of it? www.concilium.co.za/cms Can anyone give advice please? Dear guru, There have been some errors on my website www.mrdefinite.com but I just couldn't figure out where they come from. I have provided the error alerts as shown below. Can anyone please help me out? Your help is very much appreciated. Thanks! Best regards, Kenneth Lee Can someone help me with my validation errors , it be drivingme up the head. line 25 column 17 - Warning: <td> proprietary attribute "background" line 71 column 3 - Warning: missing </table> line 331 column 15 - Warning: <tr> proprietary attribute "height" Any help would be appericated from birch. I am having one of those 'senior moments' again. please could someone take a look at http://www.telfordsteamrailway.co.uk...ers/exams.html I have used both W3C and Page Valet and both give 4 errors - 2 of them - width and height - yeah OK I need to do a bit more with the CSS. But the other 2 error have me baffled Quote: Line 59, Column 66: there is no attribute "name" . …/newstructure/members/exams.php" method="get" name="searchForm"> This is in a <form - there are 6 forms on this page, all with the same construct, but this is the only one that fails - it is also the only one with "get". I know'name' is deprecated on xhtml strict - but why is this th only one to fall over (i wii be adding 'id' - but like to hav e 'id' and 'name') Quote: Line 67, Column 45: there is no attribute "onClick" . …type="button" value="Search" onClick='submitActForm(document.searchForm, This is in an <input type="button" . There are 10 of these all with onClick - but this is the only one that fails - should that be 'onclick'? = but why is this the only one to fail? DUHH - I'm feeling a little thick this morning Advice appreciated Hello again everyone: Thanks to those that help with advice regarding my drop-down box issue earlier. I'm posting this thread now because I have a couple different errors occuring on pages, and was wondering if anybody could help me to clear them up. Here are the error descriptions below: Line: 2 Char: 1 Error: Syntax error Code: 0 URL: main index page!!! (this error popped up upon loading site) Line: 12 Char: 81 Error: 'top.d.getElementById(...)' is null or not an object Code: 0 URL: main index page!!! (this error popped up upon loading site) Line: 37 Char: 1 Error: 'top.w.frames.0.length' is null or not an object Code: 0 URL: main index page!!! (this error popped up upon clicking enter link) My "main index page" is of course the very first page people see. This page is simply just a disclaimer statement, followed by a link to direct the visitor to the next page, or "home" page. When I mention "enter link" above, I am referring to this only link on the page...any ideas from anyone on how to get to the bottom of this one? Thanks... Alright, I'm really confused now. I'm getting some pretty strange errors when validating my page. If you want to look at actual ...the address is http://www.getthegirl101.com in case you want to see the validation yourself. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> Since when is element<meta> not allowed here? Since when is style element not allowed here? <style type="text/css"> Since when is body not allowed here? </style> </head> <body> </body> </html> Dynamicdrive.com is where I got my li'l css menu and they recommended using this doctype. What doctype should I try instead because this one is definitely not working?! hi friends I am looking for an online tool which will list all the class name that are referenced in a web page and aren't defined in a CSS. for eg: <div class="button"> but classname "button" is not defined anywhere in stylesheet. please suggest me any tool which can help me. thanks to all for ur time and effort. Hello everyone, I'm new here and need a little help. I'm getting two errors on my validate and was hoping someone can see something I'm not seeing. I'm new to xhtml/html so any help I would be very grateful. Here are the two errors Code: Error Line 209, Column 33: document type does not allow element "ul" here; assuming missing "li" start-tag <ul class="children"> ✉ Error Line 248, Column 15: end tag for "li" omitted, but OMITTAG NO was specified </ol><!-- /end msgs-list --> ✉ You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">". Info Line 209, Column 13: start tag was here <ul class="children"> and here is the code HTML Code: <ol class="msgs-list"> <li> <div class="msg-entry"> <div class="author"> <p><a href="#">Author Name</a></p> <p>Posted: 01-01-11<span class="sep">12:41</span></p> </div> <div class="msg-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> </div> </div> </li> <ul class="children"> (LINE 209) <li> <div class="msg-entry"> <div class="author"> <p><a href="#">Author Name</a></p> <p>Posted: 01-01-11<span class="sep">12:41</span></p> </div> <div class="msg-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> </div> </div> </li> </ul> <ul class="children"> <li> <div class="msg-entry"> <div class="author"> <p><a href="#">Author Name</a></p> <p>Posted: 01-01-11<span class="sep">12:41</span></p> </div> <div class="msg-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> </div> </div> </li> </ul> <ul class="children"> <li> <div class="msg-entry"> <div class="author"> <p><a href="#">Author Name</a></p> <p>Posted: 01-01-11<span class="sep">12:41</span></p> </div> <div class="msg-body"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p> </div> </div> </li> </ul> </ol><!-- /end msgs-list -->(LINE 248) Many thanks I need help w/ this code, when validating it in dreamweaver I keep getting this messege: 1. in tag: form the following required attributes are missing: action[XHTML 1.0 transitional] 2. The attribute: onchange does not conform to upper/lower case requirements.[XHTML 1.0 transitional] 3. The tag: "select" doesn't have an attribute: "value" in currently active versions.[XHTML 1.0 transitional] The code Im using - whats wrong w/ it? <form name="jump"> <select name="menu" size="1" style="background-color:#a3bed5" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO"> <option value="http://www.google.com">One</option> <option value="http://www.google.com">One</option> <option value="http://www.google.com">One</option> <option value="http://www.google.com">One</option> <option value="http://www.google.com">One</option> </select> </form> hey peeps, im so happy ive found this forum, i really need some help (im a newbee by the way) when tryng to get my site cs3 complient using the validator.w3.org i get many messages with errors. Ive fixed a few, like doctype and xml and that which got rid of 2 but i still have 24 left! i do think however that if i do one or two things a large chunck of them will go at once. would someone please ehlp me out, id really appreciate it???? my website is losttv.50webs.com and the link to the validation erros is; http://validator.w3.org/check?uri=ht...ss=1&g roup=0 im not asking without trying, i have attemoted but really i am struggling, thanks Code: <? xml version="1.0"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html> <head> <meta name="generator" content="HTML Tidy for Linux (vers 1 September 2005), see www.w3.org"> <meta http-equiv="Content-Language" content="en-gb"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Welcome to LOST</title> <SCRIPT> type="text/javascript"> </SCRIPT> <!-- function FP_swapImg() {//v1.0 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length; n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm; elm.$src=elm.src; elm.src=args[n+1]; } } } function FP_preloadImgs() {//v1.0 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array(); for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; } } function FP_getObjectByID(id,o) {//v1.0 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id); else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el; if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c) for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; } f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements; for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } } return null; } // --> </script> <link rel="stylesheet" type="text/css" href="CSS.css"> <style type="text/css"> <!-- a:hover { text-decoration: line-through } --> </style> <style type="text/css"> body { background-color: #000000; } div.c4 {text-align: center} h2.c3 {text-align: center} h1.c2 {color: #FFFFFF; font-size: 150%; text-align: center} span.c1 {color: #FFFFFF} </style> </head> <body onload="FP_preloadImgs(/*url*/'images/button11.gif', /*url*/'images/button12.gif', /*url*/'images/button24.gif', /*url*/'images/button25.gif', /*url*/'images/button27.gif', /*url*/'images/button28.gif', /*url*/'images/button2A.gif', /*url*/'images/button2B.gif', /*url*/'images/button2D.gif', /*url*/'images/button2E.gif', /*url*/'images/button30.gif', /*url*/'images/button31.gif', /*url*/'images/button33.gif', /*url*/'images/button34.gif')"> <div class="c4"><embed width="128" height="128" src="Audio/S1E01_Island_Monster.mp3" hidden="true"> <table border="0" width="800" id="table1"> <tr> <td height="103" colspan="2"><img border="0" src="images/lost%20logo.jpg" width="791" height="121" alt="** PLEASE DESCRIBE THIS IMAGE **"></td> </tr> <tr> <td width="163" height="419" rowspan="2"><u><span class="c1"><strong>NAVIGATION BAR</strong></span></u> <p><a href="Jack.htm"><img border="0" id="img1" src="images/button10.gif" alt="Jack" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/button11.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/button10.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/button12.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/button11.gif')" width="100" height="20"></a></p> <p><a href="Locke.htm"><img border="0" id="img8" src="images/button23.gif" alt="Locke" onmouseover="FP_swapImg(1,0,/*id*/'img8',/*url*/'images/button24.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img8',/*url*/'images/button23.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img8',/*url*/'images/button25.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img8',/*url*/'images/button24.gif')" width="100" height="20"></a></p> <p><a href="Sawyer.htm"><img border="0" id="img9" src="images/button26.gif" alt="Sawyer" onmouseover="FP_swapImg(1,0,/*id*/'img9',/*url*/'images/button27.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img9',/*url*/'images/button26.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img9',/*url*/'images/button28.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img9',/*url*/'images/button27.gif')" width="100" height="20"></a></p> <p><a href="Kate.htm"><img border="0" id="img10" src="images/button29.gif" alt="Kate" onmouseover="FP_swapImg(1,0,/*id*/'img10',/*url*/'images/button2A.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img10',/*url*/'images/button29.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img10',/*url*/'images/button2B.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img10',/*url*/'images/button2A.gif')" width="100" height="20"></a></p> <p><a href="Hurley.htm"><img border="0" id="img11" src="images/button2C.gif" alt="Hurley" onmouseover="FP_swapImg(1,0,/*id*/'img11',/*url*/'images/button2D.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img11',/*url*/'images/button2C.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img11',/*url*/'images/button2E.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img11',/*url*/'images/button2D.gif')" width="100" height="20"></a></p> <p><a href="Sayid.htm"><img border="0" id="img12" src="images/button2F.gif" alt="Sayid" onmouseover="FP_swapImg(1,0,/*id*/'img12',/*url*/'images/button30.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img12',/*url*/'images/button2F.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img12',/*url*/'images/button31.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img12',/*url*/'images/button30.gif')" width="100" height="20"></a></p> <p><a href="The%20Numbers.htm"><img border="0" id="img13" src="images/button32.gif" alt="Numbers" onmouseover="FP_swapImg(1,0,/*id*/'img13',/*url*/'images/button33.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img13',/*url*/'images/button32.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img13',/*url*/'images/button34.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img13',/*url*/'images/button33.gif')" width="100" height="20"></a></p> </td> <td width="627" height="75"> <h1 class="c2"><strong>Welcome to my website, built to inform about the characters of my favourite show - LOST</strong></h1> </td> </tr> <tr> <td width="627" height="343"> <h2 class="c3"><strong><span class="c1">Welcome to my website intended to inform, you the reader about the wonderful TV show LOST. It contains information, video, and audio snips about all of the "most important characters" although, I must stress that there are too many people to add to this.</span></strong></h2> <h2 class="c3"></h2> <h2 class="c3"><strong><span class="c1">I myself am a big fan of lost and have watched every episode since it started, I am enthralled at the story line and am always trying to second guess the writers, to no avail so far though!</span></strong></h2> <h2 class="c3"></h2> <h2 class="c3"><strong><span class="c1">So, now has come for you to sit back and enjoy my site. I really hope you enjoy it. If, for any reason you encounter any problems or believe that the site is lacking in some way, feel free to e-mail me and ill get back to you as soon as possible.</span></strong></h2> <h2 class="c3"></h2> <h2 class="c3"><strong><span class="c1">Thank you - Ricki Lambert - rickilambert@googlemail.com</span></strong></h2> </td> </tr> </table> </div> </body> </html> |