| Tips for editing Web pages |
|
Writing webpages isn't exactly like using your favorite word processor. There are a few quirks when it comes to webpages. Although you may not know it, you are actually writing in HTML code - and this code has its rules. True, we have a fancy editor for you to use that kinda looks close to a word processor - but this editor is transforming your text to HTML in the background. So here are a few tips in using our editor, and writing basic HTML code. Editing Your PagesFirst your need to log onto your website. Then, when you come to page you can edit, you will see the Save your work regularly - every 5minAs with any application, it is recommended to save your work regularly. Also online web editors can timeout - so if you don't save your work your session could expire. This may sound a bit daft - but it is a security measure. Logins will expire if there is no activity for a set amount of time. If this is becoming a hassle - please contact us and we can increase the timeout. Images and TablesIf you are using images left or right of text, it is often better to first build a table. Put the image in a cell and the text in the adjacent cell. You will find that you will have better control of how the text wraps around the image. To build a table, click on Inserting ImagesStep 1: click on
Step 2: Because you are using a live web editor, you need to upload your image from your PC to the webserver. Click on Step 3: Click on Add File... Select your file(s) and click Open. Step 4: Click Upload. When the files have uploaded, click Cancel or the close box. Step 4: Important: find your picture and click it once, and then click again until the image details (URL, Dimensions, etc) are shown in the Article Image box. The image is now selected for inserting. Step 5: Choose the Align option.
Step 7: If the image is right against other objects (like text), you may need to add a margin. The Margin settings are just under the Alignment settings. Something like 10px all around is usually good. Step 6: Press Insert. TIP: You can edit your image settings by selecting your image, and clicking the TIP: For stricter control on wrapping text around images, try inserting a table (
Re-size Your Images *before* Uploading ThemThere are three good reasons to re-size your images before you upload them to the web...
There are many ways to resize a picture...
Small images like thumbnails are usualually at 200 pixels wide. The largest picture you would have on your website would not be bigger than 800 pixels wide (~100kB). An image you get off a camera may be around 3500 pixel wide (~2000kB). Sure, if you are feeling lazy you can re-size the image with
Copying Text into your Article (important!)When pasting in text from other sources such as Word, or other web pages, you should past them as text only and then reapply the formatting to suit. Use this button Warning: If you do a regular paste, you will copy hidden codes that could effect your formatting. Keyboard ShortcutsThere are some keyboard shortcuts that are the same across applications, including our CMW.
Use Predefined FormatsIf you can. try to resist making your own styles with colours, fonts and font size. Instead, highlight your text and apply a format tag style. These format styles are basic HTML tags used in all webpages. That way all the headings on your site will look the same, and we will have better control of them if we need to change the look of your page. The Format box looks like this The Styles box Example formats that are used regularly are:
Seeing your HTMLDon't think you are writing HTML? Then click on this button If you understand a little HTML, you can also edit it direct by using this button. This can help sometimes if the editor gets confused. Inserting LinksUse this tool When linking to one of your own pages, use the link tool and under the Content section, find and select your article. Webmaster's TIP: when you are linking to an outside site, set the Target to be Open in new window. This will open a new window for the outside site, and the reader won't loose your web page. As a webmaster - you don't want your readers to loose your webpage. Inserting emailsStep 1: Use this tool Step 2: Under the Email section type in the email under Address. If you like, you and type in a subject for your email too. Step 3: Important! Click on the Create button. The tool will then create the correct HTML link code for the URL. Step 4: Click Insert. By using this tool, an email is placed on the webpage with extra codes that inhibit email harvesters.
Misbehaving FormattingIf the format of your text is misbehaving - it is most likely due to some hidden codes. To fix, you need to remove all the formatting and the reapply it. There are a few ways to do this. Try one of these...
Spacing Paragraphs (more than one line).This is actually Browser/HTML quirk. Some browsers delete empty lines - so the editor so does this in an effort to show you what your readers will see. So if you really would like a big gap between paragraphs put a space on each line and then a return. Like below...
Because the space is there, its strictly an empty line! Another thing to note, in the world of HTML SHIFT+ENTER is different than just a ENTER.
|



).
Comments