TulipTools Internet Business Owners and Online Sellers Community

Full Version: Inserting HTML into a PHP Template
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Inserting a block of HTML (for banners,logos, adwords, text, etc). into a PHP template(see below)--be sure to make a backup before modifying your files:

phpcode template

?>  <--1. insert one of those at the beginning of where you want your HTML

HTML  <--2. insert your HTML



phpcode template
Also, if you're inserting text in the html that has an apostrophe, put the slash that lives above the enter key before the apostrophe.

For example:

Code:
?> <h1>Check out all of our wonderful deals at Jen\'s Wonderful Store </h1> <?php