| Hints and Tips on design |
| Admin8036 | Date: Thursday, 2009-06-25, 3:19 Pm | Message # 76 |
|
Newbie
Group: Users
Messages: 4
Awards: 0
Reputation: 0
Status: Offline
| It works! Thanks! However, the image is tiled. Is there anyway that I can maybe stretch it or center it?
|
|
| |
|
| Armaros | Date: Friday, 2009-06-26, 1:03 Am | Message # 77 |
Haunter
Group: Checked
Status: Offline
| How you added it? (Show body code)
|
|
| |
|
| Krishna | Date: Wednesday, 2009-07-01, 12:01 Pm | Message # 78 |
Newbie
Group: Checked
Messages: 17
Awards: 0
Reputation: 0
Status: Offline
| Hello haunter did u asked?? i wat to know how to add that Image (new) right to sub menu
..True Love For Me Means Just U..
|
|
| |
|
| Armaros | Date: Wednesday, 2009-07-01, 12:36 Pm | Message # 79 |
Haunter
Group: Checked
Status: Offline
| Well, the method I tried didn't work. Image appeared but it slipped away after re-fresh.
|
|
| |
|
| Krishna | Date: Thursday, 2009-07-23, 5:38 Am | Message # 80 |
Newbie
Group: Checked
Messages: 17
Awards: 0
Reputation: 0
Status: Offline
| Please i need that :(( please some 1 help me i want to know how to add that Image (new) right to sub menus
..True Love For Me Means Just U..
|
|
| |
|
| Duzda | Date: Tuesday, 2009-08-11, 4:00 Am | Message # 81 |
|
Regular
Group: Checked
Messages: 46
Awards: 2
Reputation: 0
Status: Offline
| How to put in scrolling box my own pic like background in this code Code <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Scroll Box</title>
</head> <body> <div style="overflow:auto; height:300px; width:300px; background-color:#00ff00"> <table cellpadding="0" cellspacing="0" style="width:250px;"> <tr> <td> text here</td> </tr> </table> </div> </body> </html> Armaros: Put code in code tags, that's how rules say it.
Govorim Hrvatski ... Pa "Hrvati javite mi se".....Google is your friend.....
|
|
| |
|
| Armaros | Date: Tuesday, 2009-08-11, 4:58 Am | Message # 82 |
Haunter
Group: Checked
Status: Offline
| Duzda, how is this uCoz related?
|
|
| |
|
| Love | Date: Sunday, 2009-08-16, 10:10 Am | Message # 83 |
Newbie
Group: Users
Messages: 7
Awards: 0
Reputation: 0
Status: Offline
| Hello! i want to put a box in my main page...which shows the photos uploaded in "photo album" section This is what i have tried..which was a failure: Quote <!-- <block12> --> <table width="214" border="0" cellpadding="0" cellspacing="0"> <tbody><tr><td colspan="2" style="background: transparent url(/.s/t/451/9.gif) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; padding-bottom: 4px; padding-left: 25px; color: rgb(215, 215, 215);" height="34"><b><!-- <bt> --><!--<s5347>-->Photos<!--</s>--><!-- </bt> --></b></td></tr> <tr><td style="background: transparent url(/.s/t/451/10.gif) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top" width="12"><img src="/.s/t/451/11.gif" border="0"></td><td style="border-top: 1px solid rgb(47, 42, 42); padding: 5px; background: transparent url(/.s/t/451/12.gif) no-repeat scroll center bottom; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="202"><!-- <bc> --><div align="center"><a href="$PHOTO_URL$">$PHOTO$</a></div><div align="center" style="padding-top:3px;padding-bottom:5px;font:7pt">[<a href="$CAT_URL$">$CAT_NAME$</a>]</div><!-- </bc> --></td></tr> <tr><td colspan="2"><img src="/.s/t/451/13.gif" border="0"></td></tr> </tbody></table><br> <!-- </block12> --> also i'd request a general tip on how to link one page to another... for example.. having "login page" alone as the homepage... Added (2009-08-15, 2:59 Am) --------------------------------------------- here is another one... the box where the files uploaded in "file catalog" was to be displayed: Quote <!-- <block13> --> <table align="" border="0" cellpadding="0" cellspacing="0" width="218" height="229"> <tbody><tr><td colspan="1" style="background: transparent url(/.s/t/451/9.gif) repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; color: rgb(215, 215, 215);" height="34"><b><!-- <bt> --> Downloads<!--</s>--><!-- </bt> --><br></b></td><td valign="top"><br></td></tr> <tr><td style="border-top: 1px solid rgb(47, 42, 42); background: transparent url(/.s/t/451/12.gif) no-repeat scroll center bottom; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" width="202"><!-- <bc> --> $MYINF_2$<!-- </bc> --></td><td valign="top"><br></td></tr> <tr><td valign="top"><br></td><td valign="top"><br></td></tr><tr><td colspan="1"><br></td><td valign="top"><br></td></tr> </tbody></table><br> <!-- </block13> --> it worked.... but the new entries weren't displayed... i.e. the newest uploads werent shown in the box! only the ones which were already uploaded when the templates were just saved!! Added (2009-08-16, 10:10 Am) --------------------------------------------- no reply yet..??? o.o strange... o.o
Message edited by Love - Saturday, 2009-08-15, 2:21 Am |
|
| |
|
| Pilot | Date: Sunday, 2009-08-16, 10:15 Am | Message # 84 |
Experienced
Group: Checked
Messages: 683
Awards: 29
Reputation: 77
Status: Online
| Quote (Love) it worked.... but the new entries weren't displayed... i.e. the newest uploads werent shown in the box! only the ones which were already uploaded when the templates were just saved!! Did you make sure you selected the right sorting mode for the informer? (if you want the newest ones, then it should be "Entry date D")
|
|
| |
|
| Love | Date: Monday, 2009-08-17, 11:13 Am | Message # 85 |
Newbie
Group: Users
Messages: 7
Awards: 0
Reputation: 0
Status: Offline
| yep its working now.... and may i please request tips for other questions? i.e. having "log-in" as a whole page when anyone visits my website... and also i'd like to know how to change the background of the main-menu and other global boxes...and where to choose from...
|
|
| |
|
| SizzlingFillo | Date: Thursday, 2009-08-20, 9:58 Pm | Message # 86 |
|
Newbie
Group: Users
Messages: 7
Awards: 0
Reputation: 0
Status: Offline
| armaros, is it possible to remove the OUR POLL and CALENDAR on the site? If YES, can you tell me how? thanks
|
|
| |
|
| fakeros | Date: Thursday, 2009-08-20, 10:42 Pm | Message # 87 |
Constant
Group: Checked
Messages: 155
Awards: 13
Reputation: 13
Status: Offline
| Go to CP > Customize Design > Page Editor > Look $NEWS_CALENDAR$ > Remove code from <!-- --> to <!--/--> which includes $NEWS_CALENDAR. Do as same on other page. For poll Deinstall the the module web poll.
A common mistake that people make when trying to make something completely foolproof is to underestimate the ingenuity of complete fools...
|
|
| |
|
| Armaros | Date: Friday, 2009-08-21, 11:55 Am | Message # 88 |
Haunter
Group: Checked
Status: Offline
| fakeros, wouldn't builder do better?
|
|
| |
|
| jh1994 | Date: Wednesday, 2009-09-16, 11:27 Am | Message # 89 |
|
Newbie
Group: Users
Messages: 4
Awards: 0
Reputation: 0
Status: Offline
| hey, can i make a chat box on my site where only the users of my site can chat?
|
|
| |
|
| Dartz | Date: Wednesday, 2009-09-16, 1:05 Pm | Message # 90 |
Cookie Monster
Group: Head Mod
Messages: 5961
Awards: 61
Status: Offline
| jh1994, set user group permissions inside Users module.
*Yawn... drools on Renatus while sleeping...*
|
|
| |