Drake CMS Official Forums - read-only archive

You are reading the Drake CMS Official Forums archive, available for historical purposes only.

Drake CMS has been rebranded into Lanius CMS, visit the new Lanius CMS Official Forums if you need support about Lanius CMS or Drake CMS -> Lanius CMS migration.



Home page Templates > How can I include a picture in the web site title? Permanent link to this page
 
 
Author Message:
jolulipa
How can I include a picture in the web site title?
01 August 2007 21:44
Anonymous This site has a beatuful dragon on its title. How can I do that with mine? (ofcourse another image)

Thak you,
 
trex1512
Re: How can I include a picture in the web site title?
02 August 2007 05:33
Anonymous Hi

You will have to edit the template and css files that control the layout etc and add the image details you wish to use.

What template do you wish to modify?

 
legolas558
Re: How can I include a picture in the web site title?
02 August 2007 10:17
Anonymous As Terry said, you will have to modify the template..it's not so hard, don't worry! smile
You do not need any PHP expertize to do that, but some generic website design experience
 
jolulipa
Re: How can I include a picture in the web site title?
02 August 2007 15:28
Anonymous I am using fixblue. I am not afraid of changing the template. I suppose is around this area I have to change:
$d->ShowHead();
?>
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="tpl_maintable">
<tr>
<td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0" style="height:97px;" class="tpl_headerfill">
<tr>

Or on the CSS:

h1.title {
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bold;
text-indent : 8px;
font-size : 20px;
text-align : left;
color : #e5e5e5;
}
h1.title a:link, h1.title a:visited {
font-size : 20px;
color : #e5e5e5;
text-decoration : none;
font-weight : bold;
}
h1.title a:hover {
font-size : 20px;
color : #e5e5e5;
text-decoration : none;
font-weight : bold;

Now What i need to know what king of image information and exactly where I have to insert it.

Regards...
 
jolulipa
Re: How can I include a picture in the web site title?
02 August 2007 15:54
Anonymous Well, let me tell you what I did. I went into images inside the template and changed the background image using The Gimp and included into the background my logo.

That din't work, since I still cannot see my logo.

What is next to do?
 
jolulipa
Re: How can I include a picture in the web site title?
02 August 2007 17:29
Anonymous With the change I mentioned to the background image top.png worked. It just does not show on opera. I open it with explorer and it looked ok.

So Opera is the problem showing the logo. Wierd, isn't it?
 
legolas558
Re: How can I include a picture in the web site title?
23 August 2007 08:20
Anonymous I didn't know about this issue...you might want to make some web searches about Opera and PNG transparencies.

Or else try to use a 256colors PNG image for your logo
 
Top