• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » clickable logo image
clickable logo image
paka
Posts: 26
Reputation: 0

Message # 1 | 1:11 AM
how can i make that warrior logo image to click for home page and replace with my custom image?
Design # 871
http://progamingforum.ucoz.com/
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 2 | 2:20 PM
paka, in the header template you should find this code:

Code
<img src="/.s/t/871/1.jpg" border="0">


you can replace it with something like this:

Code
<a href="/"><img src="/path/to/image.jpg" border="0" /></a>


Don't forget to substitute /path/to/image.jpg with your desired image.

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
paka
Posts: 26
Reputation: 0

Message # 3 | 3:56 PM
OK it works but just on home page. there is no image on other pages sad
You can see on my link.

Added (2020-12-24, 3:57 PM)
---------------------------------------------

Quote
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="240">
<tr>
<td width="240"><a href="/"><img src="logo2.png" border="0" /></a></td>
<td width="240" align="center" style="background:url('/.s/t/871/2.jpg') #563129;"><span style="color:#FFBFB2;font:20pt bold Verdana,Tahoma;"><b><!-- <logo> -->176.57.128.40:27016<!-- </logo> --></b></span></td>
<td align="center" style="background:url('/.s/t/871/3.jpg') #000000;">
<table cellpadding="10" cellspacing="0" border="0" width="100%" height="240">
<tr><td align="right">$WDAY$, $DATE$, $TIME$</td></tr>
<tr><td align="right"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><!--<s5200>-->Logged in as<!--</s>--> <a href="$PERSONAL_PAGE_LINK$"><b>$USERNAME$</b></a> | <!--<s3167>-->Group<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Welcome<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$">RSS</a><?endif?></td></tr>
<tr><td><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Home<!--</s>--></a> <?if($MODULE_URL$)?>| <a href="$MODULE_URL$">$MODULE_NAME$</a><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$"><!--<s3089>-->Sign Up<!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Log In<!--</s>--></a><?endif?><?endif?></td></tr>
</table>
</td>
</tr>
</table><div style="height:16px;background:url('/.s/t/871/4.gif');"></div>

Added (2020-12-24, 5:46 PM)
---------------------------------------------
it works with default image but not with custom image sad

Added (2020-12-26, 11:04 AM)
---------------------------------------------
Any help?

Felicia
Posts: 185
Reputation: 6

Message # 4 | 6:33 PM
paka, please provide the link of a specific page where you've added a custom image and didn't work - make sure to clear cache before checking, and also attach a screenshot of the place of the picture, to be sure we're referring to the same thing.
Good things come to those who wait!
paka
Posts: 26
Reputation: 0

Message # 5 | 6:39 PM
Ok now it works. I don't know how. Can you tell me how to make letters bigger on page and forum? They are extremely small. And how to change their color?
http://progamingforum.ucoz.com/forum/2-73-1
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 6 | 7:34 PM
paka, you can change the font-size and color properties of the body tag in your CSS (should be somewhere at the top of your style sheet template):


hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
paka
Posts: 26
Reputation: 0

Message # 7 | 12:36 PM
Tnank you for help. 2 more problems:
1. how to change Thread description font color
2. how to change Chat box font color

i cant find it. Text is almost invisible.
joexyz
JOE-vascript
Posts: 1770
Reputation: 78

Message # 8 | 3:35 PM
Quote paka ()
1. how to change Thread description font color

267th line in css
Quote paka ()
2. how to change Chat box font color

7th line in css, looks like you tried to change it to white (#ffffff) but you forgot the #

hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau

sometimes i lurk here
paka
Posts: 26
Reputation: 0

Message # 9 | 5:28 PM
Thank you. This solved my problems. smile
uCoz Community » For Webmasters » Design Customization » clickable logo image
  • Page 1 of 1
  • 1
Search: