|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization clickable logo image |
clickable logo image |
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/ |
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 |
OK it works but just on home page. there is no image on other pages
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) Added (2020-12-26, 11:04 AM) |
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!
|
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 |
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 |
267th line in css 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 |
| |||
| |||