Page 1 of 1

HTML

Posted: 06 Dec 2011, 09:04
by Tahoebuff
Stoker...

I noticed you didn't pre-populate the fields for the three included donation templates. Many people are not proficient at HTML. It would be much appreciated if you offered some text similar to what you have on your site to get people started. Just a suggestion...

(I apologize if this has already been asked/addressed)

Tahoebuff :)

HTML

Posted: 06 Dec 2011, 09:13
by Stoker
Its totallly okay to ask :)

But you rarely see these fields pre-populated in any mods.
You can use html in the fields, but you dont have to. You can just use ordinary text.
Html just gives better options.

HTML

Posted: 27 May 2012, 04:32
by Blackwolf
Hope its okay to ask here.....not hijacking, as it is relavant.... :)

Why is my image not showing up? Yes, it's in the right location...

Code: Select all

<img src="./images/donate.png" width="48" height="48" style="float:left; padding-top:6px; padding-right:18px; display:none;" alt="Donate to Ultimate Edition Oz" class="imgfade" /><p style="margin-top:10px;"><strong style=font size:16px;">Support us by making a donation to Pay Pal</strong><br /> Since its inception in 2009, Ultimate Edition Oz has developed three Linux releases, Oz Unity 1.0 Debut, Oz Unity Redux 64 & Oz Unity Onyx64. In May 2012 we will be releasing a fourth, named Black Opal. This is only possible because of thoughtful contributions from people like you.
</strong><br /><br />
As you know, the cost of running a server/website does not go away. We hope for your continued support in the future.<br />
even tried changing the url....https://www.ultimateeditionoz.com/forum ... donate.png :evil:
donate.png
donate.png (4.6 KiB) Viewed 2634 times

HTML

Posted: 27 May 2012, 06:33
by Stoker
Try ./forum/images/donate.png
Another thing, I can see that you havent uploaded the images for the progressbar. They are missing.

HTML

Posted: 27 May 2012, 06:38
by Blackwolf
Thanks Stoker...installed with automod.....changd the path but still no image. Uploaded the progress gifs.
Bottom colour is not changing on the index page, should be red? Okay on the /donate.php page.

HTML

Posted: 27 May 2012, 07:12
by Stoker
You do know what this code does: display: none;??

HTML

Posted: 27 May 2012, 07:16
by Blackwolf
I have my suspicions..... ;) but I copied the code from your screen shot off the download page........
donate.png
Changed to display:inline ;)

HTML

Posted: 27 May 2012, 07:18
by Stoker
Remove display: none; :thumb:

HTML

Posted: 27 May 2012, 07:31
by Blackwolf
Thanks very much....super cool.