User Profile

Collapse

Profile Sidebar

Collapse
studentofknowledge
studentofknowledge
Last Activity: Feb 23 '09, 07:21 PM
Joined: Mar 25 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • internet explorer image placement issue but fine in mozzila

    For some unknown reason ie is placing images I have in a div in a weird way. One image is overlapping another but this problem is not occuring in mozilla. I have looked at my code over and over again but cant seem to find out what the problem is. I think this could be fixed with a i.e hack??? please advise

    the problem of the overlapping image is occuring in imagerow2 div on line 56. please see my code below

    here is my html...
    See more | Go to post

  • So I can only do this via Javascript? but that means it will be client side rather than server side..Can I not utilise ASP and run the page locally to send form data to local sql database?

    thank you for your replies on my other post. all hail CK
    See more | Go to post

    Leave a comment:


  • thanks CK - maybe my connection string is incorrect after all. I've checked the site but not sure which string to use;

    Providers to use when connecting to SQL Server 2005
    » .NET Framework Data Provider for SQL Server (SqlConnection)
    » SQL Native Client 9.0 OLE DB provider
    » .NET Framework Data Provider for OLE DB (OleDbConnectio n)
    » SQL Server Native Client 10.0 OLE DB Provider
    » SQL Native Client 9.0...
    See more | Go to post

    Leave a comment:


  • hi CK - thanks for your reply again.

    im quite a sql newbie and despite a lot of searching im not finding any relevant help.

    what options do I have with regards to connecting to a local SQL database via a local html webform? can you give me some pointers as im really stuggling..

    thanks in advance
    See more | Go to post

    Leave a comment:


  • hi CK thanks for your reply

    i have modified my code according to your suggestion - but I still get all this info displayed on the page? below is updated code

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type"...
    See more | Go to post

    Leave a comment:


  • this is what i'm getting on the next page

    <% Set conn = Server.CreateOb ject("ADODB.Con nection") ConnectionStrin g = "Provider = SQLNCLI;" & _ "Data Source = LAPTOP\\SQLEXPR ESS;" & _ "Initial Catalog = zion.mdb;" & _ "User ID = ej2_sleeper;" & _ "Password = jennifer1;" Server.MapPath ("laptop\omar.m db") & ";" conn.Open txtAmount = Trim(Request.Fo rm("txtAmount") )...
    See more | Go to post

    Leave a comment:


  • local html webform page to local sql 2005 database possible?

    I have a local html webform page and I would like to send this data to a local sql database. Is this even possible?
    See more | Go to post

  • whats wrong with my insert statement

    im trying to add form data in to my local sql 2005 database but having a lot of trouble. I have searched the web but im coming across misleading information time and time again.

    below is my code

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    ...
    See more | Go to post

  • studentofknowledge
    replied to new MySQL account
    ah i understand - thank you for correcting me Atli - i shall keep an eye on this thread to find out the correct answer.
    See more | Go to post

    Leave a comment:


  • insert html web page/form to sql database

    hi my knowledgeable comrads

    I have created a web form using html, css with the addition of some basic javascript validation. Although now im having trouble to insert this information to my local SQL database - can someone point me in the right direction please or refer me to a good example/pre written code?

    I am using Vista Business operating system in conjunction with SQL server 2005 express edition, SQL server service...
    See more | Go to post

  • studentofknowledge
    replied to new MySQL account
    which operating system are you using and which version of SQL server do you have installed?

    I had a 'user does not have permission (error 15247)' with my SQL server 2005 express on my vista business laptop. This was solved by installed SQL server service pack 2.

    maybe this isnt the cure for you but worth a try..
    See more | Go to post

    Leave a comment:


  • thanks for your reply - that was a wonderful example. got my web page to display nicely in the middle

    thanks for your help : )
    See more | Go to post

    Leave a comment:


  • hi there thanks for your reply

    what i would like to do is have the root div to display vertically and horizontally in the middle of a browser page regardless to resolution

    iv tried to amend my code but not having any luck... please advise

    thanks in advance : )
    See more | Go to post

    Leave a comment:


  • how to centre a div container regardless of browser resolution?

    hi guys .. I was wondering if someone could offer some guidance with regards to a web page positioning?

    I would like to position my web page or main div container to appear in the middle of a browser regardless of the end user's chosen resolution.. is this possible?

    below is my html

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    ...
    See more | Go to post

  • guys bless you all for your help!

    you were all right - one should not test there web pages with i.e. I worked on my code whilst testing with mozilla and everything is fine.

    thank you : )
    See more | Go to post

    Leave a comment:


  • can someone please help...
    See more | Go to post

    Leave a comment:


  • okay iv run the html through a W3C markup validator and have fixed as many errors as possible. The only few remaining errors are contained within the ebay url to my feedbacks which is simply a URL so not sure what the problem is there?

    as you guys may have noticed this is basically my ebay advert and therefore I cannot state the document type declaration otherwise the whole ebay page breaks and goes funny...

    anyway the...
    See more | Go to post

    Leave a comment:


  • studentofknowledge
    replied to Multiple Browsers Solution
    a really good free tool to allow you to view a webpage in most of I.E versions.

    "IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process."

    http://www.my-debugbar.com/wiki/IETester/HomePage

    I would be like to know if there any similar tools for mozilla or other...
    See more | Go to post

    Leave a comment:


  • thank you very much for your replies and information.

    I will try my best to validate the code and fix any html errors so I can test on opera or firefox.

    I will post progress shortly..
    See more | Go to post

    Leave a comment:


  • studentofknowledge
    started a topic mozilla and opera compatibiliy issue

    mozilla and opera compatibiliy issue

    im hoping someone can help me here - my html/css seems to be perfectly compatible with internet explorer with no issues however the page breaks if viewed in opera or mozilla

    can anyone help please?

    Code:
    <link rel="stylesheet" type="text/css" media="screen" href="http://creativedevelopments.net/stylesheet.css" />
    
    <div id="body">
    <div
    ...
    See more | Go to post
No activity results to display
Show More
Working...