Recent content by Dave Ritche

  1. Dave Ritche

    How can I make a custom bootstrap navigation bar?

    Thanks!I always find the solution here on PF.
  2. Dave Ritche

    How can I make a custom bootstrap navigation bar?

    I am trying to make a bootstrap navigation bar but I'm having issues with understanding which class to apply to a specific element? Can anyone show me some coding?
  3. Dave Ritche

    How can I install new fonts in Adobe Illustrator for logo design?

    I am learning logo designing in adobe illustrator and i use the fonts already install.help me learn how to install new fonts and suggest me some latest fonts.?
  4. Dave Ritche

    How to Scale an Object in Opposite Directions in Illustrator CS6?

    For me,it doesn't matter what shape it is..i just want to know how we can scale the corners the guy did in this video: scaling one anchor point outward and notice the other also goes outward..watch at 2:28..
  5. Dave Ritche

    How to Scale an Object in Opposite Directions in Illustrator CS6?

    Thanks but what i mean is that scaling the object from two sides while other remain at their actual position.
  6. Dave Ritche

    How to Scale an Object in Opposite Directions in Illustrator CS6?

    While scaling an object in illustrator CS6,how can we scale that object in both directions but oppositely? For example,scaling a rectangle from one of its corners outward while the opposite corner also goes outward? Thanks in advance.
  7. Dave Ritche

    Putting an Image inside of a Div block

    Mod note: I split up the HTML code and CSS code into separate code blocks. I'm assuming that these are separate files. Here is the code BORG: <!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <link rel="stylesheet" type="text/css" href="navbar.css" media="all" />...
  8. Dave Ritche

    Putting an Image inside of a Div block

    Hello everyone! I designed a webpage and set its main wrapper width to 60% and magin to auto.Inside this wrapper(div),i want to put an image.AS the wrapper-div size is 60%,i put another div inside it and set its width to 100%.The second div(image div) perfectly fit with wrapper-div. I don't know...
  9. Dave Ritche

    Cross browser website question

    I have designed a webpage and i opened it in chrome.It worked quite fine and all the layouts were at their position but when the same page i opened in internet Explorer messed up and the layouts weren't at their position.In firefox,only the header section showed up.What is the problem?Howcaan it...
  10. Dave Ritche

    PHP PHP Script Problem: Troubleshoot the Error

    Thank you but i really don't know what is PDO..Is it a plug-in?
  11. Dave Ritche

    PHP PHP Script Problem: Troubleshoot the Error

    Thank you very much Samy_A.My database and script is working very fine..
  12. Dave Ritche

    PHP PHP Script Problem: Troubleshoot the Error

    yeah thanks it's working now i.e it says connected to the database but why doesn't it store data?
  13. Dave Ritche

    PHP PHP Script Problem: Troubleshoot the Error

    Thank you very much but the problem still exists.. As i press submit,the script simply appears ..really can't figure out what's the problem...
  14. Dave Ritche

    PHP PHP Script Problem: Troubleshoot the Error

    And here is the html: <!DOCTYPE HTML> <html lang="en-US"> <head> <meta charset="UTF-8"> <title>labels</title> <link rel="stylesheet" type="text/css" href="label.css" media="all" /> </head> <body> <h1>REGISTER TO GPGC</h1> <div class="form"> <h3>PLEASE ENTER YOUR INFORMATION...
Back
Top