chooose... with justification
I need a way to make links open different text inside a DIV.
Location: www.replicada.com/v1/index.html
Any help will be refunded with rep points ^.^
Printable View
chooose... with justification
I need a way to make links open different text inside a DIV.
Location: www.replicada.com/v1/index.html
Any help will be refunded with rep points ^.^
Iframes are the best imo. Maybe because i have experience with them... but there great.
DIVs/includes..
Even if you have to make a scrolling div, just don't use an iframe..
Im allready using Divs and css. Just wondering how to make the links on the right hand side point to the DIVs to such it opens the same principle as iframes.
Any ideas....
Use includes.
You cannot target a div I don't think.
Just wondering what is wrong with this:
www.replicada.com/v1/contact.html
+Rep to the problem solver/solvers...Code:<div class="center">
<h2>Contact Us</h2>
<p class="style2"><?php include("contact.php"); ?>
</p>
<br />
</p>
<div class="boxad">Your ADs here. Please contact Admin if you wish to advertise. Charges do apply, unless the advertisement is returned, with our affiliate in a place of equal prominence on another site of yours.</div>
</div>
Apart from it needs to be contact.php nothing is wrong :)
No PHP support?
Save it with a .php extension, and does your host support PHP?