Jump to content

chownsy

Members
  • Posts

    91
  • Joined

  • Last visited

Posts posted by chownsy

  1. Hi all, I have a non profit website that I review products on for my favourite hobby. Currently I am using wordpress themes for ease of publishing but I have been finding that even still it takes time and does not look all that professional. www.madmercsairsoft.co.uk is my website. I have validated the site using w3clove's validator and there was over 3000 validation errors and I have found that even though running a CEO optimiser it is not getting the website its just deserve with 22000 view in a year rather than some of the newer sites that have popped up that get in excess of 100000 - 1000000 unique views a year minimum. Some get many more than that. I know coding is expensive to do professionally hence why I did www.achownscontracting.co.uk myself with a more in depth version coming soon as I can get more details off my brother. Would someone be willing to help (via here, msn, skype or any other contact method) to design a new website that looks very professional, is secure from hacking, easy to upload content to so that I dont have to input <br/> after every page if I am manually coding the site. I want to be able to make it more user friendly, possibly have a static home page instead of a blog roll or do it so the blog is a lot better presented so more people will place news on the website. I am unemployed at the moment so have all the time in the world to work a long side someone to sort out the website and make it the best I can. Hope someone is happy to help Thanks for reading. Richard

    • Like 2
  2. I have been trying to make an image gallery using a table and then thumbnails of the pictures in large size. So I have all that implemented but I only seem to be able to link to another page or the image just on its own on a white background. I want to be able to do what lightbox does but everytime I try to implement it, it goes wrong and now im pulling my hair out over it. Would someone be able to help implement the lightbox code in to my site correctly or is there an HTML5 alternative to using JavaScript which i cannot code for the life of me. also I have noticed that when you minimise the screen the table goes behind the right sidebar and is not fluid like the rest of the content. attached is the file The large image location is "pictures/restoration/large/......jpg" the thumbnail is "pictures/restoration/thumbnails/.........jpg" restoration-gallery.html

  3. If I change it to <!DOCTYPE html> then i get this error:

    Validation Output: 1 Error
    • error.pngLine 132, Column 84: Bad value 70% for attribute width on element img: Expected a digit but saw % instead. …pictures/logo/main.png" width="70%" alt="Completed Respsol VFR400 NC24"/> <br/> Syntax of non-negative integer: One or more digits (0–9). For example: 42 and 0 are valid, but -273 is not.

  4. I have attached the css and homepage file to the post so you can validate it and see the error yourself but it says:

    Line 62, Column 44

    :

    there is no attribute "target"

    …ef="http://www.dynatekuk.com/" target="_blank"><img src="pictures/logo/dynatek…

    [/left]

    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.

    [/left]

    how do i do a marquee then if that is not right? I really want a marquee scrolling across the website

    home.html

    style.css

  5. Hi I have been coding for only a few months on and off and been working on my website from previously coded website that I had help off here getting the template sorted. I have also been using the guides on the site to help but I am confused at the validation on my website, It says that line 62 column 44 is at fault for the below code but I cannot see why only 1 of the picture attributes is incorrect. Can someone help me clarify what is wrong. RegardsRichard <!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"><head><link rel="stylesheet" type="text/css" href="style.css" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="Description" content="Restoration of my VFR400 NC24 from a wreck to a beautiful Repsol replica Honda VFR400 NC24" /><meta name="Keywords" content="REPSOL, HONDA, VFR, 400, NC24, VFR400, 400RR, Replica, VFR400RR, MTC EXHAUSTS, MOTAD, GPI RACING, CUSTOM, REBUILD" /><title>Restoration of Honda VFR400 NC24</title> <script type="text/javascript"><!--//window.onload=function(){parent_elem = document.getElementById("marquee")child_elem = parent_elem.getElementsByTagName("h2"); current_innerH = child_elem[0].innerHTML; child_elem[0].innerHTML="<marquee>"+current_innerH+"</marquee>";}//--></script> </head> <body> <div id="container" style="width:100%"> <div id="header"> <h1> Repsol Honda VFR400 NC24 restoration project </h1> </div> <div id="marquee"><h2>Over the last two years I have taken a lot of effort to restore my Honda VFR400 NC24 into some of its former glory with a modern Repsol Honda paint scheme. Here you will find all about the restoration and ride out photos!</h2></div> <div id="menu" style="width:250px;float:left;"> <ul><li><a href="home.html" title="Go to Home Page">Home</a></li><li><a href="about.html" title="Information in the project">About the project</a></li><li><a href="restoration.html" title="Restoration guide">Restoration</a></li><li><a href="restoration-gallery.html" title="Restoration gallery"> Restoration Gallery</a></li><li><a href="ride-out-gallery.html" title="Ride out gallery"> Ride out Gallery</a></li><li><a href="supporters.html" title="Supporting companies and suppliers of items for the project">Companies used</a></li><li><a href="contact.html" title="Use our contact form">Contact form</a></li></ul> <h3> <a href="http://www.dynatekuk.com/" target="_blank"><img src="pictures/logo/dynatek-logo.png" alt="Dynatek coils"/></a> </h3> <h3> <a href="http://www.worcesterpowdercoating.co.uk/" target="_blank"><img src="pictures/logo/powder-coating-logo.png" alt="Worcester Powder Coaters"/></a> </h3> <h3> <a href="http://stores.ebay.co.uk/Kinetic-Movements" target="_blank"><img src="pictures/logo/kinetic-Movements.png" alt="DZUS fastener supplier"/></a> </h3> </div> <div id="Supporters" style="width:250px;float:right;"> <h3> <a href="http://www.wemoto.co.uk" target="_blank"><img src="pictures/logo/wemoto.png" alt="Wemoto Parts"/></a> </h3> <h3> <a href="http://www.motad.co.uk" target="_blank"><img src="pictures/logo/motad.png" alt="Motad Exhausts"/></a> </h3> <h3> <a href="http://www.davidsilverspares.co.uk/" target="_blank"><img src="pictures/logo/david-silver-spares.png" alt="David Silver Spares"/></a> </h3> <h3> <a href="http://www.gpimotocross.com" target="_blank"><img src="pictures/logo/gpi-racing.png" alt="GPI Racing"/></a> </h3> <h3> <a href="http://stores.ebay.co.uk/MTC-Motorcycle-Exhausts" target="_blank"><img src="pictures/logo/mtc-exhausts.png" alt="MTC Exhausts"/></a> </h3> <h3> <a href="http://stores.ebay.co.uk/NeedforMotos" target="_blank"><img src="pictures/logo/needformotos.png" alt="China Fairings"/></a> </h3> <h3> <a href="http://www.thetoolcentre.co.uk/" target="_blank"><img src="pictures/logo/the-tool-centre.png" alt="The Tool Centre"/></a> </h3> </div> <div id="content"> <h4><img src="pictures/logo/main.png" width="70%" alt="Completed Respsol VFR400 NC24"/> <br/> Here is the complete bike as she stands now. There are a few more little changes<br/>to do to the bike, these are just minor things like a repaint of the tank to complete<br/>the look fully. This will be done in the coming weeks.<br/> </h4> </div> <div id="footer" style="width:50%;margin-left:auto;margin-right:auto;"> <h5>Designed and coded by Chownsy 2012</h5> </div> </div> </body> </html>

×
×
  • Create New...