60 likes | 175 Views
e Folio 401- Graduate Level. Online Survey Online Form Basic HTML programming Tables Centering Graphics PowerPoint presentation available at : www.efoliomn.avenet.net Background Material - eFolio Training. Online Survey. Click on the blue ‘Add Item’ button.
E N D
eFolio 401-Graduate Level Online Survey Online Form Basic HTML programming Tables Centering Graphics PowerPoint presentation available at: www.efoliomn.avenet.net Background Material - eFolio Training
Online Survey • Click on the blue ‘Add Item’ button. • Type in the survey question. • Fill in the start and end date. • Set ‘Display Results’ and Single ‘Vote’. Click the ‘Responses’ link on the left-hand side and enter responses one at a time. • Go back to ‘Question Information’ and click “Finished”. • Turn Section “On”.
Online Form • Click on the ‘Edit” button • Click on the blue ‘Add Item’ button. • Begin creating the data fields for the Online form. You can have fill-in data fields and/or checkboxes. • Click “Finished” • Turn section “On”
Basic HTML CodingCreating a Table • Put your disk in the A: drive • Go to your eFolio and create a new section (use Basic data type) • Open Microsoft Word • Open Table.doc • Copy the document • Go back to your eFolio and to the new section you created. • Click on “Add Item” • Click on “Switch to HTML” and paste information into text box between <P> and </P>. • Click on “Finished” • Turn section on. • Click on “Live Site” Tab
Centering using HTML • Create a ‘Work Samples’ section in your efilio. • Load CRJ1.jpg from disk into ‘Work Samples’ as an image. • Turn section on. • Create another new section • Go to eFolio web site. • Click on Work Samples, then click on the CRJ1 image and copy the URL that appears in the address field. • In the /admin mode, go to new section you just created. Click on new section link. Click on “Edit”. • Click on ‘Switch to HTML Mode’ Copy this HTML coding into text box. • <CENTER><STRONG><FONT size=4><U>Canadair Regional Jet</U></FONT></STRONG></CENTER><P></P> <CENTER><IMG src="..." width=200 height=123 ></CENTER> <P></P> • Paste image address in where … occurs.