Announcement

Collapse
No announcement yet.

Publishing Issue

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Publishing Issue

    Hi, I'm trying to halve an issue with my main index page. Some of the elements aren't appearing the way they appear in BV. What is even more strange is I have an other page with the same contents and same structure, yet these pages appear the way I want them to in IE and GC. The only difference with these other pages is the meta title, page name, and the description (which includes a city name for the corresponding page). An example of this would be the welland city page. Both of these pages (the index page and the welland city page) contain an html script that loads the contents of another page and the scripts are identical, so both pages should appear mostly the same (the difference would be the Title, page name, and the meta description). The html script is

    <?php
    include ("mainpage.php");
    mainpage();
    ?>
Working...
X