I would like to add a title to each of the thumbnails on the album view page. I know this information is given on 'mouse over' but I would like the title to be displayed if possible.
I have added <?php printImageTitle(); ?> on line 67 in album.php and it has done what I wanted.
However as you would expect, it has 'messed up' the layout and the title is showing above the 'next' thumbnail and not under the correct one.
I am not sure how to alter 'style.css' to 'tidy up' the album view layout. Ideally,I would like to have the image title in a 'text box' which is the width of the thumbnail with a maximum 3 line depth, for the text.
Can anybody suggest how I can alter style.css to achieve this?
I have left my alteration to album.php in place so you can see the result and you can still access my site using - test-user & test123.
I have added <?php printImageTitle(); ?> on line 67 in album.php and it has done what I wanted.
However as you would expect, it has 'messed up' the layout and the title is showing above the 'next' thumbnail and not under the correct one.
I am not sure how to alter 'style.css' to 'tidy up' the album view layout. Ideally,I would like to have the image title in a 'text box' which is the width of the thumbnail with a maximum 3 line depth, for the text.
Can anybody suggest how I can alter style.css to achieve this?
I have left my alteration to album.php in place so you can see the result and you can still access my site using - test-user & test123.