The code attached below is from xtemplate.xtmpl, i want to attach a flash logo, i adjusted the logo part of the theme as
<... embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="468" height="60" name="ban_sample_468x60_flash" src="lo.swf" bgcolor="#FFFFFF" quality="high" swLiveConnect="true" allowScriptAccess="samedomain" >
i have placed the lo.swf file on themes/pushbutton where xtemplate.xtmpl also available on the same folder.
But the logo is not getting diplayed. Should i change any other file to display the logo?
Note:
please neglect ... prefixed to the above tags, otherwise i couldnt pose this question to the forum (it says you have got suspicious tags
Comments
i have added the code above
i have added the code above but its not getting displayed i think its because of allowed html tags (i had object, embed, param as keywords). How to submit the code...as there is no provision for attaching the code either
--**--
krishna
Why not just edit the theme
Why not just edit the theme manually then?
Set theme configuration then edit style.css
The first thing to do is to decide whether or not you want the logo to be set by the theme or by the Drupal engine in the theme configuration section (http://yourdomain.tld/?q=admin/themes/settings)
You then might need to edit the style.css file... notably the styles that start with "td#home".
Good luck.