Welcome Guest, Not a member yet? Register   Sign In
Css Issues
#31

[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.
#32

[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?
#33

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

[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";




Theme © iAndrew 2016 - Forum software by © MyBB