Username: Password:   Forgot your password?
 
Forums
» View Categories » Coding Help & Templates » custom buttons
Previous 30
Page of 1 Next 30

Member:617
Posts:99
Joined:1-11-2006
Seen:10-29-2009
Jan 11,`06 4:47pm | Quote |

I know that DD hasn't had much time to get back up yet, but is it possible to change the next, first, last and back button into my own jpg pictures?
I'm just trying to customise my site.

Also, can I change the color of my author comments, and the comments others make-and the size too, it's really hard to read.

 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,781
Joined:1-2-2006
Seen:11-28-2009
Jan 11,`06 5:43pm | Quote |

It's done like this:
[code:1]<!--[NAV_FIRST=http://www.drunkduck.com/Pink_Skin/gfx/01bback.gif]-->
<!--[NAV_PREVIOUS=http://www.drunkduck.com/Pink_Skin/gfx/01back.gif]-->
<!--[NAV_NEXT=http://www.drunkduck.com/Pink_Skin/gfx/01forward.gif]-->
<!--[NAV_LAST=http://www.drunkduck.com/Pink_Skin/gfx/01fforward.gif]-->[/code:1]
Those are some of mine... put in your own link in and you're all set!

With the comments, I dunno really, I put soo much Css in mine I don't know what does what anymore. Try this:[code:1]p,table,td {
font-family: verdana, arial, 'sans serif';
font-size: 11px;
color: #CCCCCC;
}[/code:1]That's Css though, so I hope you know what to do with it, (remove the DD Css link, that's a good start).
-Change the values to your own preferences: font size, colour, style, etc.

 
Member:617
Posts:99
Joined:1-11-2006
Seen:10-29-2009
Jan 11,`06 6:09pm | Quote |

Ohhh, thanks for the buttony goodness :D

I don't know much about CSS though.

<edit> I managed to be able to change my text!! Altough, I still can't manage to up the font size. If anyone wants to see my progress, check here,

www.drunkduck.com/Green_Rain/

check the source because if you ask me how on earth I managed to do it, I'll not know :D

 
SpANG
Moderator
Send a private quack!
Member:10
Posts:3,594
Joined:1-1-2006
Seen:11-25-2009
Jan 11,`06 7:53pm | Quote |

Thanks ozone! :D

[stickified]

.: SpANG! :.

"To a rational mind, nothing is inexplicable. Only unexplained."
 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,781
Joined:1-2-2006
Seen:11-28-2009
Jan 12,`06 2:35am | Quote |

No problem 8)

 
Member:617
Posts:99
Joined:1-11-2006
Seen:10-29-2009
Jan 12,`06 4:50pm | Quote |

ooOOOooohhh...the topic has been stickied. Ain't I special ^_^
I still can't change my font to anything bigger though T_T

 
SpANG
Moderator
Send a private quack!
Member:10
Posts:3,594
Joined:1-1-2006
Seen:11-25-2009
Jan 12,`06 7:09pm | Quote |

"Aereis" Said:
Ohhh, thanks for the buttony goodness :D

I don't know much about CSS though.

<edit> I managed to be able to change my text!! Altough, I still can't manage to up the font size. If anyone wants to see my progress, check here,

www.drunkduck.com/Green_Rain/

check the source because if you ask me how on earth I managed to do it, I'll not know :D


ugh. No offense, but that red font is nearly impossible to read. :?

.: SpANG! :.

"To a rational mind, nothing is inexplicable. Only unexplained."
 
Member:538
Posts:63
Joined:1-9-2006
Seen:5-11-2009
Jan 12,`06 9:03pm | Quote |

Oops, I made a seperate thread for this... Well, thanks for the help!

 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,781
Joined:1-2-2006
Seen:11-28-2009
Jan 20,`06 5:40am | Quote |

This is a simpler version :D
Just replace the button name with your own.
[code:1]
<!--[NAV_FIRST=gfx/first.gif]-->

<!--[NAV_PREVIOUS=gfx/back.gif]-->

<!--[NAV_NEXT=gfx/next.gif]-->

<!--[NAV_LAST=gfx/last.gif]-->
[/code:1]

 
Member:498
Posts:19
Joined:1-8-2006
Seen:6-16-2006
Jan 31,`06 5:58pm | Quote |

If I'm running the one of the design templates that are already there for us, which there is no edit space for, how do i change my buttons? Do I View the source code, then copy/paste in to the custom design template space? And once i do that, do I put those codes anywhere? (I know nothing about HTML)

 
Member:1,884
Posts:55
Joined:2-16-2006
Seen:11-11-2007
Feb 20,`06 10:00pm | Quote |

i just did this based on your advice. THANKS!

 
Member:2,340
Posts:447
Joined:3-6-2006
Seen:11-28-2009
Mar 16,`06 12:12pm | Quote |

Thank you very much, Ozone! I have sword buttons now! *Feels special*

 
Member:55
Posts:539
Joined:1-2-2006
Seen:11-26-2009
Mar 16,`06 11:24pm | Quote |

:[code:1]p,table,td {
font-family: verdana, arial, 'sans serif';
font-size: 11px;
color: #CCCCCC;
}[/code:1]That's Css though, so I hope you know what to do with it, (remove the DD Css link, that's a good start).
-Change the values to your own preferences: font size, colour, style, etc.[/quote]

can't get the color code to work. I don't know where do put it in the Template Code.

 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,781
Joined:1-2-2006
Seen:11-28-2009
Mar 31,`06 3:01pm | Quote |

Weeee, ok put it in between the head tags and put that in between the style tags Jilly!

Like this:

[code:1]<head>
<style type="text/css">
p,table,td {
font-family: verdana, arial, 'sans serif';
font-size: 11px;
color: #CCCCCC;
}
</style>
</head>
[/code:1]

(The page title and meta data usually also goes between the "head" tags)

Glad to have helped people! Sorry I have't come back here, to check it out though....

That was text colours. Here's something you can also put in between the "head" and "style" tags to change the colours, styles, sizes, and fonts of your text links (just change the values):

[code:1]
A:link { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; text-decoration: underline; cursor: hand; }

A:visited { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; text-decoration: underline; cursor: hand; }

A:active { color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; text-transform: none; text-decoration: underline; cursor: hand; }

A:hover { color: #999999; font-family: Verdana, Arial, Helvetica, sans-serif; text-transform: none; text-decoration: none; cursor: hand; font-size: 11px; font-style: normal; line-height: normal; font-weight: bold; font-variant: normal; }
[/code:1]

 
Anonymous
May 8,`06 4:39am | Quote |

I'm having trouble figuring out where things are on the template... And as you already know Ozone, my navagation buttons don't work. I'm sure you've covered this.

.: Glass :.

 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,781
Joined:1-2-2006
Seen:11-28-2009
May 8,`06 4:56am | Quote |

Your signiture tags are wrong too man, they shouldn't inculde html (except for the URL)... Use this:
[code:1][/code:1]

i.e. replace "href" with "url" and get rid of the inverted commas and any use of "src", "img" tags just go around the outside of the image URL, you don't need the "=" sign in there.

Did you upload your own image buttons?
If you did, all you have to do is use this code for the nav buttons:
[code:1]<!--[NAV_FIRST=gfx/first.gif]-->

<!--[NAV_PREVIOUS=gfx/back.gif]-->

<!--[NAV_NEXT=gfx/next.gif]-->

<!--[NAV_LAST=gfx/last.gif]--> [/code:1]

Now, were it says "first.gif", "back.gif", "next.gif", and "last.gif", just replace those names with the names of your actual images, (remember to have the right extension, weather "gif", "jpg", or "png".

What else specifically do you need?

 
Anonymous
May 8,`06 5:09am | Quote |

...You see... Thats what I have on my template, but I'm trying to get the white buttons. The image for the buttons don't work with that tagging.

.: Glass :.

 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,781
Joined:1-2-2006
Seen:11-28-2009
May 8,`06 5:38am | Quote |

The white buttons are only part of the custom templates avaialable through the control panel. If you want to use them, you'll have to save them all to your desktop first from a page that uses them, then upload them all to your own DD page in the control panel.

 
Anonymous
May 8,`06 9:28am | Quote |

Thanks Ozone... I know at some point or another you'll get tired of me asking question that are probally second nature answers to you.
But thanks for helping me out... At least now I know where to go to get an answer for a problem.
-Thanks
-Glass

.: Glass :.

 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,781
Joined:1-2-2006
Seen:11-28-2009
May 8,`06 11:21am | Quote |

Hey, don't worry about it man. Glad to help! :-D

 
Anonymous
May 20,`06 12:39pm | Quote |

Where should i enter these codes?

.: Oscar :.

 
Terminal
Moderator
Send a private quack!
Member:315
Posts:6,363
Joined:1-6-2006
Seen:11-27-2009
May 20,`06 12:53pm | Quote |

That's a very vauge question, what do you mean?

Do you mean where should I put these codes into the HTML? (Which, too, is a broad question) or Where in the Control Panel do I have to go to put these codes?

By the way, your signature is broken. It supposed to be like this.

[code:1][/code:1]


That, and your image is not a real image hosted anywhere.

.: Myxomatosis :.


(The soap opera webcomic about nothing in particular.)
 
Anonymous
May 22,`06 12:13pm | Quote |

Where in the control pannel.

.: Oscar :.

 
ozoneocean
Admin
Send a private quack!
Member:53
Posts:19,781
Joined:1-2-2006
Seen:11-28-2009
May 22,`06 4:03pm | Quote |

"Oscar" Said:
Where in the control pannel.
In the control panel, click on your comic's name, then in the box called "Miscellaneous" click "Edit design Template".
That's where all the HTML for your comic webpage is shown.


Previous 30
Page of 1 Next 30

 

Not Registered?
Signup for a FREE Account!


Registered users can:
Comment on comics!
Create their own comics!
Vote in polls and contests!
Use the forums!
   Latest News
   DD Cam (Now Featuring: DDBook)