layout question |
[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
[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'] = "";
[eluser]Tripic[/eluser]
.htaccess Code: <IfModule mod_rewrite.c> config Code: $config['base_url'] = "http://www.awesome-winds.com/proto/";
[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
[eluser]Tripic[/eluser]
Ok i figured this out now to clean up the mess i made in the process lol |
Welcome Guest, Not a member yet? Register Sign In |