CodeIgniter Forums
Css Issues - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Css Issues (/showthread.php?tid=18402)

Pages: 1 2 3 4


Css Issues - El Forum - 05-07-2009

[eluser]the_namdeeW[/eluser]
I really like using the YUI base.css and reset.css. This helps to guarantee your CSS will work across the board.


Css Issues - El Forum - 05-07-2009

[eluser]learning_php[/eluser]
Hi,

if i go to http://www.wesayido.co.uk/index.php/Gifts and click the link to the gallery it works but the same link from the homepage gets a 404?


Css Issues - El Forum - 05-07-2009

[eluser]Pascal Kriete[/eluser]
If you look closely you'll see that the link on the homepage is missing the index.php part.


Css Issues - El Forum - 05-07-2009

[eluser]learning_php[/eluser]
Hi,

do i still need that as i have set routes:
Code:
$route['default_controller'] = "homepage";
$route[''] = "homepage";
$route['info'] = "homepage/Info";
$route['Gifts'] = "homepage/Gifts";
$route['gallery'] = "gallery/index";
$route['register'] = "homepage/register";
$route['Church'] = "direction/direction";
$route['JockeyClub'] = "direction1/direction1";
$route['images'] = "Dashboard/index";