Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #934 goes here! (Design, Template 934) |
Everything about design #934 goes here! |
[!] - Logo/Header Change (Here)
I usually dont come here for help since I like to play around with these ucoz code stuff and try to solve my problems.. but im really stuck on this one lol I want to change my logo at my website www.liga-mexicana.ucoz.com.... To this one this is the code of the top part of the website Code <div id="header"> <div id="data"> $WDAY$, $DATE$, $TIME$</p></div> <div id="login"> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><!--<s5200>-->Ha entrado Ud como<!--</s>--> <a href="$PERSONAL_PAGE_LINK$" title="Mi perfil"><b>$USERNAME$</b></a> | <!--<s3167>-->Grupo<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Le saludo<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS">RSS</a><?endif?><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="Mi perfil"><!--<s5214>-->Mi perfil<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$" title="Registrarse"><!--<s3089>-->Registrarse<!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title="Salida"><!--<s5164>-->Salida<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$" title="Entrada"><!--<s3087>-->Entrada<!--</s>--></a><?endif?><?endif?></p></div> <div class="clear"></div> </div> <div id="main1"> <div id="navigation1"> <!-- <sblock_menu> --> <?if($SMENU_1$)?> <table border="0" cellpadding="0" cellspacing="0" class="menuTable"><tr><td class="menuContent"><!-- <bc> -->$SMENU_1$<!-- </bc> --></td></tr></table> <?endif?> <!-- </sblock_menu> --> </div> <div id="content1"> <div id="right"></div><div id="left"></div> <div id="logo"><h1><!-- <logo> -->Ps3-Liga-Mexicana-Fifa 10<!-- </logo> --></h1></div> </div> </div> <div class="clear"></div> What do I need to do? Attachments:
3974636.jpg
(46.3 Kb)
·
9740190.png
(310.4 Kb)
Post edited by Mario0 - Monday, 2009-08-31, 6:37 AM
|
Rugby, you must replace the old banners url with the new one.
And it's possible to have different banner on each page, you [... With uCoz since December 2 2007 ...]
|
Hi all, I have two questions:
1. Is it possible to have 1 logo on the homepage and then different logos/images on the other pages? If so, could you please explain. I have the lgo changed in the top part of the CSS so it is the same on all pages. 2. The logo.image on the homepage of my site is a collage of pictures. Is it possible for the logo/image to change every 20-30 secs to another collage? So, on the homeoage every 20-30 secs the user would see new images. If so, can you also help me with this? Thanks! Added (2010-10-11, 2:24 PM) |
Quote (Rugby) 1. Is it possible to have 1 logo on the homepage and then different logos/images on the other pages? If so, could you please explain. I have the lgo changed in the top part of the CSS so it is the same on all pages. You can use conditional operators for this purpose: http://forum.ucoz.com/forum/37-471-1
Quote (Rugby) 2. The logo.image on the homepage of my site is a collage of pictures. Is it possible for the logo/image to change every 20-30 secs to another collage? So, on the homeoage every 20-30 secs the user would see new images. If so, can you also help me with this? Must be possible by means of custom coding and scripts. I'm not active on the forum anymore. Please contact other forum staff.
|
Rugby, create different classes for different logo images in CSS. Edit "Top part of the website" and use conditional operators to display different images for different pages/modules, smth like:
Code <?if($MODULE_ID$='index')?>class 1<?if($MODULE_ID$='forum')?>class 2<?endif?><?endif?> I'm not active on the forum anymore. Please contact other forum staff.
|
Sunny,
Thanks for the reply, but you have totally lost me - youre obviously a programmer or something and talk like one. I need steps in how to do this. Can you at least explain to me how to change the image on the homepage (to reflect on all pages). What am I looking for in the CSS? Can you please explain in steps? Thanks again. |
Quote (Rugby) Can you at least explain to me how to change the image on the homepage (to reflect on all pages). What am I looking for in the CSS? Rugby, read this To busy building a passive income online ;)
Post edited by Animorph - Monday, 2010-10-25, 11:53 AM
|
Well guys i need a litle help about my website can someone explane me how can i add secound container on right side on my website on right site?
and how can i change the backround Thanks |
Profesional, about a second container , i don't think that that is possible without re-designing multiple parts of the design , and unfortunately we don't help with custom coding , i suggest you to already search for a double containers/blocks and about your background that can be done
go to CP ---> Design ---> Design management (CSS) ---> Changing BG image: Find: Code div#contanier {background:url('/.s/t/934/2.gif') repeat-x;text-align:center;} Replace "/.s/t/934/2.gif" with your image url. and to change the color of the background go to CP ---> Design ---> Design management (templates) ---> Find: Code <body style="background:#171B0A; margin:0px; padding:0px;"> Change #171B0A to your Color code To busy building a passive income online ;)
|
Ok guys thanks about help anyway
|
| |||