Recent content by reckless_ronin

  1. R

    Can you force links in a <php include> to load in the <php include> area?

    I have a Wordpress page blog which I am "embedding" into a static page using the <php include> function. The include works just fine, but the problem is when you click any link from the Wordpress include area, say a blog post, it opens it up the post outside of the static page that it's...
  2. R

    Any tricks to getting PHP SSI working with 1&1?

    Hello, After a long hiatus I have decided to get back into working on my web project. I am confident with using HTML and CSS, but what I want to do is to "embed" external files into a master file. I asked this question not long ago and user Benjamin said to use PHP includes. Previously I was...
  3. R

    Can you help me embed html files and position them correctly?

    Hello, I'm looking to embed multiple html files into master html page. Simply put, I am making a sort of template page for a multi-page site that includes a banner, menu, main content area, and footer. These are all being positioned using an external CSS file. What I want to do is have each...
Back
Top