uCoz Community Archives Locked design #822 (change the "my Site") |
design #822 |
how do i change the words My site to "Rheban GFC"
can i change the picture to http://img246.imageshack.us/img246/8198/p080509144201.jpg ideally would like the writing to be under the cup in the picture and i blue The thread is locked. Please see the following thread:
http://forum.ucoz.com/forum/5-9563-1 |
Quote (Rheban) how do i change the words My site to "Rheban GFC" http://forum.ucoz.com/forum/5-5862-1 ExtraCafe.rs, we're the best !
|
Quote (Rheban) can i change the picture to http://img246.imageshack.us/img246/8198/p080509144201.jpg ideally would like the writing to be under the cup in the picture and i blue You want to replace current banner with new image? And about what cup are you talking about? No cups. [... With uCoz since December 2 2007 ...]
|
Sorry if this was the wrong place to post my problem, I thought here was the right place because of the design number.
Design Template: #822 I need to move the text [Main/My Profile/Login/Logout] text up, but I can't. I changed the logo and everyhing smaller, and I can't see any codes that I need to edit it, and Visual Editor isn't helping with my problem either. Heres a screenshot: http://i37.tinypic.com/2dahyly.jpg If you need me to post the code to any of my pages please ask. P.S, Im trying to get the text on the Blue Bar Kind regards,
Elliott. "The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer. I'm on Behance and Twitter. Post edited by Mistory - Sunday, 2009-10-04, 5:54 PM
|
Top part of the website
Quote (Top part of the website) <table class="header-table"> <tbody><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> <tr><td class="logo-block"><span style="color: rgb(255, 255, 255);"><u><b><span style="font-size: 10pt;"><a href="http://platformgames.ucoz.com/">Home</a></span><br></b></u></span></td></tr> <tr><td class="nav-block"><b><a href="$HOME_PAGE_LINK$">Main<!--</s>--></a> | <a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a> | <a href="$RSS_LINK$">RSS</a></b><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><?else?> | <a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?><?if($USER_LOGGED_IN$)?><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?><?if($RSS_LINK$)?><?endif?></td></tr> </tbody></table> Style Sheet (CSS) till .box.Table Quote (CSS) /* General Style */ body {background:#313337; margin:0px; padding:0px;} #wrap {text-align: center; background: url('/.s/t/822/2.gif') center repeat-y;} table.header-table {width: 900px; border: 0px; padding: 0px; border-collapse: collapse; margin-left: auto; margin-right: auto; background: url('http://i35.tinypic.com/xbd6ky.jpg') no-repeat; height: 300px;} td.data-block {height: 46px; vertical-align: middle; padding-left: 20px;} td.logo-block {height: 220px; padding: 50px 500px 65px 50px; } td.logo-block h1 {color: #FFFFFF; margin: 0; padding: 0; font-size: 23pt; font-weight: normal; text-shadow: 2px 2px 2px #000;} td.nav-block {height: 34px; text-align: right; color: #727272; padding-right: 20px;} table.main-table {width: 900px; border: 0px; padding: 0px; border-collapse: collapse; margin-left: auto; margin-right: auto;} td.content-block {width: 650px; vertical-align: top; background: url('/.s/t/822/4.gif') repeat-x #FFFFFF; padding: 15px;} td.side-block {width: 250px; vertical-align: top; background: url('/.s/t/822/5.gif') repeat-x #F5F5F5; padding: 0px; margin: 0px;} td.footer {background: #528000; padding: 20px; border-top: 5px solid #2A282A; text-align: center;} .boxTable {width:250px;border: 0px; padding: 0px; border-collapse: collapse;text-align:center;} Dartz? Please help Kind regards,
Elliott. "The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer. I'm on Behance and Twitter. Post edited by Mistory - Tuesday, 2009-10-06, 10:25 PM
|
Mistory, I told you more than 20 times, don't use visual editor.
Look at your code, it's simply messed. What to do with you... ![]() Edited/Fixed both, this will work:
Code <table class="header-table"> <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> <tr><td class="logo-block" style="padding: 93 0 0 53;"> <span style="font-size:10pt;font-weight:bold;"><a href="http://platformgames.ucoz.com/">Home</a> </span></td></tr> <tr><td class="nav-block"><b><a href="$HOME_PAGE_LINK$">Main<!--</s>--></a> | <a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a> | <a href="$RSS_LINK$">RSS</a></b><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><?else?> | <a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?><?if($USER_LOGGED_IN$)?><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?><?if($RSS_LINK$)?><?endif?></b> </td></tr> </table>
Code /* General Style */ body {background:#313337; margin:0px; padding:0px;} #wrap {text-align: center; background: url('/.s/t/822/2.gif') center repeat-y;} table.header-table {width: 900px; border: 0px; padding: 0px; border-collapse: collapse; margin-left: auto; margin-right: auto; background: url('http://i35.tinypic.com/xbd6ky.jpg') no-repeat center;} td.data-block {height: 46px; vertical-align: middle; padding-left: 20px;} td.logo-block {height: 116; padding: 70px 0px 30px 0px;} td.nav-block {height: 34px; text-align: right; color: #727272; padding-right: 20px;} table.main-table {width: 900px; border: 0px; padding: 0px; border-collapse: collapse; margin-left: auto; margin-right: auto;} td.content-block {width: 650px; vertical-align: top; background: url('/.s/t/822/4.gif') repeat-x #FFFFFF; padding: 15px;} td.side-block {width: 250px; vertical-align: top; background: url('/.s/t/822/5.gif') repeat-x #F5F5F5; padding: 0px; margin: 0px;} td.footer {background: #528000; padding: 20px; border-top: 5px solid #2A282A; text-align: center;} .boxTable {width:250px;border: 0px; padding: 0px; border-collapse: collapse;text-align:center;} .boxTable th {font-size:9pt;color:#FFFFFF;padding:5px;margin:0px;text-align:center; height: 34px; background: url('/.s/t/822/1.gif') repeat-x; } [... With uCoz since December 2 2007 ...]
|
Thanks, but it's not solved the problem
![]() I just need the the Main/My Profile/Login/Logout text on the blue bar, I can't do it, and im not even using Visual Editor. Im using the code itself, ive tired VE (Visual Editor) but its not worked.
Also, sorry the codes had been updated: Code <table class="header-table"> <tbody><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> <tr><td class="logo-block"><h1><!-- <logo> --><b><span style="font-size: 10pt;"><a href="http://gamescenter.ucoz.com/">Home</a> <a href="http://gamescenter.ucoz.com/index/whats_hot/0-7">Whats Hot!</a></span></b><!-- </logo> --></h1></td></tr> <tr><td class="nav-block"><a href="http://gamescenter.ucoz.com/"><!--<s5176>-->Main<!--</s>--></a><?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?> <?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$">RSS</a><?endif?></td></tr> </tbody></table>
Code /* General Style */ body {background:#313337; margin:0px; padding:0px;} #wrap {text-align: center; background: url('/.s/t/822/2.gif') center repeat-y;} table.header-table {width: 900px; border: 0px; padding: 0px; border-collapse: collapse; margin-left: auto; margin-right: auto; background: url('http://gamescenter.ucoz.com/design/header/header4.png') no-repeat; height: 300px;} td.data-block {height: 46px; vertical-align: middle; padding-left: 20px;} td.logo-block {height: 220px; padding: 50px 500px 65px 50px; } td.logo-block h1 {color: #FFFFFF; margin: 0; padding: 0; font-size: 23pt; font-weight: normal; text-shadow: 2px 2px 2px #000;} td.nav-block {height: 34px; text-align: right; color: #727272; padding-right: 20px;} table.main-table {width: 900px; border: 0px; padding: 0px; border-collapse: collapse; margin-left: auto; margin-right: auto;} td.content-block {width: 650px; vertical-align: top; background: url('/.s/t/822/4.gif') repeat-x #FFFFFF; padding: 15px;} td.side-block {width: 250px; vertical-align: top; background: url('/.s/t/822/5.gif') repeat-x #F5F5F5; padding: 0px; margin: 0px;} td.footer {background: #306EFF; padding: 20px; border-top: 5px solid #2A282A; text-align: center;} Kind regards,
Elliott. "The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer. I'm on Behance and Twitter. Post edited by Mistory - Wednesday, 2009-10-07, 8:08 PM
|
Mistory, I gave you code! Both of them solve the problem, they are in blue bar.
Now I assume you updated, this is custom thing, I will do it once more and if you decide to update it again find the way how to set link in correct place by yourself.
Code <table class="header-table"> <tr><td class="data-block" colspan="2">$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> <tr><td class="logo-block" style="padding: 93 0 0 53;width:50;"> <span style="font-size:10pt;font-weight:bold;"><a href="http://platformgames.ucoz.com/">Home</a> </span></td> <td class="logo-block" style="padding: 93 0 0 43;"> <span style="font-size:10pt;font-weight:bold;"><a href="http://gamescenter.ucoz.com/index/whats_hot/0-7">Whats Hot!</a> </span></td></tr> <tr><td class="nav-block" colspan="2"><b><a href="$HOME_PAGE_LINK$">Main<!--</s>--></a> | <a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a> | <a href="$RSS_LINK$">RSS</a></b><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><?else?> | <a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?><?if($USER_LOGGED_IN$)?><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?><?if($RSS_LINK$)?><?endif?></b> </td></tr> </table>
Code /* General Style */ body {background:#313337; margin:0px; padding:0px;} #wrap {text-align: center; background: url('/.s/t/822/2.gif') center repeat-y;} table.header-table {width: 900px; border: 0px; padding: 0px; border-collapse: collapse; margin-left: auto; margin-right: auto; background: url('http://gamescenter.ucoz.com/design/header/header4.png') no-repeat center;} td.data-block {height: 46px; vertical-align: middle; padding-left: 20px;} td.logo-block {height: 116; padding: 70px 0px 30px 0px;} td.nav-block {height: 34px; text-align: right; color: #727272; padding-right: 20px;} table.main-table {width: 900px; border: 0px; padding: 0px; border-collapse: collapse; margin-left: auto; margin-right: auto;} td.content-block {width: 650px; vertical-align: top; background: url('/.s/t/822/4.gif') repeat-x #FFFFFF; padding: 15px;} td.side-block {width: 250px; vertical-align: top; background: url('/.s/t/822/5.gif') repeat-x #F5F5F5; padding: 0px; margin: 0px;} td.footer {background: #528000; padding: 20px; border-top: 5px solid #2A282A; text-align: center;} .boxTable {width:250px;border: 0px; padding: 0px; border-collapse: collapse;text-align:center;} .boxTable th {font-size:9pt;color:#FFFFFF;padding:5px;margin:0px;text-align:center; height: 34px; background: url('/.s/t/822/1.gif') repeat-x; } Attachments:
1133472.png
(27.1 Kb)
[... With uCoz since December 2 2007 ...]
|
By looking at your screenshot, It should work, but this as happend for me: 3281769.png
I didnt use VE I just put both the codes in manualy and it hasn't worked Attachments:
3281769.png
(32.2 Kb)
Kind regards,
Elliott. "The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer. I'm on Behance and Twitter. Post edited by Mistory - Thursday, 2009-10-08, 7:41 AM
|
| |||