| EftW Help Center |
Additional HTML Topics | ||||||||||||||||||||||||||||||
|
Note: This page presumes that you know how to generate and access your HTML code. If not, you may like to consult this page
Topics:
Lines Breaks Half spacing:
Use the <BR> tag at the start of the new line. (Case is irrelevant) Single spacing:
Use the <P> tag at the start of the new line. Double spacing: If you want twice the normal spacing between two consecutive lines, i.e.:
You have to use a series of <BR> tags at the start of the new line. The more space you want, the more BR tags you can add. However, this gets converted to <P> </P> when you click the 'Preview' button, which is not recognised as a line break. If, in the preview page, you change the space to the tag, or insert one, and immediately click 'Add Story', then the standard <P> </P> line will work as a double space. However, the next time you modify the story, the same problem will occur, forcing you to switch the white space to & again. Using BR tags is a simpler, more effective solution. Multiple Spaces on a Line To insert a series of spaces between words or at the start of a line, i.e.
We will insert a series of white fullstops. Since the background of EftW is white, this will turn up as white space unless highlighted. Both tags are absolutely necessary. The first is called the 'opening' tag, which tells the browser that all the text henceforth will be white. The second is the 'closing' tag, which tells the browser to stop making the font white. Omitting either will generate a lot of problems. The Traditional Method This method uses the tag. However, this is slightly tricky and is not recommended. Allowed HTML Tags Only certain HTML tags are allowed (those are listed on the add story page). Any others will be removed (and, naturally, have no effect.) A list of allowed HTML tags is contained below. Users who have need of more tags may contact Elvaron (elvaron AT split-infinity.org) about adding them.
This page was not intended as a comprehensive guide on how to code a page in HTML. Such guides can be found elsewhere on the web -- just use Google. HTML is an easy language to learn, and there are tons of editors out there that you can use to help you. This page is designed solely to allow EftW users to get their stories to display the way they should. I know that the system is a lot more complicated than it should be, and I'm far from satisfied with it. Unfortunately, I'm rather limited by the script that I use, as well as my dismal knowledge of PHP. Any assistance in simplifying the process would be greatly appreciated. For help, queries, or offers to revamp the entire EftW story upload system, feel free to drop me a mail -- elvaron AT split-infinity.org is the email address. | |||||||||||||||||||||||||||||||