insider1
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin Postie: Formatting punctuation issuesI should note that the person sending the email is from Australia, and I’m in the US. My emails show up fine.
Forum: Everything else WordPress
In reply to: Newbie: Inserting big button in themeOK, I’m still struggling. I created a static graphic and placed it in my images folder for the theme “yourblog-20-theme” (it seemed to be a very popular theme).
I’m trying to put the image up using HTML before the loop as shown below:
<?php get_header(); ?> <div id="content" class="narrowcolumn"> <img src="images/banner1.bmp" alt="Submit earmark story" border="0" align="middle"> <?php if (have_posts()) : ?>But all that gets shown in the alt text. I eventually want to hyperlink this banner to a static page on the blog.
Again, thanks for the kind assistance.
Forum: Everything else WordPress
In reply to: Newbie: Inserting big button in themeI switched templates to a 2 column layout and will read up on your suggestions this week. Thank you for all the help thus far.
Forum: Everything else WordPress
In reply to: Newbie: Inserting big button in themeI have no problem creating the graphic, but I don’t understand how to place it in the template file. I don’t want it in a post, it has to be ‘sticky’ and always able to be seen by viewers no matter where they are in the blog.
Thanks.