I'm using the default tag cloud generator that uses the widgets to place a tag cloud on the page but because of the way I'm styling the site I need to define an inline style for the title of the tag cloud. Is this possible to do?
I'm using the default tag cloud generator that uses the widgets to place a tag cloud on the page but because of the way I'm styling the site I need to define an inline style for the title of the tag cloud. Is this possible to do?
if i get this right- you are using the 'normal' tag cloud widget?
then, you could try:
.widget_tag_cloud h2.widgettitle {display:inline;}
you can 'try' this when you use firefox with the web developer add-on, 'css' dropdown, 'edit css'.
Sorry, I'm not sure we're on the same page. I'm using a special javascript to add styling to titles and I need to define things inline (as in in the HTML). So for example I need to be able to change <h2>Title</h2> to say <h2 class="special" style="blah">Title</h2>
Right now I don't seem to be able to control the output of the widget.
This topic has been closed to new replies.