0
Welcome Guest! Login
0 items Join Now

Looking for a Way to Add just the Title

  • Looking for a Way to Add just the Title

    Posted 14 years 8 months ago
    • Is there a way to add a Title without having content also?

      I was hoping I could go to Custom HTML, put "Show Title" and then just add no content and it would work .... unfortunately it does not work that way.

      This seemed like it should be easy to answer.

      I just need to be able to place a Title without additional content into a module frame.
    • Ben Harold's Avatar
    • Ben Harold
    • Sr. Rocketeer
    • Posts: 231
    • Thanks: 1
    • Freelance Developer

    Re: Looking for a Way to Add just the Title

    Posted 14 years 8 months ago
    • There are plenty of different ways in which you can accomplish this. You could create a module with a non-breaking space character as the only content:
       
      You could also create a module with a specific module class suffix parameter, then use CSS to hide the content of that module. For example, if I create a CustomHTML module with a module class suffix of "hidden-content", I could add the following to my CSS to hide the content of that particular module:
      .hidden-content .rt-module-surround {display:none;}
  • Re: Looking for a Way to Add just the Title

    Posted 14 years 8 months ago
    • I will try both and post the results.

Time to create page: 0.137 seconds