#basket
New messages Members Forum rules Search RSS
  • Page 1 of 1
  • 1
Forum » For webmasters » uCoz » How to replace this with an image (help plz)
How to replace this with an image
Mugen_BoyDate: Saturday, 08.10.2011, 12:38 | Message # 1
Group: Verified
Posts: 51
Awards: 0
Status: Offline
I want to replace this part with an image i have of almost same size, how do I do it?




Message edited by Mugen_Boy - Saturday, 08.10.2011, 12:38
 
adminDate: Monday, 10.10.2011, 11:40 | Message # 2
Group: Verified
Posts: 187
Awards: 8
Status: Offline
Global blocks -> Top part of the website
Change code
Code
<div class="blogname">
  <h1><a title="Home" href="http://animationshop.ucoz.com/"><!-- <logo> -->Home Of Animations<!-- </logo> --></a></h1>
  <h2>Animation Shop</h2>
  </div>

on

Code
<div class="blogname">
  <img src="YOUR URL TO IMAGE" />
  </div>
 
Mugen_BoyDate: Monday, 10.10.2011, 13:49 | Message # 3
Group: Verified
Posts: 51
Awards: 0
Status: Offline
thx that worked but how do i make it linkable to my home page? smile

 
adminDate: Monday, 10.10.2011, 13:53 | Message # 4
Group: Verified
Posts: 187
Awards: 8
Status: Offline
Code
<div class="blogname">
   <a href="$HOME_PAGE_LINK$" title="$SITE_NAME$"><img src="YOUR URL TO IMAGE" /></a>
   </div>
 
Mugen_BoyDate: Monday, 10.10.2011, 13:58 | Message # 5
Group: Verified
Posts: 51
Awards: 0
Status: Offline
Thank you very much!! smile

 
Forum » For webmasters » uCoz » How to replace this with an image (help plz)
  • Page 1 of 1
  • 1
Search: