How do I vary elements on my dailytemplate?
How do I vary elements on my dailytemplate?
That's a bit of a confusing question. Anyway, I'm still pretty ignorant on the workings of the "dailytemplate" and I'd like to know (for example):
If I wanted to put comments under every comic, how do I make it so that when I go back a comic or two, or use the archive, the comments are there for each comic?
If I wanted to put comments under every comic, how do I make it so that when I go back a comic or two, or use the archive, the comments are there for each comic?
- Moonshadow
- Regular Poster
- Posts: 158
- Joined: Sat Nov 15, 2003 9:38 pm
- Location: Somewhere north
- Faub
- The Establishment (Moderator)

- Posts: 3698
- Joined: Tue May 20, 2003 2:53 pm
- Location: Missouri, USA
- Contact:
The neat little box is not a big deal either. The text can include HTML. Just use a div to group and organize the text. If you use a .css file, your HTML could be as little as:
Code: Select all
<div class="rant"><p>Your Rant text here.</p></div>Yes, the html would look something like that.
But you also need a css file, for example looking like this:
this will place your rant at (100,600) on your page.
read a tutorial for more options, like borders and padding around your rant.
But you also need a css file, for example looking like this:
Code: Select all
div.rant {
position: absolute;
left: 100 px;
top: 600 px
}
read a tutorial for more options, like borders and padding around your rant.
You are the Non. You must go now, and never return."
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
- Deviantprophets
- Newbie
- Posts: 6
- Joined: Thu Oct 02, 2003 1:47 pm
- Contact:
Help please?
I'm having trouble getting my dailytemplate to recognize my .css file. Any pointers?
http://deviantprophets.keenspace.com
http://deviantprophets.keenspace.com
- Deviantprophets
- Newbie
- Posts: 6
- Joined: Thu Oct 02, 2003 1:47 pm
- Contact:
You just link to it as /myfile.css instead of myfile.css please notice the slash.deviantprophets wrote:Soo... Do I need to just change my HTML on the dailytemplate to /d/myfile.css, or do I need a copy of the .css file in that directory as well? >.> I'll try it all out. Thank you!
You are not supposed to use /d/myfile.css- this one would be just weird.
You are the Non. You must go now, and never return."
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
"1.Scan in high res 2.tweak with curves,levels or something to clean up the scan (or use channel mixer to remove blue pencil lines) 3.Add colour using a layer set to multiply. 4.Add wordbubbles and text as vector shapes. 5. Merge all layers. 6.resize to the web size. 7. Export/Save for Web" that's all I know about webcomicking.
- Deviantprophets
- Newbie
- Posts: 6
- Joined: Thu Oct 02, 2003 1:47 pm
- Contact:



