HTML Nugget on Page link color and Chalkboard template

Creating and modifying plugins.
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Silly me: auto isnt a valid padding. Make it "padding: 5px 0;" instead, and you'll get what you're looking for. You'll also have to move it to the div with the text:

Code: Select all

<center><div style="margin-top: 0px !important; margin-top: -1px;"><div style="background-color: #000000; width: 698px; padding: 5px 0; border-left: 1px solid #FFF; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; border-top: 0px solid #FFF><font color="#ffffff"><font size="1" face="verdana,arial,helvetica,sans-serif"><a href="http://creativecommons.org/licenses/by-nc-nd/2.5/" target="_blank">Legal</a> | Site Powered by <a href="http://www.s9y.org/" target="_blank">Serendipity 0.9.1</a> | Copyright 2006 <a href="http://perfectcr.com/">PerfectCr.com</a></font></div></div></font></center>
Incidentally, looking very good.
PerfectCr
Regular
Posts: 90
Joined: Mon Nov 21, 2005 2:21 am
Contact:

Post by PerfectCr »

That did it!
judebert wrote:Incidentally, looking very good.
Thanks to you again! I truly appreciate the help! :D
PerfectCr
Regular
Posts: 90
Joined: Mon Nov 21, 2005 2:21 am
Contact:

Post by PerfectCr »

Hello, my HTML nuggest recently disappeared! I reinstalled it and re-pasted the code and it STILL does not show up! One day it was there, next day it is gone and there is no way to make it appear again!

Does anyone know what is going on?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Which code do you paste, and what should be seein in that HTML Nugget? How do you configure the HTML nugget, with which options?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
PerfectCr
Regular
Posts: 90
Joined: Mon Nov 21, 2005 2:21 am
Contact:

Post by PerfectCr »

garvinhicking wrote:Which code do you paste, and what should be seein in that HTML Nugget? How do you configure the HTML nugget, with which options?

Regards,
Garvin
Garvin, please see the whole thread. The whole process is outlined. I created an event plugin ("HTML Nugget on Page"), and pasted the code that judebert gave me above. I set the plugin to display the text "at the end of the page". It showed up just fine until recently when I found that it disappeared!

I am still running 0.9.1 and I have changed NOTHING in the past 2 months. As you read above, judebert and others saw it too just fine, they even said it looked good. Now it's gone! :(

This is the exact code I am using in the plugin (same as above)

Code: Select all

<center><div style="margin-top: 0px !important; margin-top: -1px;"><div style="background-color: #000000; width: 698px; padding: 5px 0; border-left: 1px solid #FFF; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; border-top: 0px solid #FFF><font color="#ffffff"><font size="1" face="verdana,arial,helvetica,sans-serif"><a href="http://creativecommons.org/licenses/by-nc-nd/2.5/" target="_blank">Legal</a> | Site Powered by <a href="http://www.s9y.org/" target="_blank">Serendipity 0.9.1</a> | Copyright 2006 <a href="http://perfectcr.com/">PerfectCr.com</a></font></div></div></font></center> 
Is there a limit to how many HTML Nuggets you can use? I am using 3 for the sidebar. Could that be a problem?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Look at your HTML output: It's still there!

But your html markup is invalid, you have no closing </iframe> tag to the script you pasted from your xbox.

So you need to fix that xbox nugget html code.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
PerfectCr
Regular
Posts: 90
Joined: Mon Nov 21, 2005 2:21 am
Contact:

Post by PerfectCr »

garvinhicking wrote:Look at your HTML output: It's still there!

But your html markup is invalid, you have no closing </iframe> tag to the script you pasted from your xbox.

So you need to fix that xbox nugget html code.

Regards,
Garvin
That did it! THANK YOU! :D :D
Post Reply