• Page 2 of 2
  • «
  • 1
  • 2
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #853 goes here
Everything about design #853 goes here
roko
Posts: 24
Reputation: 0

Message # 16 | 4:11 PM
ok i take back my last post it was the bumbest thing i ever asked
sorry... problem solved

Added (2010-07-16, 7:37 Am)
---------------------------------------------
the original code is

Code
<!-- <sblock_menu> -->
<?if($SMENU_1$)?><!-- <bc> -->$SMENU_1$<!-- </bc> --><?endif?>
  <br>
  <!-- </sblock_menu> --></td>

to make the image appear under the menu i should add the link befor the <!-- </sblock....
so it become something like this

Code
<!-- <sblock_menu> -->
<?if($SMENU_1$)?><!-- <bc> -->$SMENU_1$<!-- </bc> --><?endif?>
  <br>
  <br><img src="/images/blckimg/444.bmp" align="center" border="0"> <br><br><br>
  <!-- </sblock_menu> --></td>
roko
Posts: 24
Reputation: 0

Message # 17 | 4:12 PM
ok help
i dunno why suddenly after we add 3 articles to the site it ruined the design of the home page
the article belong to the news category where they appear pefecvtly
but in the home page they kinda taked the place of the modules on the right (calendar... search tool... )
they taked place above it and they push down :S this is the site www.tfs.ucoz.com
this a image will explaine it :S
Attachments: 0070936.jpg (377.1 Kb)
Dartz
Posts: 1931

Message # 18 | 4:12 PM
Try temporarily removing "European Championship" entry.

I believe that's the problem. (not closed html codes)


[... With uCoz since December 2 2007 ...]
roko
Posts: 24
Reputation: 0

Message # 19 | 4:12 PM
yeah you whre 100% right
i delete it and it workred
i also noticed that it was in the same container if i may call it that with the modules menu :S
is it fixable ?
Dartz
Posts: 1931

Message # 20 | 4:12 PM
Problem was in the entry and it can be fixed. Show me the entry content
and I will look where is the problem. Put entry content in [ code ]..[ /code]

[... With uCoz since December 2 2007 ...]
R1517GEO
Posts: 19
Reputation: 0

Message # 21 | 4:12 PM
I have a question.

How do I optimize the background image for 1024x780 resolution? I've tried but still not worked.

http://totalforum.ge/ - URL

Dartz
Posts: 1931

Message # 22 | 4:13 PM
roko,
You shouldn't use Visual Editor for tables, it only creates a mess. All went wrong
because uCoz code conflicted with your table. You have two options. Number #1
is to remove brief text appearance from the main page which means all entries
will display fully. Number #2 is to use the code I made below in BBC Panel, not
HTML or Visual Editor when editing entry. I added a spoiler tag which fixes issue.

Code
<span style="color: orange;"><b>On 21 August 2010, Club Sportif Jamhour (CSJ) organized a one hour fast meeting, on the college Notre Dame de Jamhour Track, from 5 to 6 PM.
<br><br>Events:<br>
Men: 400m, 4x100m Relay and long jump.<br>
Women: 100m, 4x100m, 1500m.
<br><br>Here's the Results of the meet:</b></span>
[spoiler]
<br><table><tr><td  style="color: orange;" align="center"><b><u>MEN</u></b></td><td  style="color: orange;" align="center"><b><u>WOMEN</u></b></td></tr><tr><td style="color: orange;"><b>400m:</b></td><td style="color: orange;"><b>100m:</b></td></tr><tr><td style="color: orange;">1) Ramzi NAIM (Antonins) 50.16s</td><td style="color: orange;">1) Aziza SBEITY (CSJ) 12.63s</td></tr><tr><td style="color: orange;">2) Abdo HELOU (Antonins) 51.08s</td><td style="color: orange;">2) Krystel SANEH (Champville) 13.43s</td></tr><tr><td style="color: orange;">3) Raphael SAMAHA (CSJ) 51.46s</td><td style="color: orange;">3) Christelle RAHME (Champville) 14.09s</td></tr><tr><td style="color: orange;">4) Daniel BASSOUS (CSJ) 53.26s</td><td style="color: orange;">4) Lory TASHJIAN (Champville) DNF</td></tr><tr><td style="color: orange;">5) Zohrab GARABEDIAN (CSJ) 53.41s</td><td style="color: orange;"><b>1500m:</b></td></tr><tr><td style="color: orange;">6) Habib HATEM (Koudama) 55.49s</td><td style="color: orange;">1) Joelle FEGHALY (CSJ) 5.27.10min</td></tr><tr><td style="color: orange;"><b>Long Jump:</b></td><td style="color: orange;">2) Karen FEGHALY (CSJ) 6.01.29min</td></tr><tr><td style="color: orange;">1) Mark HABIB (BS) 6m85</td><td style="color: orange;"><b>4x100m Relay:</b></td></tr><tr><td style="color: orange;">2) Ali SALEH (RRA) 6m27</td><td style="color: orange;">1) RRA 50.27s</td></tr><tr><td style="color: orange;">3) Marc WARD (CSJ) 6m25</td><td style="color: orange;">2) CSJ 53.14s</td></tr><tr><td style="color: orange;">4) Alaa ITANI (RRA) 5m63</td><td style="color: orange;">3) Champville + CSJ 55.10s</td></tr><tr><td style="color: orange;">5) Pierre SARKIS (CSJ) 5m43</td><td style="color: orange;">- Christelle RAHME, Krystel SANEH (Champville)</td></tr><tr><td style="color: orange;"><b>4x100m Relay:</b></td><td style="color: orange;">- Joelle, Karen FEGHALY (CSJ)</td></tr><tr><td style="color: orange;">1) CSJ 45.50s</td><td></td></tr></table>
[/spoiler]



R1517GEO, you are using custom template which means it's not #853 anymore.
It's something different. Your question isn't related to uCoz template's image.
You ask me something what's related to HTML therefore use Google for answer.


[... With uCoz since December 2 2007 ...]
roko
Posts: 24
Reputation: 0

Message # 23 | 4:13 PM
ok dartz thank you
it worked...
and what is the best way to make tables that work well with ucoz cry ???
tables are essential in my site to display results :/
Dartz
Posts: 1931

Message # 24 | 4:13 PM
HTML is always the best way. It's clear and not messy. smile

http://forum.ucoz.com/forum/5-715-3489-16-1210764139


[... With uCoz since December 2 2007 ...]
roko
Posts: 24
Reputation: 0

Message # 25 | 4:13 PM
that's the first thing i tried to fo
and yet it didn't work sad

here is the page code

Code
<span style="color: orange;"><b>On 21 August 2010, Club Sportif Jamhour (CSJ) organized a one hour fast meeting, on the college Notre Dame de Jamhour Track, from 5 to 6 PM. <br> <br>Events:<br> Men: 400m, 4x100m Relay and long jump.<br> Women: 100m, 4x100m, 1500m. <br> <br><u>Here's the Results of the meet:</u></b><b><u></u></b><u><b><br></b><br></u></span>
<u></u><table cellpadding="0" cellspacing="0" width="100%">  
<tr>
<td style="color: orange;" align="center"><b>MEN</b></td>
<td style="color: orange;" align="center"><b>WOMEN</b></td>
</tr>
<tr>
<td style="color: orange;">1) Ramzi NAIM (Antonins) 50.16s</td>
<td style="color: orange;">1) Aziza SBEITY (CSJ) 12.63s</td>
</tr>
<tr>
<td style="color: orange;">2) Abdo HELOU (Antonins</td>
<td style="color: orange;">2) Krystel SANEH (Champville) 13.43s</td>
</tr>
<tr>
<td style="color: orange;">3) Raphael SAMAHA (CSJ) 51.46s</td>
<td style="color: orange;">3) Christelle RAHME (Champville) 14.09s</td>
</tr>
<tr>
<td style="color: orange;">4) Daniel BASSOUS (CSJ) 53.26s</td>
<td style="color: orange;">4) Lory TASHJIAN (Champville) DNF</td>
</tr>
<tr>
<td style="color: orange;">5) Zohrab GARABEDIAN (CSJ) 53.41s</td>
<td style="color: orange;" align="center"><b>1500m:</b></td>
</tr>
<tr>
<td style="color: orange;">6) Habib HATEM (Koudama) 55.49s</td>
<td style="color: orange;">1) Joelle FEGHALY (CSJ) 5.27.10min</td>
</tr>
<tr>
<td style="color: orange;" align="center"><b>Long Jump:</b></td>
<td style="color: orange;">2) Karen FEGHALY (CSJ) 6.01.29min</td>
</tr>
<tr>
<td style="color: orange;">1) Mark HABIB (BS) 6m85</td>
<td style="color: orange;" align="center"><b>4x100m Relay:</b></td>
</tr>
<tr>
<td style="color: orange;">2) Ali SALEH (RRA) 6m27</td>
<td style="color: orange;">1) RRA 50.27s</td>
</tr>
<tr>
<td style="color: orange;">3) Marc WARD (CSJ) 6m25</td>
<td style="color: orange;">2) CSJ 53.14s</td>
</tr>
<tr>
<td style="color: orange;">4) Alaa ITANI (RRA) 5m63</td>
<td style="color: orange;">3) Champville + CSJ 55.10s</td>
</tr>
<tr>
<td style="color: orange;">5) Pierre SARKIS (CSJ) 5m43</td>
<td style="color: orange;">- Christelle RAHME, Krystel SANEH (Champville)</td>
</tr>
<tr>
<td style="color: orange;" align="center"><b>4x100m Relay:</b></td>
<td style="color: orange;">- Joelle, Karen FEGHALY (CSJ)</td>
</tr>
<tr>
<td style="color: orange;">1) CSJ 45.50s</td>
<td><br></td>
</tr>
</table>
Repleezy
Posts: 3
Reputation: 0

Message # 26 | 7:55 PM
TeamNadeRain.ucoz.com

I know what that means i just dont know where to find it at
Animorph
Posts: 2856
Reputation: 189

Message # 27 | 9:49 AM
Repleezy, your background is the banner of your site , your website doesn't actually have a banner

find this image and replace it with your new one
/.s/t/853/3.jpg

and to find color codes and some background images you need to go to CP ---> Design ---> Design managempent (CSS)

To busy building a passive income online ;)
Natashko
Posts: 3366
Reputation: 171

Message # 28 | 10:14 AM
Repleezy, it is better for you to provide a screenshot of the banner you are referring to as well as colors you need to code of.
Adam3630
Posts: 1
Reputation: 0

Message # 29 | 2:02 AM
hey, so i dont really know HTML code, but is there an easy way to insert a logo for my website in the upper-left corner (on design 853)?
Sunny
Posts: 9296
Reputation: 456

Message # 30 | 1:27 PM
Adam3630, please provide your website address and a screeshot of where exactly you want the logo to be displayed.
I'm not active on the forum anymore. Please contact other forum staff.
uCoz Community » For Webmasters » Design Customization » Everything about design #853 goes here
  • Page 2 of 2
  • «
  • 1
  • 2
Search: