jeromeba
07-17-2005, 11:51 AM
I have added Target=_Blank to a link in one of my adds and it wont open to a blank page.
Can you help?
Thanks,
Can you help?
Thanks,
|
View Full Version : Target=_Blank jeromeba 07-17-2005, 11:51 AM I have added Target=_Blank to a link in one of my adds and it wont open to a blank page. Can you help? Thanks, Jafo 07-18-2005, 12:29 AM Umm, well I am not sure exactly what you mean, but I believe the attribute is supposed to be in this format <a href="link" target="_blank"> jeromeba 07-21-2005, 12:16 PM After I add an ad or edit an ad using this format. Once the ad is placed WWC4 removes TARGET=_Blank from the HTML. This is a link to the page! (http://www.olecuriosityshoppe.com/classads/index.php?Show_Item&20) Go to the link in question Click Here! Christian and Religious Shirts Thanks, Jafo 07-22-2005, 01:37 AM You have to edit config.php to allow the target attribute to be used in an a tag. Find this line: 'a' => array('href' => 1, 'title' => 1), Edit to: 'a' => array('href' => 1, 'title' => 1, 'target' => 1), |