how to put "made by ... at end of html template (Artisteer)

Patrick S.

Seasoned Veteran
Joined
Apr 1, 2011
Messages
3,378
Reaction score
0
FP$
6
How to add "Made by ..." to html themes in footer of Artisteer 3.0(So you don't have to do it manually every time)

http://webbe.info/ect/how-to-add-made-b ... isteer-3-0

1. Find where you installed Artisteer 3.0
(usually C:/program files/artisteer 3)

2. Go to /Library/Data/Templates/Site/Common/Glyphs

3. Open up FooterText (FooterText.html)

4. You should see this:
Code:
/* BEGIN editableFooter */<div [footerattributes]>/* END editableFooter */
[footerText]
/* BEGIN editableFooter */</div>/* END editableFooter */

Replace with
Code:
/* BEGIN editableFooter */<div [footerattributes]>/* END editableFooter */
[footerText]
Theme created by <a href="http://YourSite.com">Your Site</a>
/* BEGIN editableFooter */</div>/* END editableFooter */

5. Save file.
 
Back
Top Bottom