Hello All!
I am new to WordPress and am thrilled with the results. I have used this forum to solve many questions that I have come across in my build, but never posted.
I am no coder so forgive my ignorance.
I have made some buttons in PhotoShop with live links and saved the html file appropriately. The file opens well in my browser, but when I try to add it to my wordpress site (I have tried as a widget,a post and uploading the file onto my FTP under my child theme to get an URL location for the file) and am having no luck.
Any help is greatly appricated!
<html>
<head>
<title>buttons</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- Save for Web Slices (buttons.pdf) -->
<table id="Table_01" width="558" height="212" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="9">
<img src="images/buttons_01.jpg" width="557" height="44" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="44" alt=""></td>
</tr>
<tr>
<td rowspan="4">
<img src="images/buttons_02.jpg" width="29" height="168" alt=""></td>
<td rowspan="2">
<a href="http://www.theserenityroom.com/feed">
<img src="images/RSS.jpg" width="117" height="110" border="0" alt=""></a></td>
<td colspan="7">
<img src="images/buttons_04.jpg" width="411" height="2" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="2" alt=""></td>
</tr>
<tr>
<td rowspan="3">
<img src="images/buttons_05.jpg" width="9" height="166" alt=""></td>
<td>
<a href="http://www.linkedin.com/profile/view?id=115397054&locale=en_US&trk=tab_pro">
<img src="images/Linkedin.jpg" width="117" height="108" border="0" alt=""></a></td>
<td rowspan="3">
<img src="images/buttons_07.jpg" width="10" height="166" alt=""></td>
<td>
<a href="https://twitter.com/#!/theserenityroom">
<img src="images/Twitter.jpg" width="115" height="108" border="0" alt=""></a></td>
<td rowspan="3">
<img src="images/buttons_09.jpg" width="10" height="166" alt=""></td>
<td rowspan="2">
<a href="http://www.facebook.com/pages/The-Serenity-Room/216534128359076?sk=wall">
<img src="images/Facebook.jpg" width="117" height="110" border="0" alt=""></a></td>
<td rowspan="3">
<img src="images/buttons_11.jpg" width="33" height="166" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="108" alt=""></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/buttons_12.jpg" width="117" height="58" alt=""></td>
<td rowspan="2">
<img src="images/buttons_13.jpg" width="117" height="58" alt=""></td>
<td rowspan="2">
<img src="images/buttons_14.jpg" width="115" height="58" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="2" alt=""></td>
</tr>
<tr>
<td>
<img src="images/buttons_15.jpg" width="117" height="56" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="56" alt=""></td>
</tr>
</table>
<!-- End Save for Web Slices -->
</body>
</html>
The blog I need help with is www.theserenityroom.com.