Shape 5

Joomla Club Extensions => Image Slide - Club => : Whitesgrou November 13, 2014, 03:54:35 PM



: Add style to titles and
: Whitesgrou November 13, 2014, 03:54:35 PM
When I try to add html tags to the Titles and Image Text it breaks the background image.

For example, on Title 1 I have;

<span style="font-size:25pt;">
Welcome to my Site
</span>

The Title does change to 25pt text, but the background image just displays as black. When I remove the span tag it works.


: Re: Add style to titles and
: Whitesgrou November 13, 2014, 04:13:39 PM
Just solved my own problem. Turns out you can't use quotation marks in tags, and have to use apostrophes instead.

The tag now reads

<span style='font-size:25pt;'>
Welcome to my Site
</span>