broken links and images usually indicates an incorrect entry in teh admin configuration page..
BASE URL is the URL to your website ..
http://www.yoursite.com <note no trailing slash
BASE PATH is the installation directory, so if you installed to a directory named "links" it should contain "/links" <note no trailing slash
eg; fro the demo copy running on this site
http://www.dew-code.com/demo/directory/
BASE URL
http://www.dew-code.com
BASE PATH
/demo
Keep in mind there is no actual directory named "directory" directory is a file, and the directives in the .htaccess file tell your web server to treat it as a PHP script.