minoation |
|
---|---|
Are there any other places you can get cool skins for Cotonti.
Can I put ad in the skin and make it display on my site?Example:A hyper link to joystiq.com(I am learning so much because of you!Thank you so much! Oh and can I make the SED-Dark_BG image repeat? Awesome!
|
Kingsley |
|
---|---|
1. http://www.cotonti.com/downloads/skins/ but there aren't alot of skins yet (bear with it, there is a contest atm.)
2. ofcourse, you can use a menu for that.. just put in the html and add the tag in the tpl.. 3. Yes, open your css file, look up the css entry and use: image-repeat: norepeat, repeat-x, repeat-y; and a little bonus: http://www.w3schools.com/ here you can learn about just anything concerning html, css, php, etc.. I find it to be a very usefull website.. |
minoation |
|
---|---|
Do I put all the image-repeat words you just said?
Awesome!
|
|
This post was edited by minoation (2009-07-25 07:15, 15 years ago) |
Dave |
|
---|---|
# minoation : Do I put all the image-repeat words you just said? as far as i know css, u can Your advertisement here :-)
Cotonti Genoa based site: forgotten-garage.pl |
Wizilla |
|
---|---|
You can set it to fixed, something such as this works:
body { margin:0; background: url(img/SED-Dark_BG.gif); background-attachment:fixed; } WiZzY is using Cotonti
|
minoation |
|
---|---|
# Wizilla : You can set it to fixed, something such as this works:What?Is there supposed to be a code? Awesome!
|
Kingsley |
|
---|---|
minoation : What?Is there supposed to be a code? ah, useing IE too? Open this page in firefox or Opera, and you'll see the code as it should be displayed |
minoation |
|
---|---|
Oh.Okay.
Added 1 day later: # Kingsley : 1. http://www.cotonti.com/downloads/skins/ but there aren't alot of skins yet (bear with it, there is a contest atm.)Here is the file I uploaded to the site in myskin.I called it ad.tpl and put a hyperlink image. <a href="www.tekken.com"><img src="http://www.lottclanp.hostoi.com/datas/users/adimg_1.png"></a> <a href="www.tekken.com"><img src="http://www.lottclanp.hostoi.com/datas/users/adimg_1.png"></a>.I do know where to put the tag.I want my ad displayed in the index. Awesome!
|
|
This post was edited by minoation (2009-07-27 10:22, 15 years ago) |
SunChase |
|
---|---|
i really dont understand what you want.
If you want to put a link button in index page just open INDEX.TPL and insert it there... [url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|
minoation |
|
---|---|
No I want it displayed at the side of the site.The right to be exact.Like this site.
Awesome!
|
SunChase |
|
---|---|
on your site you want it under the polls or something with the same style?
[url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|
minoation |
|
---|---|
Yeah.This is what I have so far:
<!-- BEGIN: ADVERTISMENT --> <div class="lboxHD">{PHP.L.Advertisement} :</div> <div class="lboxBody"> <!-- BEGIN: PAGE_ROW --> <div class="advertismentTitle"> <div class="link"><a href="www.tekken.com"><img src="http://www.lottclanp.hostoi.com/datas/users/adimg_1.png"></a> </div> <!-- END: PAGE_ROW --> </div> <!-- END: ADVERTISMENT --> Look correct? Awesome!
|
SunChase |
|
---|---|
eeemmmm....
![]() <!-- BEGIN: ADVERTISMENT --> where did you get this one from?The XTemplate will try to recognize it...i think second. <div class="lboxHD">{PHP.L.Advertisement} :</div> do you have in your skins lang file this tag? third. whats this?<div class="advertismentTitle"> do you have this class in the css? Look correct? - no.You opened 3 dividers,and only 2 of them are closed [url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|
minoation |
|
---|---|
I technically just took some of the codes from the news.tpl file and put it in my advertisment.tpl file.Oh @ I cannot find the lang file.Can you specify it's location please?
Awesome!
|
SunChase |
|
---|---|
emmm Advertisement.tpl?wha..where...why..what are you going to do with it?
the lang file of the skin is located in the skins/*your skin*/*your skin name*.en.lang.php [url=http://ka13.orgfree.com]KA13[/url] - The essence of creativity
|