October 30, 2003
Imagery Page (enhanced inmages)

Here is a link to my enhanced image page

Posted by burkstr at 11:18 PM
October 16, 2003
Styled Rugby Page

styled rugby page
Download Stylesheet file

Posted by burkstr at 04:20 PM
Beginning Styles

Beginning to style.
Set text color to White:
Q 1: what hex code does this produce?
Answer:#FFFFFF
Copy everything between the tags in the section into the blog entry .
Question 2: Does the background stop where the text stops?
Does the background stay a fixed width when you move the right side of the browser window in to the center?
What does this tell you about a block level tag?
Answer:No, it doesn't. The background changes with the width of the browser from the center.
I know from this that block level starts from left side and ends on the right.
Style whole page
Q 3a: What has changed about the text?
Ans:The text is different and smaller. The background changes.
Preview in I.E, View —> Text Size (change)
Q 3b: What happens (if anything)?
Ans:No change.
Preview in Netscape, View —> Text Zoom (change)
Q 3c: What happens now?
Ans:The size gets bigger proprtionally.
Styling Image box
Q 4a: Does anything show in the DW Design pane?
Ans:Nothing shows up on the design pane.

Preview with Netscape.
Q4b : What do you see in the Netscape browser?
Ans: The margin is there when opened up with netscape.
Q4c : What do you conclude?
That dreamweaver is not very efficient. When changes are made in dream weaver you must preview them in a browser to see them. Dream weaver would be much more convienient if we could see the changes as they are made.

Posted by burkstr at 02:40 PM
October 06, 2003
Web page of rugyby and tables practice

Rugby Page
See my table

Posted by burkstr at 02:59 PM
October 02, 2003
Graphic attribute Qs

See the Rugby Pictures Web Demo

Question 1: In the img tag what do the attributes
width and height represent?
What units are they in?
The attributes represent the size of the photo. It is in pixels for units.

Question 2: What attribute codes appear?
id=Jason Robinson

Question 3: Which text appears as the pop-up.
The alt or title text?title text

Question 4: Now which text appears as the pop-up.
The alt or title text?
So why does one need both alt and title attributes
on a graphic?
I don’t know why? It does not seem necesary.

Question 5: What’s happened to the picture?
Has the image size changed?
What else gives you a clue that something’s amiss
It has been resized. The size of the picture has changed but not the size that it is stored at. The picture is no longer distinguishable.

Question 6a: Where does the caption text appear?Below the picture
Question 6b: What happens to the graphic and caption?It is moved up and the picture move to the right
Question 6c: Now what happens?Caption moves to the right and the picture is to the left.

Question 7: What code gets added?

Question 8: What has changed about the graphic?
It is outlined in a blue border

Question 9: What happens when you click on the graphic
(2 things)?A new page opens and border changes colors

Posted by burkstr at 03:40 PM