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.
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.
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)
:[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.
(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):
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.
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".
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.
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
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.)
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.