Forum: HTML and CSS Mar 25th, 2009 |
| Replies: 5 Views: 1,073 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,073 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,414 I am not seeing a problem at all in IE7. |
Forum: HTML and CSS Feb 15th, 2008 |
| Replies: 4 Views: 785 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,455 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,647 I have some stuff up at http://fjamison.awardspace.com/courses.htm |
Forum: HTML and CSS Jan 16th, 2007 |
| Replies: 2 Views: 2,977 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,194 Can you give us a link to the page so we can look at it? |
Forum: HTML and CSS Dec 10th, 2006 |
| Replies: 7 Views: 17,385 If this is a form, have you tried
<input type="reset" value="Reset!"> |
Forum: HTML and CSS Sep 19th, 2006 |
| Replies: 8 Views: 10,445 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: HTML and CSS Sep 17th, 2006 |
| Replies: 8 Views: 10,445 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,445 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? |