Help for a new user

Page: 1

Author Post
rjsykes
Guest
Hi, I am a new user of Floatbox and really like the features.

I am trying to just get a simple title to display in the floatbox but seem to having difficulty, I was wondering if anyone can help me out.

If you go to the link below and click on the image on the right under featured property.

http://www.gatestartech.co.uk/Eastwood/index.php

Thanks

Robert
Administrator
Registered: Aug 2008
Posts: 3382
In your style.css style sheet, at line 38, you have:
span { display: none; }


The caption is a span, so the css is telling the caption not to display. Get rid of that line, or make it more specific so it doesn't apply to all spans on the page.

Page: 1