Hello,
I'm trying to get the text to appear in the quote box correctly. It's at the top of my blog located at www[dot]thejdmabryblog[dot]com. I've almost got it but don't know how to position the text. The text is being pulled via php, not sure if that matters. Any help would be appreciated. TIA.
Here's my code:
Code:<table style="width: 100%; border-collapse: collapse; background-image: url('http://www.thejdmabryblog.com/wp-content/images/TweetBox.jpg'); background-repeat: no-repeat"> <tr> <td><font color="#646D7E"> <p><?php if (function_exists('get_twitter_msg')) { get_twitter_msg(); } ?></p> </font><br> </td> </tr> </table> <p>



Reply With Quote
Here's the code for anyone that may come across this thread with the same problem.

Bookmarks