How to edit the biography

Slides:



Advertisements
Similar presentations
1 Lesson 5. 2 R3 R1 R5 R4 R6 R2 B B A A
Advertisements

Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
 Share assignments and files  Student and parent home access  Announcements  Classroom information.
This work is licensed under a Creative Commons 3.0 Attribution License.
Oral Session First & Last name Your address Phone: Your contact phone Mobile phone: Your contact mobile phone Address: Your business address.
CIS101 Introduction to Computing HTML Project Two.
Working with Files. Note the buttons on the bottom of the File Manager: Each allows you to perform a specific action with files. First, select the file(s),
HTML FORMATTING. CONTENTS HTML Formatting Formatting Example Formatting Example Output Summary Exercise.
Introduction to Education E-Portfolio. Word Document Example Link to Colleen McCabeColleen McCabe Word Document Instructions –Open a new word document.
FrontPage Basics Contributed by Richard Truxall, The Library Network Community Information Toolkit Copyright © 1999, Library of Michigan.
Wikispaces in Education Tutorial Jennifer Carrier Dorman
How to Use Your By: John Muench, Chelsea Myers, Thomas Rogenski, Kyle Shaffer 1 PowerPoint & Word Document.
Instructions Type in your category topics on each of the slides. The numbers on slide 1 are hyperlinked to a corresponding slide in the list. To see or.
Vanche Gujarat Abhiyaan(VGA)- Best Reader Competition Online Student Registration and Data Entry presentation.
How to Make a Power Point By Jeff Hinton Go to Slide 2. (You can get there by going to VIEW – SLIDE SORTER.)
WYSIWYG Program (pronounced wiz - ee - wig) What You See Is What You Get Dreamweaver 4.0 Toolbars.
Designing Web Sites Using “tags” Tags are codes inserted among the text to tell the text how to behave Their format is very rigid; they always look like.
JAOIT 8.  Dreamweaver is a program for creating web pages and managing websites without having to type HTML code.  WYSIWYG – What you see is what you.
Open Dreamweaver Start All programs Adobe design and web premium Adobe Dreamweaver.
MICROSOFT WORD Options like New, save, Close, Selecting Text How to change text using Bold, Italics, Underline How to change Font, Font Size, Color Justification.
HTML. Hypertext Markup Language Lesson Objectives 1. We will be able to understand the need for HTML and where it is used 2. We will be edit HTML to.
CREATING WEB PAGES Using…More HTML code! My First \ Web Page.
Wikis. Some resources  What is a wiki:  How do you make a PBWorks account:
Using Wikis in Education Caroline County Educational Technology Workshop August 1, kispaces.com/
HTML file format  Lesson Objective: Understanding HTML and how it is used to create web pages.  Learning Outcome:  Create a HTML page by interpreting.
Creating an Action Button in PowerPoint XP You will need to create all of your slides first. Then you are ready to start making buttons!
DotNetNuke Workshop Presented by: Sara Sharick. Topics What is DotNetNuke Components Requesting a DDN Site Creating Pages Modules Adding Content Document.
Web Design. How do web pages work? Webpages are written in a code called HTML. Programs like Internet Explorer read the code, and then show it as a web.
By ALFREDO C. MEDRANO Planning Officer III. What is a website? A website is a collection of web pages (documents that are accessed through the Internet).
Setting up google Adsense Account Please follow the instructions given in the slides to set up the google adsense account Please follow the instructions.
By ALFREDO C. MEDRANO Planning Officer III. What is a website? A website is a collection of web pages (documents that are accessed through the Internet).
Tuesday, 05 January 2016 PowerPoint Tips 2 Click your level below smart smarter smartest Press escape on the keyboard to close this presentation.
Web programming Part 1: HTML 由 NordriDesign 提供
Excel 2010 Formatting Cells. Formatting text To change the font:
INF1070 PowerPoint Presentation. Research a topic Find a topic that is of interest to you Minimum 10 slides of information are required (Excludes Biography.
Wikispaces in Education Tutorial ESA, Region 2 Mary Teply Marge Hauser.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
CS 100 Introduction to Web Page Construction and HTML.
{ Power Point and Text Working with Text Boxes and Formatting Text.
13 October Building a Web Site. Current events Cherelle Scott.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
PowerPoint Example. How to Insert new slides –Go to Insert new slide and select 2 column text Bulleted list Table Text and chart Organizational chart.
XP New Perspectives on Creating Web Pages With Word Tutorial 1 1 Creating Web Pages With Word Tutorial 1.
Instructional Design Center Editing Text in Blackboard Items & Using the Text Editor.
OI 361 Week 4 Learning Team Creative Intelligence and Leadership Use the same Virtual Organization your team selected in the previous weeks’ assignments.
Group work Create your Wiki with Wikispaces.com.
Wikispaces in Education
TinyMCE Editor.
Power Point Tutorials:
Contributing to the WCARC Website
Uppingham Community College
Creating Web Pages and Graphics
A guide to HTML.
Pictures/Tables (optional)
Web Page Design ICT Ms. McGrew.
Presentation Title Up to 3 Lines of Text. Lorem Ipsum Delorum
Cheat Sheet CSCI 100 JW Ryder
MEET YOUR NEW PRINCIPAL!
How to create your own page on an existing PBWiki site
SCPHCA Member Section Instructions
Cheat Sheet CSCI 100 JW Ryder
Lesson 3: Formatting Text
Key Questions How do you apply bordering and shading to cells?
Highlight the branch you wish to link from
Lorem ipsum dolores Lorem ipsum dolores.
To insert a hyperlink ( a web page address, URL) using text
Microsoft Word.
Add Background Style Click the slide or slides that you want to add background style Click Design Tab Click Down arrow in the Themes group.
Graphic assets below.
Presentation transcript:

How to edit the biography Click the gear icon and "Edit Profile" option.

How to edit the biography Now you can edit the biography and the innovation form.

How to fill biography and innovation fills on your member profile The text within these two fields needs to be in html format. See examples below: - Bold: <b>Example</b> Example - Underlined: <u>Example</u> Example - Italic: <i>Example</i> Example - Text wrap: Lorem<br />ipsum Lorem Ipsum

How create a link using html If you have to insert a link (hyperlink) in the text of your biography or innovation field, please follow this simple instruction: Example: if you want "OCTA innovation" to be hyperlinked then you have to insert the following code: <a href="http://octa-innovation.eu/" target="_blank">OCTA innovation</a>