490 likes | 798 Views
WELCOME Ladies & gentlemen . YOUR LESSON WILL BE TAKEN FROM THE GOOD BOOK OF BARBARA & LISA. WHAT IS A TABLE? WHAT IS A TABLE? What is a table? What is a table? What is a table? What is a table? . OH NO…NOT A DINNER TABLE. YES, HTML TABLES. NOW WHAT DOES IT DO?.
E N D
WELCOME Ladies & gentlemen YOUR LESSON WILL BE TAKEN FROM THE GOOD BOOK OF BARBARA & LISA
WHAT IS A TABLE?WHAT IS A TABLE?What is a table? What is a table? What is a table? What is a table?
YES, HTML TABLES. NOW WHAT DOES IT DO?. • A table is made up of columns and rows and it is used to organize our data on the world wide web. • LETS EXPLORE FURTHER INTO WHAT A TABLE CAN DO…..
A TABLE IS • HTML Tables • Tables are defined with the <table> tag. • A table is divided into rows (with the <tr> tag), and each row is divided into data cells (with the <td> tag). • tdstands for "table data," and holds the content of a data cell. • A <td> tag can contain text, links, images, lists, forms, other tables, etc.
TO CREATE A TABLE LETS OPEN UP DREAMWEAVER
BUILDING A BASIC TABLE • With your top strengths open from week 2 select File>New from the dropdown toolbar.
In the New Document window set the DocType to HTML 5 and press “Create”
Give it the title Strengths Table and save it in your wk 4 folder
If you’d like you can add a title at the top of the page with some space underneath.
If you’d like you can add a title at the top of the page with some space underneath.
In the Table menu put the following optionsRows: 5Column: 3Table Width: 850Header Left
Cut and paste your strength information from week 2 into the appropriate cell (The divided blocks from the table). This might require some adjustment to the text.
Text Alignment If you’d like to change the alignment of your text it is a simple procedure.
Hover over the final column in your table. When it is outlined in red and there is a black arrow pointing down click once to select.
From your 10 portfolio photos select the five that best suit your strengths and save in myRoot>images. It should now show in your File menu on the right.
Click on a cell in the right column. Then select Insert>Table Object>Insert Column to the Right.
Click on one of the empty cells and the select Insert>Image form the drop down toolbar.
In Alternate Text give a one word short description (with no spaces description on the image.
With the picture still selected go to the Property menu at the bottom of the screen and make sure the W +H (width and height) are locked.
To correct the alignment of the table click anywhere outside the table. The table should now have adjusted for the new size of the picture. You can add when after we finish building the table.
Hold your curser over the boarder until it turns red and click.
Down in the properties menu change the Boarder setting from 1 to 0.
The table will now appear with dotted lines in Dreamweaver but be invisible on the web.
CSS Tutorial for Beginners - part 1 of 4 - Applying Stylhttp://www.youtube.com/watch?v=Wz2klMXDqF4 CSS is a Cascading style sheet that is used to set styles, colour and size of text. It is also used to border around an object.
In the Sector Name field give your style a name with no spaces.
To change another cell to match first select the cell. From the dropdown select Format>CSS Style> your style.