|
uCoz Community Archives Locked Top banner change on design 938 |
Top banner change on design 938 |
Im useing Design # 938 (call of duty 2) But i need to take out the top banner/image and replace it with my own (a call of duty 5 one) Ive tried looking through the forums but i never find the right code to remove the top logo. Any help would be great my eyes are starting to strain looking at all that code now
Post edited by Synical21 - Thursday, 2009-02-05, 0:09 AM
|
Right click the banner copy the banners url and search(F3) it in CP > Customize design...
When you find the link replace it with the pics link that you want there to appear... Post edited by Brazen - Thursday, 2009-02-05, 0:49 AM
|
# I prefer full explanation due to fact this thread will go to archive.
The top logo contains 4 images. From top to bottom: 1. http://s16.ucoz.net/t/938/1.jpg Location: CP -> Customize Design -> Site Pages. Find: <!-- Header --> code. Looks like this: Code <!-- Header --> <table border="0" cellpadding="0" cellspacing="0" width="912" style="position:relative;top:0;left:50%;margin-left:-456px;"> <tr><td height="34" style="background:url('http://s16.ucoz.net/t/938/1.jpg') no-repeat;font-size:7pt;">$WDAY$, $DATE$, $TIME$<br><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?>Logged in as <a href="$PERSONAL_PAGE_LINK$" title="My profile"><b>$USERNAME$</b></a> | Group "<u>$USER_GROUP$</u>"<?else?>Welcome <b>$USERNAME$</b><?endif?><?endif?> | <a href="$RSS_LINK$" title="RSS">RSS</a></td></tr> <tr><td height="116" style="background:url('http://s16.ucoz.net/t/938/2.jpg') no-repeat;text-align:right;padding-right:200px;padding-top:30px;"><span style="color:#FFFFFF;font:20pt bold Verdana,Tahoma;"><b>SITE LOGO</b></span></td></tr> <tr><td height="37"><img src="http://s16.ucoz.net/t/938/3.jpg" border="0"></td></tr> <tr><td height="34" style="background:url('http://s16.ucoz.net/t/938/4.jpg') no-repeat;font-size:7pt;padding-left:350px;padding-bottom:10px;"><a href="$HOME_PAGE_LINK$" title="Main">Main</a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="My profile">My profile</a><?else?> | <a href="$REGISTER_LINK$" title="Registration">Registration</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="Login">Login</a><?endif?><?endif?></td></tr> </table><div style="height:10px;"></div> <!-- /Header --> Replace: The whole header with this: Quote <!-- Header --> <table border="0" cellpadding="0" cellspacing="0" width="912" style="position:relative;top:0;left:50%;margin-left:-456px;"> <tr><td height="34" style="font-size:7pt;">$WDAY$, $DATE$, $TIME$<br><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?>Logged in as <a href="$PERSONAL_PAGE_LINK$" title="My profile"><b>$USERNAME$</b></a> | Group "<u>$USER_GROUP$</u>"<?else?>Welcome <b>$USERNAME$</b><?endif?><?endif?> | <a href="$RSS_LINK$" title="RSS">RSS</a></td></tr> <tr><td height="116" style="background:url('http://s16.ucoz.net/t/938/2.jpg') no-repeat;text-align:right;padding-right:200px;padding-top:30px;"><span style="color:#FFFFFF;font:20pt bold Verdana,Tahoma;"><b>SITE LOGO</b></span></td></tr> <tr><td height="34" style="font-size:7pt;padding-left:350px;padding-bottom:10px;"><a href="$HOME_PAGE_LINK$" title="Main">Main</a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="My profile">My profile</a><?else?> | <a href="$REGISTER_LINK$" title="Registration">Registration</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="Login">Login</a><?endif?><?endif?></td></tr> </table> <!-- /Header --> Red - Place your banners url there. |
Great Explination really clear, will help people in the future.
I have encountered another problem though sorry to be a pest... I did my main page with my own banner but my forums page still has the old logo, i tried to ctrl + f find the image urls in the CSS but no luck, I can see the forums section in the css but i think alot of them image urls are for the actual forum structure..... any guidence? Edit: Re-done my header to your exact text not my own sloppy html looks better now the size doesnt go to far to the right Still looking on getting that image on my forums page though. Edit 2: O God im an idiot, found Customize Design/Forum and can now see the HEADER section, will do code same as other page Final Edit: JOB SOLVED just used the header you replaced it with back on the forum design page and is working like a charm thanks. Post edited by Synical21 - Thursday, 2009-02-05, 1:33 AM
|
| |||
| |||