Hi everyone,
I'm trying to add in post area or widget a simple HTML table show below.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>title1</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="451">
<tbody>
<tr>
<td><img src="http://alorisblog.files.wordpress.com/2011/11/image2.gif" alt="" height="10" width="451" /></td>
</tr>
<tr>
<td bgcolor="#999999"><table border="0" cellpadding="0" cellspacing="10" width="100%">
<tbody>
<tr>
<td width="2%"><img src="http://alorisblog.files.wordpress.com/2011/11/image1.jpg" alt="" height="102" width="116" /></td>
<td width="98%"><p><strong>Click to visit good info: </strong></p>
<ul class="style11">
<li><strong><a href="http://wordpress.org/" class="black-text-regular">My link 1</a></strong></li>
<li><strong><a href="http://wordpress.org/showcase/" class="black-text-regular">My Link2</a></strong></li>
<li><strong><a href="http://codex.wordpress.org/Main_Page" class="black-text-regular">My Link 3</a></strong></li>
</ul>
<p><br />
</p></td>
</tr>
</tbody>
</table></td>
</tr>
<tr>
<td><img src="http://alorisblog.files.wordpress.com/2011/11/image3.gif" alt="" height="10" width="451" /></td>
</tr>
</tbody>
</table>
</body>
</html>
The link below shows an image in how it looks now:
and the following link show hot should look:
I've trying to insert the HTML code using plugin as "embed-it" or "easy-embed" but is not working.
May somebody help me to fix this please.
Any help would be very appreciated.