|
MGHines
| Joined: 17 Oct 2007 |
| Posts: 6 |
|
|
 |
There is a place to type in Main Options to change the Text on Main Page but I can't see where this is appearing. Where does this text go? I am using AbleSpace 1.0
|
|
|
|
steviemcr
| Joined: 13 Jan 2008 |
| Posts: 1 |
| Location: Belgium |
|
 |
Search in your designtemplate in the index.html
./_themes/main/yourtemplate/index.html
search the div with the id "welcome"
and place the {text_on_main} there instead of hardcoded text
Be aware to remove all </br> in your text on the Admin Panel
<div id="welcome">
<h2><img src="{url_tmpl_main}img/title-welcome.gif" alt="" /></h2>
<p>{text_on_main}
</p>
</div><!-- #welcome -->
|
|
|