Hello. First time here. I wanted to ask for a bit of assistance. I've recently started a comic site called the The Pwush Chronicles, located at:
http://pwush.comicgenesis.com
My problem is that I've uploaded a text file with a holiday greetings, under a .txt format, onto the comic folder of my website. And the holiday greeting does appear, but it appears flush with the bottom of the comic image and then skipping a line downward to finish the message. What I would like is the message, in its entirety, to be below the comic image, but I haven't been able to get the message to do so. I've tried line breaks in the code after where the comic image should appear but that hasn't worked. Would anyone happen to know how? I know this is probably a really simple solution, so I apologize for looking like a newbie. Thank you for any help.
Text help on website
- Moonshadow
- Regular Poster
- Posts: 158
- Joined: Sat Nov 15, 2003 9:38 pm
- Location: Somewhere north
- Rkolter
- Destroyer of Words (Moderator)

- Posts: 16399
- Joined: Tue Jun 24, 2003 4:34 am
- Location: It's equally probable that I'm everywhere.
- Contact:
Name it as a .html file instead, and do what moonshadow suggests:
Code: Select all
<html>
<p>
<text here>
</html>




