• Page 1 of 2
  • 1
  • 2
  • »
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #971 goes here! (Design, Template 971)
Everything about design #971 goes here!
Marx123
Posts: 2
Reputation: 0

Message # 1 | 11:34 AM
[!] - Spaces at Sides (Here)



How to chnage header on design: #971 ? (Re-ask if someone needs)
andiqu
Posts: 18
Reputation: 2

Message # 2 | 11:39 AM
you have more than one photo:
http://lktests.ucoz.com/.s/t/971/5.gif
http://lktests.ucoz.com/.s/t/971/4.gif

You can edit these photos in cPanel>Customize design>CSS

Code
<tr><td width="101" height="74"><img src="/.s/t/971/4.gif" border="0"></td><td width="505" style="background:url('/.s/t/971/5.gif);padding-bottom:20px;"><span style="color:#969595;font:20pt bold Verdana,Tahoma;"><!-- <logo> -->My site<!-- </logo> --></span></td><td></td></tr>

To these one:
Code
<tr><td width="101" height="74"><img src="YOUR NEW PHOTO" border="0"></td><td width="505" style="background:url('YOUR NEW PHOTO');padding-bottom:20px;"><span style="color:#969595;font:20pt bold Verdana,Tahoma;"><!-- <logo> -->YOUR SITE NAME<!-- </logo> --></span></td><td></td></tr>

My And Your WebSite:
wWw.LKclan.uCoz.com
Thanks to uCoz system.
Post edited by andiqu - Wednesday, 2009-07-15, 11:40 AM
Marx123
Posts: 2
Reputation: 0

Message # 3 | 11:58 AM
i can`t find this in CSS!?
Post edited by Marx123 - Wednesday, 2009-07-15, 12:03 PM
fakeros
Posts: 58
Reputation: 13

Message # 4 | 1:37 PM
bcz this is not in css you can find this on
CP > Customize design > Global blocks > Top part of the website

I m back on track...
Armaros
Posts: 1424

Message # 5 | 2:40 PM
andiqu, if you lack knowledge - out of my board! In here, I want to keep everything in standard and I don't need newbies to mess my system.
Kon10dR
Posts: 3
Reputation: 0

Message # 6 | 3:24 PM
Quote (andiqu)
You can edit these photos in cPanel>Customize design>CSS
Code
<tr><td width="101" height="74"><img src="/.s/t/971/4.gif" border="0"></td><td width="505" style="background:url('/.s/t/971/5.gif);padding-bottom:20px;"><span style="color:#969595;font:20pt bold Verdana,Tahoma;"><!-- <logo> -->My site<!-- </logo> --></span></td><td></td></tr>

To these one:
Code
<tr><td width="101" height="74"><img src="YOUR NEW PHOTO" border="0"></td><td width="505" style="background:url('YOUR NEW PHOTO');padding-bottom:20px;"><span style="color:#969595;font:20pt bold Verdana,Tahoma;"><!-- <logo> -->YOUR SITE NAME<!-- </logo> --></span></td><td></td></tr>

The following is the code for my design located @ "Top part of the website" under Main >> Customize Design >> Editing templates

Code
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="240">
<tr>
  <td width="240"><img src="/.s/t/871/1.jpg" border="0"></td>
  <td width="240" align="center" style="background:url('/.s/t/871/2.jpg') #563129;"><span style="color:#FFBFB2;font:20pt bold Verdana,Tahoma;"><b><!-- <logo> -->UltraKill Empire<!-- </logo> --></b></span></td>
  <td align="center" style="background:url('/.s/t/871/3.jpg') #000000;">
  <table cellpadding="10" cellspacing="0" border="0" width="100%" height="240">
  <tr><td align="right">$WDAY$, $DATE$, $TIME$</td></tr>
  <tr><td align="right"><?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?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$">RSS</a><?endif?></td></tr>
  <tr><td><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a> <?if($MODULE_URL$)?>| <a href="$MODULE_URL$">$MODULE_NAME$</a><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?></td></tr>
  </table>
  </td>
</tr>
</table><div style="height:16px;background:url('/.s/t/871/4.gif');"></div>

I get your example as what to replace, but I have a few questions. How/where do I upload the image and do I just put nameofimage.jpg? Also, to make sure I get the same size image in place of existing image how do I find out what size the current image is?


<a class="link" href="http://wWw.UltrakillEmpire.uCoz.com" rel="nofollow" target="_blank">wWw.UltrakillEmpire.uCoz.com</a>
Armaros
Posts: 1424

Message # 7 | 4:07 PM
Kon10dR, stop re-posting. One more ridiculous post and I'm locking this.
Kon10dR
Posts: 3
Reputation: 0

Message # 8 | 4:58 PM
I apologize as I didn't realize I was re-posting as I was simply asking a question. Can you direct me to where I may ask the question I already posted?
<a class="link" href="http://wWw.UltrakillEmpire.uCoz.com" rel="nofollow" target="_blank">wWw.UltrakillEmpire.uCoz.com</a>
andiqu
Posts: 18
Reputation: 2

Message # 9 | 11:32 PM
Quote (Armaros)
andiqu, if you lack knowledge - out of my board! In here, I want to keep everything in standard and I don't need newbies to mess my system.

Hey! I only intented to HELP not to mess your system, I confused that, but look at the rest of the explanation man !!! Don't say these to me again please, me, here for helping other people, and you.. ? insulting me?

My And Your WebSite:
wWw.LKclan.uCoz.com
Thanks to uCoz system.
Post edited by andiqu - Wednesday, 2009-07-15, 11:33 PM
Armaros
Posts: 1424

Message # 10 | 10:10 AM
Quote (andiqu)
Hey! I only intented to HELP not to mess your system, I confused that, but look at the rest of the explanation man !!! Don't say these to me again please, me, here for helping other people, and you.. ? insulting me?
Your subjective view. If you will lack one more time after my warning, I'll make sure you leave the board. If you want to help, make sure you do it properly otherwise don't post.

Now you made off-topic. Don't continue.


Kon10dR, that wasn't quite related to specific design. You can upload images in your File Manager which is located in Page Editor of your Control Panel. My suggestion would be to use .png format, because it have better graphic. You can name images how you want, name doesn't matter. As for size, right click on image and select properties. There will be size. I hope I answered your questions. Do not hesitate to re-ask if something isn't clear. A bit later I will have to delete your post because I don't understand why you inserted code when asked about uploading, but if you could explain I might leave it. =]

Kon10dR
Posts: 3
Reputation: 0

Message # 11 | 6:22 PM
Thanks for answering my questions. So what you're saying is the above becomes:

Quote (Kon10dR)
<td width="240"><img src="nameofimage.png" border="0"></td>
Is this correct?

<a class="link" href="http://wWw.UltrakillEmpire.uCoz.com" rel="nofollow" target="_blank">wWw.UltrakillEmpire.uCoz.com</a>
Armaros
Posts: 1424

Message # 12 | 11:37 PM
Kon10dR, this isn't really related to design 971. If you want to change only image size, then:

Code
<img src="nameofimage.png" border="0" width="240" height="240">
Dartz
Posts: 1931

Message # 13 | 10:10 PM
Spaces at Sides


Location: Control Panel -> Customize Design -> CSS.

Find: /* General Style */
Hit enter & paste: #content {width: 90%; margin-right: auto; margin-left: auto;}


Location: Control Panel -> Customize Design -> Site Pages.

Find: <body style="background-color:#FFFFFF; margin:0;padding:0;">
Hit enter & paste: <div id="content">

Find: </body>
Above it paste: </div>


[... With uCoz since December 2 2007 ...]
Dangem
Posts: 54
Reputation: 0

Message # 14 | 3:16 PM
how to put container in the forum please help i have a screen shot here
Attachments: 0968466.jpg (225.8 Kb)
Animorph
Posts: 2856
Reputation: 189

Message # 15 | 3:35 PM
Dangem, go to CP --> Design ---> Design management (templates) ---> Forum ---> General Appearance of forum pages --->

Delete everything and add this instead:

Code
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>$MODULE_NAME$</title>
<?$META_DESCRIPTION$?>
<link type="text/css" rel="StyleSheet" href="/.s/src/css/971.css" />
</head>
<body style="background-color:#FFFFFF; margin:0;padding:0;">
$ADMIN_BAR$
$GLOBAL_AHEADER$
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" style="padding:3px">
$GLOBAL_CLEFTER$
</td>
<td valign="top" width="100%" style="padding-top:5px;padding-bottom:5px;">
<table border="0" cellpadding="10" cellspacing="0" width="100%" style="border:1px solid #D7D7D7;float:left;"><tr><td style="background:#F8F8F8;"><div class="forumContent"><table border="0" cellpadding="0" height="30" cellspacing="0" width="100%">
<tr>
<td align="right">[<?if($USER_LOGGED_IN$)?>
<a href="javascript://" rel="nofollow" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>-->Private messages<!--</s>-->($UNREAD_PM$)</a> ·
<?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s50.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0">
<?endif?><?endif?>
<a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>-->New messages<!--</s>--></a> ·
<a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>-->Members<!--</s>--></a> ·
<a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>-->Forum rules<!--</s>--></a> ·
<a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>-->Search<!--</s>--></a> ·
<a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td>
</tr>
</table>
$BODY$</div>
</td></tr></table>
</td>
<td valign="top" style="padding:3px">
</td>
</tr>
</table>      
$GLOBAL_BFOOTER$
</body>
</html>

To busy building a passive income online ;)
uCoz Community » For Webmasters » Design Customization » Everything about design #971 goes here! (Design, Template 971)
  • Page 1 of 2
  • 1
  • 2
  • »
Search: