Forum: HTML and CSS Mar 25th, 2009 |
| Replies: 5 Views: 1,055 OK...that worked on my server when I named the original document index.shtml. The shtml extention was required so that I could add the SSI (server side include) directives to the existing page. |
Forum: HTML and CSS Mar 25th, 2009 |
| Replies: 5 Views: 1,055 So should the code look something like this?
<html>
<head>
<title>EngineeringNotes.net</title>
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body> |
Forum: HTML and CSS Feb 21st, 2008 |
| Replies: 8 Views: 1,406 I am not seeing a problem at all in IE7. |
Forum: HTML and CSS Feb 15th, 2008 |
| Replies: 4 Views: 784 You're going to have to be a bit more descriptive with your problem.
After opening a text file from where? What does ftp have to do with the text file?
What exactly are you trying to do? |
Forum: HTML and CSS Feb 15th, 2008 |
| Replies: 14 Views: 2,438 You could try something like this:
CSS
#button1 {
width: 50px;
height : 25px;
overflow : hidden;
background-image: url('/images/image.jpg');
} |
Forum: HTML and CSS May 27th, 2007 |
| Replies: 23 Views: 3,633 I have some stuff up at http://fjamison.awardspace.com/courses.htm |
Forum: C++ Feb 27th, 2007 |
| Replies: 4 Views: 1,676 Just glancing at the code, would this modification work?
unsigned int getVolume() {
setVolume();
return Volume;
} |
Forum: HTML and CSS Jan 16th, 2007 |
| Replies: 2 Views: 2,965 We really need to see a working page so we can identify the problem.
My guess is that there is some object that is getting moved to a different position and is bumping everything else down. |
Forum: HTML and CSS Jan 16th, 2007 |
| Replies: 7 Views: 2,193 Can you give us a link to the page so we can look at it? |
Forum: C++ Dec 10th, 2006 |
| Replies: 15 Views: 2,980 I had a midterm problem similar to this last year.
The question was
My solution (as a module of the entire midterm program) is as follows:
// Frank C. Jamison
// April 08, 2006 |
Forum: HTML and CSS Dec 10th, 2006 |
| Replies: 7 Views: 17,241 If this is a form, have you tried
<input type="reset" value="Reset!"> |
Forum: JavaScript / DHTML / AJAX Oct 16th, 2006 |
| Replies: 4 Views: 12,591 Do you mean a dropdown form field? |
Forum: HTML and CSS Sep 19th, 2006 |
| Replies: 8 Views: 10,376 I did this a month or so back for a client.
It will at least give you an idea of how to use an array to populate a table. |
Forum: Windows Software Sep 17th, 2006 |
| Replies: 16 Views: 64,601 Here...this might help:
http://forums.techguy.org/all-other-software/461336-cant-uninstall-quicktime.html |
Forum: Windows Software Sep 17th, 2006 |
| Replies: 16 Views: 64,601 Have you tried reinstalling the old version?
If you can't do that...the only other way I know of its to dig it out of the registry. The problem with that is that if you do something wrong...you... |
Forum: C++ Sep 17th, 2006 |
| Replies: 11 Views: 2,409 Here's the big glaring error I see in your code...
string string;
You can't use "string" as a variable name. |
Forum: C++ Sep 17th, 2006 |
| Replies: 11 Views: 2,409 Ha.! I remember my C++ instructor promising not to give us a bad grade on an assignment if we promised not to use global variables...lol |
Forum: HTML and CSS Sep 17th, 2006 |
| Replies: 8 Views: 10,376 hmm...off the top of my head, I'd suggest using a JavaScript onclick event to change the background of the specified cell.
You could then have a small image as the background.
How to get it to... |
Forum: HTML and CSS Sep 17th, 2006 |
| Replies: 8 Views: 10,376 I'm not exactly sure what you are asking for here...
Do you have a page you can point me to so I can get a better picture of what you are asking for? |
Forum: JavaScript / DHTML / AJAX Sep 15th, 2006 |
| Replies: 5 Views: 7,128 This sounds like a hotmail issue.
You will need to contact them. |
Forum: IT Professionals' Lounge Sep 12th, 2006 |
| Replies: 11 Views: 4,686 No...I don't see the video.
I looked at your code and downloaded the swf file, but still couldn't get it to play...so you might want to upload the video again.
It was only 102kb...so my guess... |
Forum: IT Professionals' Lounge Sep 11th, 2006 |
| Replies: 11 Views: 4,686 I havent reloaded my other browsers yet...but it looked just fine in IE6 |
Forum: IT Professionals' Lounge Sep 7th, 2006 |
| Replies: 6 Views: 2,001 I found the problem...
You have
<p class=bullets11bldblck align=center>
<br>
<noscript>
<object... |
Forum: IT Professionals' Lounge Sep 7th, 2006 |
| Replies: 11 Views: 4,686 With those nesting errors, I'm suprised the page showed properly at all.
Here is the corrected code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"... |
Forum: IT Professionals' Lounge Sep 6th, 2006 |
| Replies: 6 Views: 2,001 I took a look at your site in both IE and FireFox and the only problem I see is that your ministry partners section is spilling over your footer |
Forum: IT Professionals' Lounge Sep 6th, 2006 |
| Replies: 11 Views: 4,686 Here's a question...can you click on your SWF file in Windows Explorer and view the video correctly? |
Forum: IT Professionals' Lounge Sep 5th, 2006 |
| Replies: 6 Views: 2,001 I'd need to see your code or the site... |
Forum: IT Professionals' Lounge Sep 5th, 2006 |
| Replies: 11 Views: 4,686 Can you post your code or direct me to the site so I can take a look? |
Forum: Site Layout and Usability Aug 22nd, 2006 |
| Replies: 4 Views: 9,666 What resolution is your monitor set to?
It appears to be looking normally in 1024 x 768. |
Forum: JavaScript / DHTML / AJAX Aug 20th, 2006 |
| Replies: 4 Views: 2,149 Your problem is that you have two functions with the same name calling two forms with the same.
For the first form/script:
<script language="JavaScript" type="text/javascript">
<!-- Begin... |
Forum: Windows NT / 2000 / XP Aug 8th, 2006 |
| Replies: 8 Views: 4,380 I've had this problem before, but for the life of me, I can remember how I resolved it.
You can try reinstalling your sound card driver. |