Your Simple WebPageMaker FAQ

The Questions

The Answers

How do I change the color of the font in the middle of a paragraph?
To change the font color in the middle of a paragraph in HTML, you will have to do the following: STEP 1. Insert the following code at that point in the paragraph where you would like the color change to begin: <font color="the hex number of the color">. And then insert the following code at that point in the paragraph where you would like the color change to end: </font>.
Can I use YSWPM's Font Tag Builder to do that?
Yes, but only for creating the codes. You still have to insert the codes manually at the beginning of the paragraphs, put in the < and > signs, and end it with </font>.
How about if I would like to change the font in the middle of a paragraph?
As in font color changes above, write the following code at the beginning of the font change: <font face="the font of your choice"> and end it with </font>.
How do I align my headers to the center?
You can do two things: Manually insert the following tags in their corresponding places. <center> and </center>. Or instead of this, you may write: <p align="center"> and </p>.
How do I indent the first line of a paragraph?
In HTML, you add five (or eight) "NO BREAK SPACE" codes at the beginning of the line to be indented: "&nbsp;". Or you may copy and paste this style code:
<style type="text/css"><!--
P     {text-indent:0.5in}	

--></script>
It is a code that you must place at the head section of your web page, just before the </HEAD>. The code will make CSS aware browsers to make text indentation of 0.5 inches every time you have a paragraph.
I have inserted the code for <center> but my text/image isn't aligning. What could be wrong?
Check the ending code. You may have placed a "\" instead of the required "/".
I have been trying to look at my page by clicking on "Preview" but nothing happens.
Chances are that you have just previewed the page. Try refreshing Your Simple WebPageMaker and then click Preview again.
I have saved my work but would like to continue editing it. How do I open it up in YSWPM?
You get your file in two ways: If you are using Netscape: open the file in an editor like Notepad, copy and paste its contents into YSWPM. Or if you are using MSIE, double click on "Get A File", search for the file, double click on it and it will come up in Notepad. Click on "Select All" to have the document highlighted, copy and paste it into YSWPM.
I don't find any "CLEAR" or "RESET" buttons in YSWPM. How do I undo a previous action?
Undo manually by highlighting the text and deleting it by means of your Key Board's "DELETE"
How do I get to see my page on the Internet?
Register for a website (there are a lot of free ones out there) and upload your page.