Forum moderator: bigblog  
Everything about design #996 goes here!
rebelion
Posts: 130
Reputation: 4

Message # 16 | 2:59 AM
ipwnu123, look for
Code
/.s/t/996/33.gif
.

project-implement.com join rsps 508/525
Natashko
Posts: 3366
Reputation: 171

Message # 17 | 1:17 PM
ipwnu123,go to CP->Design->Design management (CSS) and find background: url('/.s/t/996/33.gif') Substitute it with the URL of your icon
ipwnu123
Posts: 11
Reputation: 0

Message # 18 | 5:05 AM
Alright thank you! biggrin
Paradox
Old Guard
Posts: 3284
Reputation: 145

Message # 19 | 5:23 AM
You can edit the image in the CSS sheet. It appears as:

.menuTd {padding-left:12px;padding-right:10px; background: url('/.s/t/971/11.gif') no-repeat 0px 3px;}

You'll need to change it to:

.menuTd {padding-left:12px;padding-right:10px; background: url('Your Image Here') no-repeat 0px 3px;}


Jack of all trades in development, design, strategy.
Working as a Support Engineer.
Been here for 13 years and counting.
Natashko
Posts: 3366
Reputation: 171

Message # 20 | 9:07 AM
Paradox, how is your post related to the topic? We were talking about background: url('/.s/t/996/33.gif') and not background: url('/.s/t/971/11.gif')
ipwnu123
Posts: 11
Reputation: 0

Message # 21 | 3:00 AM
Hey again smile I encountered a problem...(which is typical of my nooby self)
I'm trying to change on my website the banner at the top, except I can only find half of it....

Heres part of it:
http://forum.ucoz.com/.s/t/996/4.jpg

And here are the corners:
http://forum.ucoz.com/.s/t/996/3.jpg & /.s/t/996/5.jpg

But I can't find whats in between 996/4.jpg and 996/5.jpg

I know this may be a bit confusing with no pictures.. here's my website maybe this will help you get a better look..

mcmd.ucoz.com

It's around where title of your website is...like mine...

Code
<!-- <logo> -->Minecraft Maryland<!-- </logo> -->

Hope this helps, if you have any questions just leave a comment. Thanks! biggrin

Natashko
Posts: 3366
Reputation: 171

Message # 22 | 8:55 AM
ipwnu123, but your logo consists of http://forum.ucoz.com/.s/t/996/4.jpg http://forum.ucoz.com/.s/t/996/3.jpg & /.s/t/996/5.jpg That is it. You have found all the parts already. I am not sure I understand what are you interested in. Maybe a screenshot of the part you are missing will be useful.
ipwnu123
Posts: 11
Reputation: 0

Message # 23 | 2:17 AM
Alright, ill use pics now. smile

Anyways, heres the default banner:

http://i.imgur.com/84B2I.png

Now here are the parts labeled:

http://i.imgur.com/h4xMc.png

So my question is: how do i make it so i can insert the image into the pink box i highlited? Like, where the "Minecraft MD" title is.

Thanks (again) :D!!

Post edited by ipwnu123 - Saturday, 2011-05-07, 2:18 AM
Natashko
Posts: 3366
Reputation: 171

Message # 24 | 4:19 PM
ipwnu123, you need to substitute this image as well /.s/t/996/2.gif
Admin9655
Posts: 1
Reputation: 0

Message # 25 | 4:38 PM
hey guys i want to change my favicon on my own ico,im newb so explain me what to do.
Blazer
Posts: 310
Reputation: 25

Message # 26 | 4:57 PM
Admin9655, you will find what you need here
If i helped you + My Reputation and Give me an Award.
Animorph
Posts: 2856
Reputation: 189

Message # 27 | 12:26 PM
ipwnu123, the size is 38px × 195px , in pixels ofcourse

Note: this image is used to repeat itself in a horizontal way (repeat-x) thats because this would cover most of your header part in width


To busy building a passive income online ;)
Natashko
Posts: 3366
Reputation: 171

Message # 28 | 10:41 AM
ipwnu123,
Quote (ipwnu123)
So then how many times does it repeat itself? Because the 38x195 px measurement is without it repeating; I want to know the actual measurement so I know what size to make my image.

The width of that image depends on the width of your browser window. It will expand, if you widen your browser window and vice versa.
wassim
Posts: 1
Reputation: 0

Message # 29 | 10:50 PM
Hello professionals

I made this new topic about design #996 and I know there is another topic with the same name. But here I want from all helpers to be more specific in their tutorials so everyone can follow it easy.

I begin with my questions about this design:

1- How to change the header banner/image, and how to remove the site name in the header
2- How to put the tag board in the forum under the header banner and how to reduce its width (for example to 70%)
3- I am only using the forum ( not site news or publisher), mean when opening main page it redirect to forum: I wonder how to put the login form as it appear when the page redirect to site news.

That's all for now. Thank you for all the cooperators .
**********************
Please Admins don't remove or close this thread.
Best reagrds
Natashko
Posts: 3366
Reputation: 171

Message # 30 | 8:57 AM
wassim,
Quote (wassim)
I made this new topic about design #996 and I know there is another topic with the same name. But here I want from all helpers to be more specific in their tutorials so everyone can follow it easy.

I am glad for you, but there are forum rules that say that similar threads are forbidden. Next time you break forum rules - you are reproofed.
And it doesn't really matter which board helpers, mods and admins are posting at. Their answers are always specific.
Quote (wassim)
1- How to change the header banner/image

Go to CP->Design->Design management (templates)->Top part of the website->find and delete:
Code
<img src="/.s/t/996/3.jpg" border="0">

Find here:background:url('/.s/t/996/4.jpg')
Substitute url('/.s/t/996/4.jpg') with the link to your image which you have uploaded to the File Manager beforehand.
Quote (wassim)
how to remove the site name in the header

The answer is here: http://forum.ucoz.com/forum/42-12199-67580-16-1295363674 Why don't you use search first.
Quote (wassim)
2- How to put the tag board in the forum under the header banner

Install Tag Board module in Control panel->folder Inactive->Tag Board->install module. Use its code $CHAT_BOX$ to embed it in Control panel->Design->Design management (templates)->General appearance of forum pages
Quote (wassim)
how to reduce its width (for example to 70%)

Add:
Code
<style type="text/css">#mchatIfm2 {width: 70% !important;}</style>
in Control panel->Design->Design management (templates)->General appearance of forum pages, under the chat code $CHAT_BOX$
Quote (wassim)
I am only using the forum ( not site news or publisher), mean when opening main page it redirect to forum: I wonder how to put the login form as it appear when the page redirect to site news.

I have no idea what you are talking about. Please rephrase it. Provide a website address and a screenshot of what you want to achieve, if possible.
Search:
Support
Need help? Contact our support team via the contact form or email us at support@ucoz.com.