Are you enjoying the extensions? Did you like the support? Help others decide.

Leave a review

file No image!

More
11 years 6 months ago #966 by admin
Replied by admin on topic Re: No image!
Great! I am glad that did it. I do not know why the images show on some sites and not on others. I have to find a way for it to work for everyone (and that the fix I have found for you does not break others)...

To have the date and authors on different lines, just use CSS. Add this to your template's stylesheet:
.newsextra .newsdate { display: inline-block; }
.newsextra .delimiter { display: none; }
That should do it!

Olivier.

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #967 by kouvas
Replied by kouvas on topic Re: No image!
Thanks!!!! It worked!!!
(But I used block instead inline-block. Anyway you saved me once more!!!
Thanks again.

Please Log in or Create an account to join the conversation.

More
11 years 6 months ago #970 by admin
Replied by admin on topic Re: No image!
I was glad to be able to help!
I have suggested inline-block because it is the standard. Use block for layer tags (like 'div'), inline-block for inline tags (like 'span' or 'a'...).

Olivier.

Please Log in or Create an account to join the conversation.