4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: michel69 on February 20, 2003, 06:53:29 AM

Title: [template] 4blue_orange1
Post by: michel69 on February 20, 2003, 06:53:29 AM
I downloaded the nice template [4blue_orange1] and I ask that:
I want with the button "your link 1" to open a small window 400x350, with a document (work.php or work.htm).
I don't know how Ican modify the code(target=_blank)for that.
Can you help me ?
It's possible ?
Title: [template] 4blue_orange1
Post by: V@no on February 20, 2003, 06:57:51 AM
use this format:
Code: [Select]
<a href="WORK.PHP" target="_blank">YOUR LINK 1</a>
target="_blank" means it opens new window with document u specifyed in href=""