I'm having some problems trying to centre captions under the images inserted in article manager.
There's the pop up which allows me to add image title and caption, however the caption is not centered and there's space between the caption and image which i dont want.
Furthermore the caption can only be viewed in preview which makes it hard to add a hyperlink to it.
If you click on the article 'choosing the right pair of jeans', i cant seem to align the image caption 'photo by paperdog2005' right under the image without any spacing.
Appreciate if you could show me how.
I'm not using RokBox at the moment. Will it help in this aspect?
I'm getting this error message when i click on my hyperlink 'desmond' though
Not Found
The requested URL /www.ign.com was not found on this server.
"Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.15 (Unix) mod_ssl/2.2.15 OpenSSL/0.9.8e-fips-rhel5 DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/5.2.13 mod_perl/2.0.4 Perl/v5.8.8 Server at
www.fashionalibi.com
Port 80"
Is this due to my setting in Global Config or is it a hosting issue?
The 404 error is due to your wrong syntax in the link:
Instead of:
<a target="_blank" href="/www.ign.com">desmond</a>
It should be:
<a target="_blank" href="
www.ign.com
">desmond</a>