Jump to content

PHP website


krga86

Recommended Posts

My code on website is not validate on W3 Validator.

 

<?xml version="1.0" encoding="ISO-8859-1"?>
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  
 <html>
 
 
<head>
<title> Contact </title>
 
<meta name="description" content="Inzenjerski portal,baza znanja,vesti,seme,desavanja"/>
<meta name="keywords" content="Automatika,PLC,frekventni regulatori,arduino"/>
<meta name="author" content="Nikola Krga"/>
<meta name="robots" content="noindex, nofollow"/>
<link type="text/css" rel="stylesheet" href="about.css"/>
</head>
<body>
 
<table bgcolor="#b5a789" align="center" width="100%" border="1" cellpadding="10" cellspacing="6">
<tr>
 
<td bgcolor="#675c47" align="center"><font size="5" color="blue" >Contact</font></td>
</tr>
<tr>
<td align="center" bgcolor="efe5d0" >
 
<div id="nav">
<a href="projekat1.php" >HOME</a>
<a href="about.php" >ABOUT</a>
<a href="contact.php" >CONTACT</a>
</div>
 
</td>
 
</tr>
<tr class="main">
<td>  
 
<ul type="circle">
<li><font color="blue" size="5">Arduino</font></li>
<li><font color="blue" size="5">tel:+38122656454</font></li>
<li><font color="blue" size="5">mob:+381642564829</font></li>
<li><font color="blue" size="5">e-mail:arduino@gmail.com</font></li>
</ul>
 
 
 
 
 
</td>
</tr>
<tr>
<td align="center" bgcolor="#675c47" width="100%" colspan="3">
© 2014, ARDUINO
      <br/>
      All trademarks and registered trademarks appearing on 
      this site are the property of their respective owners.
</td>
</tr>
 
</table>
 
</body>
</html>
 
Link to comment
Share on other sites

Ignoring that this forum is a PHP ONE and that you shouldn't have posted this question here, I offer this advice.

 

When you next post this question somewhere, you might want to include the message you received when you ran the validation on it.  You might also try and update this very old code (you wrote this a few years ago perhaps?) and use CSS and get rid of the repetitious styling and the deprecated attributes that your very old code is using.

Link to comment
Share on other sites

I guess your site is live since you are able to validate it - why dont you use the comments that W3C gives you upon validation - it should be pretty clear what is wrong?

 

As others also suggest it could be that it is your very old doctyp that is causing the site not to validate, and it would be best to make a switch to HTML5 and work from there...

 

If you send the url to your site, we can validate it and explain to you what you need to correct. 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.