Jump to content

Adding textarea box for affiliate banner code


Recommended Posts

How do I add textarea box - so that I can add banners and code to be pasted for Affiliates within CMS page for new affiliates to copy and paste.

 

Such as example 

From-  http://www.yessoftware.com/partners/affiliate_links.php

<!-- YesSoftware Affiliate banner code begin --><center><a href="http://www.yessoftware.com/?xxxx"><img src="http://www.yessoftware.com/images/banners/playlearn1.gif" border="0" width="468" height="60" alt="Develop Dynamic Web Sites in No Time!"></a><br><font size="2"><a href="http://www.yessoftware.com/?xxxx">YesSoftware - the Next Generation Web Development Tool</a></font></center>
<!-- YesSoftware Affiliate banner code end -->

 

http://tail-wags.com  is prestashop page 

 

 


 

Edited by darleenw (see edit history)
Link to comment
Share on other sites

Hi,

So you basically need to show raw html code to people visiting a specific cms page?

I am not sure it works, but try wrapping in <pre> tags  your content, making sure you do this while in the html view of the cms page editor

Link to comment
Share on other sites

The only way around I can see is to add custom css page with a new class such as affiliateTextbox 

 

Current CSS that is being displayed :

.columns textarea {
  1. width692px !important;
  2. height100px;
  3. overflowauto !important;
}
 
Change to 
.affiliateTextbox
 
Something additional is required in Prestashop however - I must create a module.css file? 
I want to adjust this as I would in WordPress with custom CSS but Cannot find a way to do this in Prestashop
 
Thanks
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...