Forum: VB.NET Aug 14th, 2004 |
| Replies: 2 Views: 8,360 I placed the connection object in the parameter as you instructed. I'm now getting a new error, "Could not find installable ISAM."
You can see the error at this address: ... |
Forum: VB.NET Aug 14th, 2004 |
| Replies: 2 Views: 8,360 I'm trying to get started in ASP.NET, but I just don't understand the errors being returned to me. I'm trying to connect to my MySQL database. I have followed several examples from books and the... |
Forum: HTML and CSS Aug 13th, 2004 |
| Replies: 34 Views: 11,920 :cheesy: YOU ROCK!
All is good in all browsers. Thank you very much for the lesson....
- Eric |
Forum: HTML and CSS Aug 13th, 2004 |
| Replies: 34 Views: 11,920 Ok, after a few hours of debugging I have fixed all known HTML and JavaScript errors on the page. I have ran it through the W3C verifier and placed the link on the page incase you would like to... |
Forum: HTML and CSS Aug 12th, 2004 |
| Replies: 34 Views: 11,920 Nope it's all new...
I was going to use a menu which I created some years ago, but with CSS I can remove all of images - Now how cool is that!!! So as far as what you see that was created... |
Forum: HTML and CSS Aug 12th, 2004 |
| Replies: 34 Views: 11,920 :confused: DIY... ?
The original is at: http://www.derivetech.us/HTMLPage1.htm
- Thanks ;) |
Forum: HTML and CSS Aug 12th, 2004 |
| Replies: 34 Views: 11,920 DaveSW: Help please....
I'm not sure where the issue is, it could be the HTML tags, JavaScript, or CSS, but it needs some tweaking. I've been away from web programming for some years now so I... |
Forum: ASP.NET Aug 10th, 2004 |
| Replies: 1 Views: 5,981 I would like to know if it is possible to communicate Queries using XML from an application written in VB6 to a website written in ASP.NET. I would need to send and receive everything from a small... |
Forum: ASP.NET Aug 10th, 2004 |
| Replies: 2 Views: 4,447 Yes my server handles .NET. I have made small ASP.NET forms which display and work. Now I need to create the entire HTML dynamically. Whenever I run my code, .NET populates it's own HTML to run... |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 <div class="menu"><a href="#">Home</a></div>
This fixed it up. Now, can I say that I want the text to be moved to the right by 10 px and remove the underline, or do I need to use JS for that?
-... |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 Thanks for your time...
Here you go. |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 I see...
... Humm, I'm not getting the rollover action.
Any thoughts? |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 All gummed up....
This is not working. Can you see why?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>menu..</title>
<STYLE type="text/css">... |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 Awesome, thank you very much for the help.
I'm going to sit down and play for a bit and see how all of this stuff works.
I'll get back with you if I gum it all up.
- Eric |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 What about when I pass the image path string, do I need quotes around it? |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 Why is the tag coded as follows:
background: #ffffff url(background_norm.jpg) left no-repeat;
Instead of this:
background: #ffffff; url("background_norm.jpg"); left no-repeat; |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 Wow... I did not know you could do that with CSS. How would I make the call from the body to the STYLE section?
Are the CSS tags platform independent? A few years ago I produced a website for a... |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 I pass objects to move my images around. I send the name of the object to my JS function and then, simply put, I set the scr = new image path. It works very smooth and uses very little java script... |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 Could you hold my hand for just a second? I cut and pasted your code snippet and replaced my image tag with your span tag. See attachment for new screen shot. The image no longer displays. Could... |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 Thanks...
I would place this span tag inplace of the img tag correct?
Is there a good source on the web which explains all the in's and out's of CSS, SPAN,and DIV tags? - Like I said I'm... |
Forum: HTML and CSS Aug 9th, 2004 |
| Replies: 34 Views: 11,920 I'm creating a dynamic dropdown menu for my website. All information will be stored in a database. None of the images will have names on them. Ex: Home, Software, Support, ... These names will be... |
Forum: ASP.NET Aug 7th, 2004 |
| Replies: 2 Views: 4,447 My first attempt at ASP.NET...
I would like to convert my current website to .NET as a way to get the feel for the new environment. In my current website, I have code which checks a database to... |