Default Powered By HTML: Difference between revisions


mNo edit summary
mNo edit summary
Line 5: Line 5:


<source lang="html4strict">
<source lang="html4strict">
<pre>
 
<div id="powered_by">
<div id="powered_by">
   <a href="http://viviti.com">
   <a href="http://viviti.com">
Line 13: Line 13:
   <a href="http://viviti.com">Viviti</a>
   <a href="http://viviti.com">Viviti</a>
</div>
</div>
</pre>
 
</source>
</source>


Line 25: Line 25:
====Alternative Powered By HTML:====
====Alternative Powered By HTML:====
<source lang="html4strict">
<source lang="html4strict">
<pre>
 
<div id="powered_by">
<div id="powered_by">
   <a href="http://viviti.com">
   <a href="http://viviti.com">
Line 33: Line 33:
   <a href="http://viviti.com">Viviti</a>
   <a href="http://viviti.com">Viviti</a>
</div>
</div>
</pre>
 
</source>
</source>
It's possible to put the powered by html into your theme directly with your own html.
It's possible to put the powered by html into your theme directly with your own html.

Revision as of 22:19, 13 January 2009

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


Default Powered By HTML:

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

If there is no powered by div in the theme, Viviti will insert this after the copyright component.



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


Alternative Powered By HTML:

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

It's possible to put the powered by html into your theme directly with your own html.


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.