Log in

View Full Version : Convert into HTML



encoders
08-16-2008, 08:19 AM
Encoders can it be changed in plain HTML?? If it possible then how much it will take in $$??

rangana
08-16-2008, 08:29 AM
Could you please rephrase your question. The link you've shown is already written in HTML language or possibly I'm missing something else.

The page does'nt have something to tell beside the fact that I don't understand Deutsche. Anyway, which one are you wanting to convert into HTML?

jscheuer1
08-16-2008, 08:59 AM
Converting XHTML into HTML is easy, as long as the XHTML is valid (or close to valid, which this is) XHTML. You just change all self closing tags (/>) to normal closing tags (>), and replace the DOCTYPE and opening <html> tag:


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Encoders - Home - Web Development, Web Design, Grapic Design, Seo, MOBI</title>
<meta name="keywords" content="developer resource, encoders, PHPdeveloper, development, web development, design, javascript, code, geek, , warez, free, new, latest, tools, info, how-to, e-commerce, builder, website builder, HTML,XHTML, web development, web design, serverside, clientside, database, XML, CSS, DHTML, discussion, internet, speed, secure, customize, Web promotion,online,fastest,cheapest ,web design leeds,web development leeds, html special characters, flash, action srcipt, web development quote, web design quote, development quote, design quote, project quote, website quote, professionals, Search Engine Submission Service, Web Design, Web Page Design, Web Page Maker, Web site Promotion, Website Creation, increase page rank, link building, web development kolkata, kolkta web design, kolkata developers, core management, 24*7 client service, photoshop, C, C++, technology, updating technology, techies, technicians, web master, web master recourses">
<meta name="Description" content="encoders is the fastest growing company of India providing web development, web design, search engine optimization">

<link href="css/style.css" rel="stylesheet" type="text/css">
</head>

<body>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<table width="400" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" align="center"><div align="center">
<p><img src="image/logo3.gif" width="326" height="85"> </p>
</div></td>
</tr>
<tr align="center">
<td height="40" colspan="2" valign="middle" class="home14"><table border="0" cellpadding="10" cellspacing="0" class="home14">
<tr valign="top">
<td><a href="ESP/home.htm"></a> </td>
<td><center>
<p>-&nbsp;<a href="home.php" class="pageHeader">E n g l i s h</a>&nbsp; - <a href="#" class="textBlue12ver"> Deutsche </a> -</p>
</center></td>
<td><center>
<a href="fra/home.htm"></a>
</center></td>
</tr>
</table></td>
</tr>
<tr align="center" bgcolor="#F3F3F3">
<td valign="middle"><div align="right" class="home7">
<p><a href="http://www.adobe.com/go/getflashplayer" target="_blank" class="textBlack10Arial">Sitio realizado con Adobe Flash. <br>
Accede aqu&iacute; para conseguir el Flash Player &gt;&gt;</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer" target="_blank" class="textBlack10Arial">Site made with Adobe Flash. <br>
Access here to get the Flash Player &gt;&gt;</a></p>
<p><a href="http://www.adobe.com/go/getflashplayer" target="_blank" class="textBlack10Arial">Site realis&eacute; avec Adobe Flash. <br>
Cliquer ici pour avoir le Flash Player. &gt;&gt;</a><br>
<br>
<br>
<a href="http://www.adobe.com/go/getflashplayer" target="_blank" class="textBlack10Arial">Site, die mit Adobe Flash. Access hier, um den Flash Player. &gt;&gt;</a> </p>
</div></td>
<td valign="middle"><font color="#666666" size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.adobe.com/go/getflashplayer" target="_blank"><img src="image/flash.gif" width="88" height="31" hspace="10" border="0"></a></font></td>
</tr>
<tr align="center">
<td height="20" colspan="2" valign="middle">&nbsp;</td>
</tr>
<tr align="center">
<td height="20" colspan="2" valign="middle" bgcolor="#F3F3F3"><br>
<IFRAME src="http://www.google.com/talk/service/badge/Show?tk=z01q6amlqteu2r1erss7a6hkukhm102sm7m1rnvod6ifnq95dgak5638q04tddqhfbsm3ovmruu5a88q1seblq5t4ihj4sseq0gakvg328eeuoik0uamle9lt307cj6olc8dsv8fbve1tc2m7ipsbd61 gdk8epsf2dggfq7m1fkf29ivf5fs8nu71lbrhl3q2eg&amp;w=150&amp;h=18" frameBorder=0 width=150 height=18 allowTransparency ></IFRAME>
<br>
<br>
Email us - <a href="mailto:info@encoders.co.in" class="bulletBlue"> info@encoders.co.in<br>
<br>
</a></td>
</tr>
</table>
</body>
</html>

No charge.