|
How can I change what the index page of my comic account looks like? |
||||||||||||||||||||||||
|
There is an easy way and a harder way to change the way your comic page
looks. The easy way, once you've logged into your My Controls, is to click on the link for Edit Design Template.
Choose one of the pre-made templates from the dropdown box on that page, and click Send. Note the None/Default/Own option - if you choose that, you can go the harder route and, using HTML and some DD-specific codes, design your own look and feel. If you want to do that, the first step is to use your preferred HTML editor to create your index page. Design your look and feel however you want. For the purposes of this FAQ entry, I'll be using the default template that is available through your My Controls. There are plenty of good websites around that will tell you how to write basic HTML. However, in order for your page to work on Drunk Duck, you need to add some special codes. (These codes will also only work on the index page for your comic, not on any additional HTML pages you may make.) These codes are essentially placeholders for specific items on your index page. For instance, rather than typing the title of your comic in your HTML code, add the DD code for Comic Name - that way Drunk Duck will automatically insert the comic's title from its database in that spot.
An illustrated example:
So, for example, rather than the usual HTML code to include a URL that is also an image to reach the first page of your comic, you would put this in the code in its place: <TD WIDTH='25%' HEIGHT='50' ALIGN='CENTER'><!--[NAV_FIRST]--></TD> Once you have your page written in HTML, you need to upload it. To do so, log into your My Controls!
Once there, click on the title of your comic.
Now you want to edit the template, so click on Edit Design Template.
Now you will want to choose None/Default/Own from the dropdown list, and click Send! It will load an editable textbox where you may copy/paste your own HTML code, to replace the default template. Make sure to click the Send! button at the bottom of the page (not at the top!) in order to save your changes.
At present, you cannot edit the other pre-made templates in this way. However, if you are familiar enough with HTML and the DD codes, you can use the source code to edit a different template. If you receive errors while saving, or if your template didn't "take," you need to double-check your code. Make sure you have properly opened and closed all tags, and included all the required DD tags (all of them except DD_FAV and RSS, and whichever set of navigation arrows and comments/authors notes you aren't using). You can also write your own CSS file (if you know anything about cascading stylesheets) to accompany your HTML pages. However, Drunk Duck does not yet have CSS tags for the objects it generates itself, such as the comments area. Those still use the basic HTML table tags, so design your CSS with that in mind. For a very simple tutorial on adding CSS to your comic page (if you only want to change the colors), see the FAQ entry How can I change my page's colors using CSS? |
||||||||||||||||||||||||
| This entry contributed by Spang!, Hawk, and skoolmunkee |
||||||||||||||||||||||||