|
|
Forum moderator: bigblog |
uCoz Community General Information First Steps with uCoz Picture in Banner (How to Adfjust It) |
Picture in Banner |
I created a png file in Gimp, but when I upload it the website is showing 4 copies of the picture. And the text only appears in the bottom right picture. How do I get one picture?
|
Provide the URL for your site.
Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. |
I actually removed the picture and just put text but it still repeats
http://markovitch1928.ucoz.com/ |
Markovitch, I don't see any repeating text, and there is a header image still. It looks fine to me.
The only text I see is the links and date in black on the top, and the title "Zhits Za Granitsa". Can you provide a screenshot? Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. Post edited by PixelKhaos - Thursday, 2013-08-08, 3:17 AM
|
Thanks for looking. I amended the text, just increased the size and centred it. If you look at the picture though you'll see it repeats. Is there a way to increase picture width without increasing height?
|
Markovitch, What image?
I'm not sure why you would want to increase the width, but yes, it possible to do so. In the header, find the following Code <div id="uCozHeaderMain" style="height: 300px; background: url('/uCozHeader.png') no-repeat 50% 50%; width: 880px; margin: 0px auto;"> Simply edit the "height: 300px" and "width: 880px" to the size you want. Proud uCoz user since 2006
Freelance designer - http://pixelkhaos.com PixelKhaos on twitter - @PixelKhaos I can help you develop your site for a small fee. Post edited by PixelKhaos - Thursday, 2013-08-08, 4:31 AM
|
Unfortunately, the image is not drawn correctly, and you do not want to change it.
http://markovitch1928.ucoz.com/uCozHeader.png If you are willing to take advantage of everything that this picture would be displayed correctly, replace the code. Quote <div id="uCozHeaderMain" style="height: 300px; background: url('/uCozHeader.png') no-repeat 50% 50%; width: 880px; margin: 0px auto;"> To this. Quote <div id="uCozHeaderMain" style="height: 300px; background: url('/uCozHeader.png') no-repeat left top; background-size: 1110px 300px;width: 880px; margin: 0px auto;"> The selected text contains the width and height of the image in your header. Post edited by Бриз - Thursday, 2013-08-08, 6:07 AM
|
| |||
| |||