Call Us 203.687.6053

Blog with a focus on DotNetNuke news, tips and tricks, DNN SEO, and insights and opinions about the DNN community at large.

HTML in DNN Module Titles

Posted by Tom on Tuesday, March 06, 2007 to DotNetNuke, DNN Tips and Tricks

I’m still knee-deep into multiple projects, so this quick tip has to do for today.

Did you know that you can use HTML in the DNN module title field?

How’s that useful? Well, you could forgo text altogether and use an image as a module title to get a fancy font across for instance. Or you could use two different font sizes in your module title as I have done here. Another useful application is to place a named anchor into the title to “jump” from module to module within your page.

Have you used HTML in your module titles before? If so, how?


Permalink Permalink      Comments 6 Comments      RSS feeds RSS feeds      Email updates Email updates

 

Comments

Comment By Dan on Monday, April 02, 2007 at 12:01 AM

It took me three takes to appreciate the module title with different font sizes... Nice!

How about an < h1 > tag?

Comment By Tom Kraak on Monday, April 02, 2007 at 7:55 AM

What about the <h1> tag?

Comment By Rob on Sunday, September 16, 2007 at 5:40 PM

Everytime I try to use a <h1> text </h1> tag in the module title, I have problems with IE displaying it correctly (Vertical alignment is off). Firefox has no problem though. Any tips?
Thanks

Comment By Tom Kraak on Monday, September 17, 2007 at 8:11 AM

Rob - what skin are you having this issue with?

Comment By Rob on Wednesday, September 19, 2007 at 12:47 PM

Hi Tom, thanks for responding. I was having trouble with a skin that I purchased from snowcovered called
minimalist. Great skin, but I can't use any h1 tags on the containers title's.

Thanks again.

Comment By Tom Kraak on Wednesday, September 19, 2007 at 4:33 PM

What does the code of your container(s) look like?

Add a comment