Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #984 goes here! (Design, Template 984)
Everything about design #984 goes here!
BoneCrusher
Posts: 11
Reputation: 1

Message # 16 | 7:30 PM
I need alittle more help with template 984 biggrin

If you take a look at my site (www.tearsoffury.do.am), right side of my banner there is an open spot. How can i get the banner to fill the Whole site. or what can i do to make it look better?

Hope you understand what i mean, im terrible to explain what i want sometimes biggrin

Thnaks for your help biggrin


Armaros
Posts: 1424

Message # 17 | 8:01 PM
BoneCrusher, center the banner.
BoneCrusher
Posts: 11
Reputation: 1

Message # 18 | 9:07 PM
hehe.. i tried to do some <center></center> but i gues i did it all wrong..becouse it didnt move:D

#topPick {background:url('http://tearsoffury.do.am/TearsOfFury.gif') no-repeat;height:327px;}

Where to put <center></center> dry


Armaros
Posts: 1424

Message # 19 | 1:08 PM
BoneCrusher, usually coders don't add html center tags in CSS. wink

And there is no such thing as #topPick in 984 template.

BoneCrusher
Posts: 11
Reputation: 1

Message # 20 | 5:23 PM
uhm..ok...But how do i center it then, becouse im not a coder...im just a Copy and paste person..lol..
Armaros
Posts: 1424

Message # 21 | 5:43 PM
BoneCrusher, restore CSS because you have wrong one.

Copy & Paste here (in code tag) Top part of the website code.

BoneCrusher
Posts: 11
Reputation: 1

Message # 22 | 6:07 PM
this is strange. it says "You're using default style sheet of the design 832". But im really using 984. Why is it like that?
And when i click restore it change everything to design 832...

Armaros
Posts: 1424

Message # 23 | 6:20 PM
BoneCrusher, you have set wrong design in Common Settings. Make sure there is 984.
BoneCrusher
Posts: 11
Reputation: 1

Message # 24 | 6:35 PM
oh ok...Have changed it now..and here is the code

Code
<!-- <header> -->
<table border="0" cellpadding="2" cellspacing="0" width="100%" height="124" style="border-bottom:1px solid #494949;">
<tr><td style="background:url('http://tearsoffury.do.am/TearsOfFury.gif') no-repeat;padding-left:400px;"><span style="color:#FFFFFF;font:16pt bold Verdana,Tahoma;">SITE LOGO</span></td></tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="23" style="border:1px solid #262626;background:url('/.s/t/984/4.gif');">
  <tr>
  <td width="50%" align="left" style="font-size:10px;padding-left:10px;"><a href="$HOME_PAGE_LINK$" title="Site home">Site home</a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="Profile page">Profile page</a><?else?> | <a href="$REGISTER_LINK$" title="Register now">Register now</a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title="Log out">Log out</a><?else?> | <a href="$LOGIN_LINK$" title="Log in">Log in</a><?endif?><?endif?></td>
  <td width="50%" align="right" style="font-size:10px;padding-right:10px;"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?>You logged in as <a href="$PERSONAL_PAGE_LINK$" title="Profile page"><b>$USERNAME$</b></a> | Group "<u>$USER_GROUP$</u>"<?else?>Hello <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS">RSS</a><?endif?></td>
  </tr>
</table>
<!-- </header> -->

Armaros
Posts: 1424

Message # 25 | 6:57 PM
Quote (Old Code - Red)
<!-- <header> -->
<table border="0" cellpadding="2" cellspacing="0" width="100%" height="124" style="border-bottom:1px solid #494949;">
<tr><td style="background:url('http://tearsoffury.do.am/TearsOfFury.gif') no-repeat;padding-left:400px;"><span style="color:#FFFFFF;font:16pt bold Verdana,Tahoma;">SITE LOGO</span></td></tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="23" style="border:1px solid #262626;background:url('/.s/t/984/4.gif');">
<tr>
<td width="50%" align="left" style="font-size:10px;padding-left:10px;"><a href="$HOME_PAGE_LINK$" title="Site home">Site home</a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="Profile page">Profile page</a><?else?> | <a href="$REGISTER_LINK$" title="Register now">Register now</a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title="Log out">Log out</a><?else?> | <a href="$LOGIN_LINK$" title="Log in">Log in</a><?endif?><?endif?></td>
<td width="50%" align="right" style="font-size:10px;padding-right:10px;"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?>You logged in as <a href="$PERSONAL_PAGE_LINK$" title="Profile page"><b>$USERNAME$</b></a> | Group "<u>$USER_GROUP$</u>"<?else?>Hello <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS">RSS</a><?endif?></td>
</tr>
</table>
<!-- </header> -->

Quote (New Code - Red)
<!-- <header> -->
<table border="0" cellpadding="2" cellspacing="0" width="100%" height="124" style="border-bottom:1px solid #494949;">
<tr><td align="center"><img src="/TearsOfFury.gif" border="0"></td></tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="23" style="border:1px solid #262626;background:url('/.s/t/984/4.gif');">
<tr>
<td width="50%" align="left" style="font-size:10px;padding-left:10px;"><a href="$HOME_PAGE_LINK$" title="Site home">Site home</a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="Profile page">Profile page</a><?else?> | <a href="$REGISTER_LINK$" title="Register now">Register now</a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title="Log out">Log out</a><?else?> | <a href="$LOGIN_LINK$" title="Log in">Log in</a><?endif?><?endif?></td>
<td width="50%" align="right" style="font-size:10px;padding-right:10px;"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?>You logged in as <a href="$PERSONAL_PAGE_LINK$" title="Profile page"><b>$USERNAME$</b></a> | Group "<u>$USER_GROUP$</u>"<?else?>Hello <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS">RSS</a><?endif?></td>
</tr>
</table>
<!-- </header> -->
BoneCrusher
Posts: 11
Reputation: 1

Message # 26 | 7:06 PM
Armaros, Thanks alot for you help biggrin
papp0us
Posts: 21
Reputation: 0

Message # 27 | 9:59 PM
Hi again. I want to change the "target" like icon from the news. here's a pic

is it an ico or something? if it's not replaceable can i just remove it?
Attachments: 9493834.jpg (36.7 Kb)
Renatus
Posts: 58
Reputation: 12

Message # 28 | 10:07 PM
papp0us,

CP ----> Customize Design ---> Common Templates ---> Style Sheet (CSS)

Find

Code
/.s/t/984/10.gif

Replace with what you want.

Post edited by jevajev - Sunday, 2009-08-23, 10:16 PM
papp0us
Posts: 21
Reputation: 0

Message # 29 | 5:49 AM
jevajev, thanks a lot!
Unique
Posts: 421
Reputation: 35

Message # 30 | 9:03 PM
Design #984 have this. but some designs don`t have it like #971 .How to make this ? (I use #971). I have posted this question because i use resolution 1680x1050 and i very bad see my site , somehow everything is stretched.And on example pilot`s site i don`t have this problem or on my second site where i use design #984.
sry for bad english :S
Attachments: 1212557.jpg (38.5 Kb)

uCoz Community » For Webmasters » Design Customization » Everything about design #984 goes here! (Design, Template 984)
Search: