Forum: HTML / XHTML / CSS
Nov 27th, 2007, 1:54 PM
|
|
Replies: 16
Views: 804
Re: fitting image into table cell
Well why would cell spacing give you any trouble? Cell padding would give you the extra space around the image. How could something out side the cell affect something in the cell?
Anyways, I think I...
|
Forum: HTML / XHTML / CSS
Nov 27th, 2007, 10:41 AM
|
|
Replies: 16
Views: 804
Re: fitting image into table cell
Here's a little snipit of code:
<table border=1 height=600 cellspacing=20 width=500 style="color:white"valign="center" align="center">
<tr>
<td><img height=50 width=50 src="C:\Documents and...
|
Forum: HTML / XHTML / CSS
Nov 26th, 2007, 9:30 PM
|
|
Replies: 16
Views: 804
|
Forum: HTML / XHTML / CSS
Nov 26th, 2007, 11:41 AM
|
|
Replies: 16
Views: 804
fitting image into table cell
How can I resize an image to fit it into a table cell? I don't have to use CSS do I? I have just been using "height" and "width" to resize it but it gives you some sort of padding in the cell,...
|
Forum: C++
Oct 26th, 2007, 10:42 PM
|
|
Replies: 4
Views: 275
Linked lists problem
I am working on this program and as you'll see from the output, it prints out two objects. Now I am trying to include a 3rd object but I seem to be doing something wrong.
Here is the...
|
Forum: HTML / XHTML / CSS
Oct 20th, 2007, 10:33 PM
|
|
Replies: 1
Views: 225
|
Forum: HTML / XHTML / CSS
Oct 20th, 2007, 9:45 PM
|
|
Replies: 1
Views: 225
Image maps in internet explorer
How do I do image maps in Internet Explorer? I coded everything and it worked great in Firefox but in Internet Explorer entire image is offset. Has anyone got this to work? Thanks.
|
Forum: Software Design and Algorithms
Oct 19th, 2007, 6:20 PM
|
|
Replies: 9
Views: 295
Frequency count analysis
Now that I understand what big o notation is, I have a question about Frequency Count Analysis.
What I don't understand is what constitutes a single "time count"?
This is an example I have so you...
|
Forum: Software Design and Algorithms
Oct 19th, 2007, 2:54 PM
|
|
Replies: 9
Views: 295
Re: big O notation
Alright, well thanks. I guess I was completely confused on what I thought I was supposed to do. Thanks you two.
|
Forum: Software Design and Algorithms
Oct 19th, 2007, 1:37 PM
|
|
Replies: 9
Views: 295
Re: big O notation
So you don't even have to write anything to test the code you already have?
|
Forum: Software Design and Algorithms
Oct 19th, 2007, 1:14 PM
|
|
Replies: 9
Views: 295
Re: big O notation
Yeah that wasn't the right word to use. I just meant I don't know how it is used in the code.
|
Forum: Software Design and Algorithms
Oct 19th, 2007, 12:46 PM
|
|
Replies: 9
Views: 295
big O notation
I need some help understanding how "Big O notation" is supposed to be implemented. Is anyone familiar with it? I have searched as well as looked at the little blurb that is on the subject but none...
|
Forum: C++
Sep 28th, 2007, 7:09 PM
|
|
Replies: 3
Views: 224
reading from file, and vectors question
Hi
I am working on this program that needs to read in multiple lines from a file (in this case, 3) and prints the output. Then I need to print the text in reverse. I need to use vectors but I could...
|
Forum: Community Introductions
Sep 6th, 2007, 10:13 PM
|
|
Replies: 14
Views: 356
|
Forum: Community Introductions
Sep 6th, 2007, 10:09 PM
|
|
Replies: 9
Views: 1,037
|
Forum: Community Introductions
Sep 6th, 2007, 10:00 PM
|
|
Replies: 9
Views: 1,037
New guy in the house
Hey folks, I'm new to the forums and just wanted to say hey to you all. If you need anything don't hesitate to contact me. Anyways...I have done a little programming but I am pretty much new to it. I...
|