Jump to content

Kevinbollen

Members
  • Posts

    3
  • Joined

  • Last visited

Kevinbollen's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hello guys, I have the following problem. I made a website and put it in wordpress. Right now it's hosted on my localhost. The site works perfect. no problems but when i go on another computer or mobile device and i go to my ip address. The Css of the site doesn't work. This is the code which i use to get the css <!-- CSS Code --> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/style.css"> <link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/reset.css"> I don't know what the problem is and my php is not that well. I know the problem is not that I have 2 stylesheets that works perfect. Also it doesn't show any picture. It only shows my html. Sorry for my use of english I hope someone can help Greetz
  2. I tried this one. But it doesn't work for me..
  3. I have the following problem, I want my footer to be on the bottom of the page. When i have a page with 2 lines it works for me to get the footer at the bottom of the screen. but when i have a long page with text the footer is on the bottom of the screen and not on the bottom of the page. So the footer sticks to the bottom of the screen, but I want it on long pages to be positioned under my content div (on the bottom of the page)
×
×
  • Create New...