Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about Design #822 goes here ! (Remade because other are closed or trashed) |
Everything about Design #822 goes here ! |
I made a remake of this because the other are either closed or trashed (so normal members cannot add new entries).
Look at this thread before asking any questions about this design template:
How can you add your own background image? Ive tried the basic html codes for adding my own background but it doesnt work. Code <body background="LINK OF IMAGE"> Please help. |
How do you add Counter at borrom bar of this website design. It doesnt have bottom part of website in customize design
|
You modify the bottom part in the sour code. For example this:
<td colspan="2" class="footer"><!-- <copy> -->Copyright MyCorp © $YEAR$<!-- </copy> --><br>$POWERED_BY$</td> To avoid repeating modification use Quick replacement feature. (Can be found at CP -> Customize) [... With uCoz since December 2 2007 ...]
|
Hello all ! I do not speak English well so I'll translate with Google!
I would like to change the banner at the top of the site with my own image. In the CSS I can not find or do : Global Blocks > Top Part of the website :
Code <table class="header-table"> <tr><td class="data-block">$WDAY$, $DATE$, $TIME$<?if($USERS_ON$)?> | <?if($USER_LOGGED_IN$)?><!--<s5200>-->Vous êtes entré comme<!--</s>--> <a href="$PERSONAL_PAGE_LINK$"><b>$USERNAME$</b></a> | <!--<s3167>-->Groupe<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Bienvenue<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?></td></tr> <tr><td class="logo-block"><h1><!-- <logo> -->My site<!-- </logo> --></h1></td></tr> <tr><td class="nav-block"><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Page d'accueil<!--</s>--></a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->Mon profil<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$"><!--<s3089>-->Enregistrement<!--</s>--></a><?endif?> <?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Quitter<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Entrée<!--</s>--></a><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$">RSS</a><?endif?></td></tr> </table> Thank you ! |
THANK YOUUUUUUU SUNNY !!!!!!! ;D
Post edited by defaultNick1272 - Thursday, 2010-09-02, 4:26 PM
|
Hello everyone I would like to always know how to put my link in the boxes that I made? And how how to remove the date and the user logged in above ?
How to put a noueaux links in the 4 th box? IMAGE Added (2010-09-04, 4:35 Am) Attachments:
3293128.png
(405.8 Kb)
|
Quote (defaultNick1272) I would like to always know how to put my link in the boxes that I made? Those are custom boxes, therefore we cannot help you. The default site menu can be edited by means of Site Menu Builder: http://forum.ucoz.com/forum/8-5638-1
Quote (defaultNick1272) And how how to remove the date and the user logged in above ? Control Panel -> -> Customize Design -> Top part of the website -> remove: Quote <tr><td class="data-block">$WDAY$, $DATE$, $TIME$<?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?></td></tr> I'm not active on the forum anymore. Please contact other forum staff.
|
Quote (Natashko) Mich, you have changed your design, that is why we can't provide much help here. You need to find the code of your logo, which looks like this Code <img src="/Celebrities_Banner.png" alt=""> It has to be in CP->Design->Design management->Top part of the website. Cut it out of the header and insert it where you need it to appear on the website. But most probably you will have to insert it in each template of each module. (from what I understood) Design 822 was discussed here http://forum.ucoz.com/forum/5-9563-1 Let's continue discussion there, stick to one thread. So it has to be putted in site pages and so on? And my only problem is to place it left just so it is with line with the purple menu, not far outside on left. Added (2011-01-25, 6:50 Am) Better known as Mr_Smith or Chris-Erik Fotland.
Post edited by Mich - Tuesday, 2011-01-25, 12:40 PM
|
Mich,
Quote (Mich) to add a purple bar at the very top under admin bar so i can place the date and time and so on To do so insert this Code <div style="position: absolute; width: 100%; background: url(http://celebrities.ucoz.com/Celebrities_Magazine_Top_Menu.png); left: 0pt; line-height: 30px; top: 24px;">*******</div> |
Thanks you so much
How do i size the image down so it has same current length as the menu one? with a round border included? Added (2011-01-25, 7:19 Am) Better known as Mr_Smith or Chris-Erik Fotland.
|
Mich, replace the suggested before code with this one
Code <div style="position: absolute; background: url(http://celebrities.ucoz.com/Celebrities_Magazine_Top_Menu.png); top: 24px; height: 42px; line-height: 42px; width: 900px; left: 50%; margin-left: -450px; -moz-border-radius: 0px 0px 20px 20px;border-radius: 0px 0px 20px 20px;">********</div> Keep in mind that the purple bar is under the admin bar, but Guests can't see the admin bar. And this code doesn't effect the logo in any way. |
| |||