![]() |
layout question - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: layout question (/showthread.php?tid=32065) |
layout question - El Forum - 07-12-2010 [eluser]Tripic[/eluser] Ok I am trying to use roll over images and so far having no luck I have tried css and using .htacess to remove the index.php from the url of my images and nothing seems to be working for me if you can give me any idea of where i am going wrong i would apreciate it.. the add to the page im worrking on is http://www.awesome-winds.com/proto/index.php/blog layout question - El Forum - 07-12-2010 [eluser]Brandon Beasley[/eluser] What does your .htaccess look like? Have you setup application\config.php to look like this: $config['base_url'] = "http://www.awesome-winds.com/"; $config['index_page'] = ""; layout question - El Forum - 07-12-2010 [eluser]Tripic[/eluser] .htaccess Code: <IfModule mod_rewrite.c> config Code: $config['base_url'] = "http://www.awesome-winds.com/proto/"; layout question - El Forum - 07-12-2010 [eluser]Tripic[/eluser] ok i think im one the right track but cant seem to get it right i added Code: $config['image_url'] = "http://www.awesome-winds.com/proto/images/"; Code: <?<img >config->item('image_url');?>art_shoppe_up.jpg" name="Art Shoppe" width="99" height="64" border="0" id="Art Shoppe" /> the error code is Quote:Parse error: syntax error, unexpected '<' in /homepages/0/d281853266/htdocs/proto/system/application/views/blog_view.php on line 58 I know i should be able to see the problem but aparentley my brain went on vacation and left the rest of me here to try and figure this out layout question - El Forum - 07-12-2010 [eluser]Tripic[/eluser] Ok i figured this out now to clean up the mess i made in the process lol |