Talk:Courses/CS 120/Fall 2005

From CSWiki

Jump to: navigation, search

Please help!


Hello class!I want to add picture on my website. How can I add? When I type <IMG SRC="Trip1.gif">, it doesn't browse the picture Trip1 from my documents/pictures. Besides does anyone know how to find the pictures and texts that instructor gave us?(The recipe)

Maya,

[edit] ======================

To get the pictures for the project go to the URL:
http://www.calstatela.edu/faculty/jchen13/Docs/CS120/Projects/Project1F05/
Make sure that your pictures and your html files are in the same folder. You could store the pictures in different folder, but we haven't talked about that in class. If you want to display the pictures using your yahoo web site, then you have to upload your pictures to where your web pages are.
Thanks Mr.Chen. I have another question. How can I insert table? Just a single big table? I can't define the size of height and width of the table
To insert/create any table, use the table tag <table>...</table>. To specify a table's width and height, use the WIDTH and HEIGHT attributes in the <TABLE> tag as follow:

   <TABLE WIDTH=80% HEIGHT=30%>...</TABLE>



How can i have two borders on the table? after ive inserted table tag with border attribute set to 1 within another table, it didn't show any effect.

-Hadrian
Look at the example on my web site: http://www.calstatela.edu/faculty/jchen13/Docs/CS120/Lectures/Table2.html You can not create 2 borders on a table, but one border around the table and another border around the cells so that it looks like that the table have 2 borders.
Hi Hadrian! Are you still there? How can I see your website?
I still can't enter 1 big table to put the picture and text. Where did you have to put to tables?
Maya,
I couldn't enter the horse's pictures downwards. What should I read to do that? I tried different ways, but they all show up far away from each other,
Maya,


Thanks for table example. By the way, ive created my homepage, its link: http://www.geocities.com/hoopflak8/home
I forgot to copy down the address of website containing contents for project2
What was the address?
The URL is: http://www.calstatela.edu/faculty/jchen13/Docs/CS120/Projects/P2F05/

Personal tools