PDA

View Full Version : Edit "About page" in Switchy template


Hrvig
01-18-2009, 01:48 PM
Hello,
As the title says I simply cannot figure out how to edit the "about page" - www.hrvig.dk
I hope and believe that this is really simple but I've been looking around for 30 min. now :)

Greetings,
Jakob

snafu
01-18-2009, 02:15 PM
with a pure text editor of your choice .
search in the template for:
thats a table, you can edit all between

<td id="text" valign="top" style="padding:20px;">

and the next closing

</td>

delete all the lorem ipsum stuff and put your description in there

with the links is the same, you can edit all between
<div class="details">
and the next closing
</div>

Hrvig
01-18-2009, 02:37 PM
Thank you a lot.
That helped me a lot :)