When I view my recipe page on the desktop the image and links work fine. But when I publish it to the internet, the link for the image works but the image does not show up. I followed the steps meticulously and cannot figure out what has happened. Can you let me know what I missed?
Hopefully I already answered this, but in case not:
*Everything* for the site has to get uploaded to the server. So, if you are including an image, the image also has to go up to the server. Next week, when we do style sheets, the style sheet has to go up to the server. Since it's a whole 'nother computer, you need to make sure all the pieces that make up your page/site make it up.
Here is my recipe upgraded with some CSS.
The only trouble I had was getting images that I created to link to my stylesheet. So instead I just found some images via Google images and used them as background images. I know it's not the best case, but as I'm learning, I thought it'd be alright just so I can see what happens when...
I retooled my green smoothie recipe with a cascading style sheet for all elements. I have multiple divs, an image that "floats" to the right, and a fixed background image.
This is my visualization of the dice php file. I decided to use images of dice that I created using Adobe Illustrator. This document also utilized some CSS to format the page and javascript to help create the roll again button. The php uses the switch function to display the corresponding image to the number that is generated.
For the final project I completed the QU Campus map. The site utilizes PHP and CSS to pull in content and layout the site. The menus utilize CSS and PHP is used to pull in the images and code the label (or legend) section below the images. Google Maps API also integrates allowing users to view and zoom the campus. The site is best viewed using internet explorer, there are formatting issues for the CSS of the menus for those using Mozilla.
Also did anyone notice that the official QU map is missing #34? They may want to consider addressing this... Anyhow have a great summer!
After way too long of attempting to figure out how to make this page, the light bulb finally lit up (dim, but it turned on). Instead of just numbers rotating randomly, I incorporated images of dice. I also implemented CSS stylesheet for the background and text. Also, instead of a using the brower refresh button, I added my own :-)
Here is a new 3-page site filled with some new info about me as well as some fun animations. I used a 2-column layout to keep my cartoon self and links list in place, have CSS working on my background images and added a new, snazzy, horizontal, unordered list menu. Hope you like it!
Visualized the Dice!
It took me a while but I finally got it!
Instead of the random numbers popping up I replaced them with some die images that I found. I had to perform a list of "if" statements to make that happen.
I also thought it would be cool to make this in to an advertising site, and give each user 3 rolls to roll a pair, if so, they win a small prize of sort, depending on the advertisement, possibly for a casino? We'll see..
This is a message board on Live Programming Help for a person trying to create a Dice Simulator with images. It has sample code and troubleshooting help that may be of use for the Unit 3 Dice exercise.
I posted a link to a MySQL database tutorial website. Although the video is already a tutorial to demonstrate the basics, as a beginner, it is good to glance at other tutorials as well.
I make a comment/ask a question regarding why background images must be as washed out as possible -- and suggest that it really ought to be up to the designer.
I can't believe it. I actually figured this out!! After staring at it for about 2 weeks, I finally saw what I did wrong! Wow, do I feel some major relief! Enjoy the dropdown, folks. I know I will, now that I made it work.
When you asked for a visual depiction of something that looks like dice, I wasn't really sure if you meant game dice, or Andrew Dice Clay, so I included both. Which serendipitously happens to cover the "two dice" requirement as well... right? :) Tee hee hee. Anyway, here you'll find some html, css and php combined with images.
I was browsing through the web and found that there is a "Viewable With Any Browser" campaign. Has anyone heard of such a campaign? It really stresses the importance of designing text and images that do not require the "this page is best viewed with Browser X" message.
This column offers a helpful "cheat" for programmers seeking to have a vertical background color extend all the way down the page. A quirk in CSS sometimes results in making it difficult for columns to extend the full length. The solution is to create a vertically tiled background image that "forces" vertical columns to extend all the way.