Forum moderator: bigblog |
uCoz Community For Webmasters Design Customization Everything about design #878 goes here! (Design, Template 878) |
Everything about design #878 goes here! |
hmm.. can u provide me code of default design... because i dont want to restore because i will lost my changes
Added (2009-08-07, 7:52 Am) Added (2009-08-07, 12:49 Pm) Govorim Hrvatski ... Pa "Hrvati javite mi se".....Google is your friend.....
|
if u want change to a collor:
see customize desing:Main page:page whit full entys and it's comments....search for <body> change whit <body bgcolor="you're collor"> if an image <body bgimg src="you're image"> i don't really know if it works because i don't know if the CSS desing is setted to be "always apply" you can try... |
Duzda, learn to be proper.
Quote (ShiFT) Hey, my website design is the #878.. I liked to change my News Entries bacground, but I can't really find the code I need change to obtain what I want.. Well, I was hoping someone could help me with this..
Quote (ChakraBlast) if u want change to a collor: see customize desing:Main page:page whit full entys and it's comments....search for change whit if an image i don't really know if it works because i don't know if the CSS desing is setted to be "always apply" |
Quote (ShiFT) The background of the news that appear at the home page did you mean the background of the pages? if so then go: 1. CP>Page Editor>Module design customization>Site pages 2. Find the line Code <td valign="top" style="padding:0px 10px 0px 10px;"><!-- <body> -->$CONTENT$<!-- </body> --></td> 3. Insert the url of the background which you want to have as default Code <td valign="top" style="background:url('http://....gif');padding:0px 10px 0px 10px;"><!-- <body> -->$CONTENT$<!-- </body> --></td> Buffer overrun detected!
Post edited by Sir_Cr4p - Monday, 2009-08-17, 11:11 PM
|
i want to put their my logo image
Added (2009-08-22, 2:55 Pm) Added (2009-09-13, 6:43 Am) Added (2009-09-13, 6:44 Am) |
Go to: Control Panel -> Customize Design -> Top part of the website.
Hit F3 or CTRL+F & paste: Êl袆®ºñ The text will high light. Replace text with this code: [... With uCoz since December 2 2007 ...]
|
hurrrrrrrrrrrrrrray! it works. Thank you man! THANK YOU VERY MUCH.
BUT THR IS SOME LITTLE PROBLEM PLZ HELP ME IT THIS TOO SEE THIS: http://www.electron.ucoz.lv Added (2009-09-13, 1:49 Pm) |
this is the code of top part of the web site:
Code <table border="0" cellpadding="0" cellspacing="0" id="topTable" align="center"> <tr><td class="dataBar">$WDAY$, $DATE$, $TIME$<br><?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?></td></tr> <tr><td class="logoBar"><h1><!-- <logo> --><span style="color:#FFFFFF;font:100pt bold Verdana,Tahoma;"><img src="http://h1.ripway.com/electron/cooltext433703915.gif" border="0"></span></logo></h1></td></tr> <tr><td class="navBar"><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a> <?if($MODULE_URL$)?>| <a href="$MODULE_URL$">$MODULE_NAME$</a><?endif?> <?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?> <?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$">RSS</a><?endif?></td></tr> </table> Added (2009-09-13, 3:26 Pm) Added (2009-09-13, 3:27 Pm) |
Your image is huge, that's why everything slips. In red I marked changes. Copy & Paste:
Quote <table border="0" cellpadding="0" cellspacing="0" id="topTable" align="center" style="background:url('http://h1.ripway.com/electron/cooltext433703915.gif') no-repeat;"> <tr><td class="dataBar">$WDAY$, $DATE$, $TIME$<br><?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?></td></tr> <tr><td class="logoBar"></td></tr> <tr><td class="navBar"><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a> <?if($MODULE_URL$)?>| <a href="$MODULE_URL$">$MODULE_NAME$</a><?endif?> <?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?> <?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$">RSS</a><?endif?></td></tr> </table> [... With uCoz since December 2 2007 ...]
|
When I create a new page in Control Panel, the page just doesnt have a background over the main background so its kinda hard to see the content on that page.. I would like to have a box where the content is in it (e.g. Site News) in those pages.. How do I do that?
Thanks |
| |||