Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2008-10-24 14:05:25
- deamosreapos
- New Member
- Registered: 2008-10-24
- Posts: 4
How do I chance the Header name to a picture
im currently designing a website. Ive used textpatern like a portal.
www.wow-disturbed.info
This means im trying to get all the styles in all the websites allike. But now im stuck, Ive used a picture on the other pages to say the name: “disturbed” but in textpatern its a H1.
<!— head —> <div id=“head”> <h1 id=“site-name”><a rel=“home” href=“http://www.wow-disturbed.info/”>Disturbed</a></h1> <p id=“site-slogan”>World of Warcraft guild Turalyon</p> </div>
Basicly I should be able to change this code so it will be a picture instead, but I cant find where to edit the index.html. Atleast thats the source of the website (so it says).
So how can I edit it if it is possible at all? :)
Greetings deamosreapos
Offline
#2 2008-10-24 14:36:15
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How do I chance the Header name to a picture
Go to Presentation > Pages to edit the page template.
Offline
#3 2008-10-24 14:39:30
- deamosreapos
- New Member
- Registered: 2008-10-24
- Posts: 4
Re: How do I chance the Header name to a picture
I cant seem to fin presentation can you write the full tree based on a test url: www.test.url/………. Fill in the dots please :P (sry for not being 2 handy at this)
edit
I just noticed that u ment on the webpage let me see if I can find it now
Last edited by deamosreapos (2008-10-24 14:42:22)
Offline
Re: How do I chance the Header name to a picture
Els means go into the admin, select the Presentation tab then the Pages tab and you will find the page templates to edit.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
#5 2008-10-24 14:49:52
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How do I chance the Header name to a picture
In the admin interface (www.wow-disturbed.info/textpattern/index.php) you will find everything you need :)
There are no files to edit, everything is stored in the database. Have a look at TextBook to find out how it works.
Offline
#6 2008-10-24 14:53:25
- deamosreapos
- New Member
- Registered: 2008-10-24
- Posts: 4
Re: How do I chance the Header name to a picture
Found it, but now getting stuck in the source, <img src=”/Forum/Themes/slick_grey/images/sglogo.gif> </img> would be the test picture Id like to implement, anyone had a similar issue and can give me an easy solution?
Offline
#7 2008-10-24 14:58:06
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: How do I chance the Header name to a picture
<!-- head -->
<div id="head"><h1 id="site-name"><a rel="home" href="http://www.wow-disturbed.info/"><img src="/Forum/Themes/slick_grey/images/sglogo.gif /></a></h1>
<p id="site-slogan">World of Warcraft guild Turalyon</p>
</div>
Offline
#8 2008-10-24 15:02:29
- deamosreapos
- New Member
- Registered: 2008-10-24
- Posts: 4
Re: How do I chance the Header name to a picture
Thanks alot that did the trick :)
Offline