Adding div class to front page
-
I have created an intro that appears once only on the home page with a div class and have this on page template:
<div class="intro">
<?php include_once(TEMPLATEPATH.'/intro.php');?></div>
I would like to set different margins or padding for the intro than the balance of the body of text. When I add either (or even a border) it affects the entire page instead of just the intro.
website: https://www.golfforthegood.net/test/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Adding div class to front page’ is closed to new replies.