Reply
CSS question
Old 06-06-2005, 06:07 PM CSS question
lizard dude's Avatar
Super Talker

Posts: 119
Location: France
I want to chnage the logo of that CSS.....how can I do it?



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/Glass/{T_HEAD_STYLESHEET}" type="text/css">
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">

<a name="Top"></a>
<a name="top"></a>

<table width="100%" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td class="bodyline">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td background="templates/Glass/images/{T_BODY_BACKGROUND}/cellpic3.gif" width="100%" height="30" align="center">
<span class="copyright">{SITENAME} - {SITE_DESCRIPTION}</span>
</td>
</tr>
</table>
<br />
<table width="90%" cellspacing="0" cellpadding="0" border="0" align="center">

<tr>
<td><a href="{U_INDEX}"><img src="templates/Glass/images/{T_BODY_BACKGROUND}/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
<td align="center" width="100%" valign="middle">
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/Glass/images/{T_BODY_BACKGROUND}/icon_mini_nav.gif" width="15" height="15" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu"> <a href="{U_SEARCH}" class="mainmenu"><img src="templates/Glass/images/{T_BODY_BACKGROUND}/icon_mini_nav.gif" width="15" height="15" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a> <a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/Glass/images/{T_BODY_BACKGROUND}/icon_mini_nav.gif" width="15" height="15" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a> <a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/Glass/images/{T_BODY_BACKGROUND}/icon_mini_nav.gif" width="15" height="15" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}" class="mainmenu"><img src="templates/Glass/images/{T_BODY_BACKGROUND}/icon_mini_nav.gif" width="15" height="15" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>
<!-- END switch_user_logged_out -->
</td>
</tr>
<tr>
<td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_PROFILE}" class="mainmenu"><img src="templates/Glass/images/{T_BODY_BACKGROUND}/icon_mini_nav.gif" width="15" height="15" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a> <a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/Glass/images/{T_BODY_BACKGROUND}/icon_mini_nav.gif" width="15" height="15" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a> <a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/Glass/images/{T_BODY_BACKGROUND}/icon_mini_nav.gif" width="15" height="15" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span></td>
</tr>
</table></td>
</tr>
</table>

<br />
__________________
forum-------> http://www.benjidela.com, for people who wants to have a good time ;)
website------>http://www.benjidela.com (might be in construction :D)
Hope you have a great time and that my post is helpfull ;)
lizard dude is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-06-2005, 06:18 PM
metho's Avatar
Ultra Talker

Posts: 345
What CSS? You've posted no CSS, only html. This phpbb template sports the phpbb logo here:
Code:
<td><a href="{U_INDEX}"><img src="templates/Glass/images/{T_BODY_BACKGROUND}/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td>
Is that what your talking about? The quick and dirty solution is to open the logo you want in an image editor and save it as the image which you want to replace in the image assets folder (as long as its the same format).
metho is offline
Reply With Quote
View Public Profile
 
Old 06-06-2005, 10:02 PM
lizard dude's Avatar
Super Talker

Posts: 119
Location: France
Yeah just to change the logo right?
So I just chnage the adress and thts it?
__________________
forum-------> http://www.benjidela.com, for people who wants to have a good time ;)
website------>http://www.benjidela.com (might be in construction :D)
Hope you have a great time and that my post is helpfull ;)
lizard dude is offline
Reply With Quote
View Public Profile
 
Old 06-07-2005, 07:26 AM
Super Talker

Posts: 121
yes, or like metho said, just overwrite the current phpBB logo with the image you want, just make sure that the file name is the same and the formt is the same
vegancoder is offline
Reply With Quote
View Public Profile
 
Old 06-07-2005, 12:32 PM
lizard dude's Avatar
Super Talker

Posts: 119
Location: France
But i dont have access to the mysql or ftp......its a free forumn with installed themes.......
__________________
forum-------> http://www.benjidela.com, for people who wants to have a good time ;)
website------>http://www.benjidela.com (might be in construction :D)
Hope you have a great time and that my post is helpfull ;)
lizard dude is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to CSS question
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13187 seconds with 12 queries