Default Powered By HTML: Difference between revisions


No edit summary
Line 1: Line 1:
By default, Viviti will insert the default "Powered By" html directly after the [[Copyright | copyright component]] in your [[Creating Viviti Themes | Viviti theme]]. If you'd like this to be somewhere else, you can put the powered by div wherever you want in your html document.
By default, Jigsy will insert the default "Powered By" html directly after the [[Copyright | copyright component]] in your [[Creating Website Builder Themes | Jigsy theme]]. If you'd like this to be somewhere else, you can put the powered by div wherever you want in your html document.




Line 8: Line 8:


<div id="powered_by">
<div id="powered_by">
   <a href="http://viviti.com">
   <a href="http://Jigsy.com">
     <img width="16" height="16" src="" />
     <img width="16" height="16" src="" />
   </a>
   </a>
   Powered by
   Powered by
   <a href="http://viviti.com">Viviti</a>
   <a href="http://Jigsy.com">Jigsy</a>
</div>
</div>


Line 18: Line 18:




It's possible to put the powered by html into your theme directly with your own html. If there is no powered by div in the theme, Viviti will insert this after the [[Copyright | copyright component]].
It's possible to put the powered by html into your theme directly with your own html. If there is no powered by div in the theme, Jigsy will insert this after the [[Copyright | copyright component]].


Although it is possible to remove the link to Viviti in the powered by html, we humbly ask that you don't, so others can experience Viviti by seeing it on your website.
Although it is possible to remove the link to Jigsy in the powered by html, we humbly ask that you don't, so others can experience Jigsy by seeing it on your website.





Revision as of 12:03, 24 March 2011

By default, Jigsy will insert the default "Powered By" html directly after the copyright component in your Jigsy theme. If you'd like this to be somewhere else, you can put the powered by div wherever you want in your html document.


You can put whatever html you want inside the powered by div. Here's an example of an alternate design for it:


<div id="powered_by">
  <a href="http://Jigsy.com">
    <img width="16" height="16" src="" />
  </a>
  Powered by
  <a href="http://Jigsy.com">Jigsy</a>
</div>


It's possible to put the powered by html into your theme directly with your own html. If there is no powered by div in the theme, Jigsy will insert this after the copyright component.

Although it is possible to remove the link to Jigsy in the powered by html, we humbly ask that you don't, so others can experience Jigsy by seeing it on your website.