- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
5 Posted Topics
Hello Im doing a website and the i end up with like this [url]http://img638.imageshack.us/img638/5472/30369592.jpg[/url] how od i get it so that the footers at the bottom and its all blue heres my code [code] <html> <head> <title>About Us</title> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body> <div id="page_wrap"> <div id="header"></div> <div id="nav"> … | |
Re: [code]<div id ="pic"> <div> then in css #pic { height: 500px; padding-top: 10px; padding-left:10px; background-image:url(images/links.gif); background-repeat:no-repeat; }[/code] | |
[ATTACH]9597[/ATTACH] ok i want to read this file into a dictionary and this is the output d={"flight":T34712, From:ABERDEEN, scheduled 0800, remark landed} etc flight is the key do i have to parse the text file i know i cant put it straight into the dictionary as i get this output … | |
[ATTACH]9572[/ATTACH] Hello basically ive parsed a website's data into an object. I wrote it to file and read it back in to write to a dictionary. but when i read it in it reads it like 3 times. so im a bit confused as to why ad would like to … | |
Re: im interpreting the question as you have write a selection sort function which goes in the header. write a cpp file that gets in ten numbers and calls functions to store the numbers into a linked list and sort it. compile them together. if im right then the header file … |
The End.