Formating Titles using Widgets

Discussion in 'WordPress' started by coxis, Jan 26, 2010.

  1. #1
    Hi,

    Please help me with that stupid problem.

    I want to setup for this website: http://windows7design.com/

    In most of Widgets i use 'text' widget and there put code inside, for example:

    <!-- POPULAR -->
    <h1><img src="http://windows7design.com/wp-content/themes/windows7_theme/images/icons/star.gif" width="19" height="18" alt="" /> Popular themes</h1>
    <div class="popular">
    <ul>
    <?php get_most_rated(); ?>
    </ul>
    </div>

    And titles (h1) with icons looks great.

    Now with two new plugins (widgets) i want to add titles (h1) to them,

    one plugin is showing random images (left sidebar), second one is showing images from flickr (right sidebar)

    but this time i don't use text widgets and put code manually i just use default widgets with options

    there is 'title' field when i can put text, BUT THIS TEXT WILL NOT BE FORMATTED IN THE WAY I WANT (NO H1) tag for it for example

    how to fix that ?

    See image
     
    coxis, Jan 26, 2010 IP
  2. coxis

    coxis Peon

    Messages:
    697
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    coxis, Jan 26, 2010 IP
  3. coxis

    coxis Peon

    Messages:
    697
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    coxis, Jan 26, 2010 IP