Jump to content

kaz

Members
  • Posts

    68
  • Joined

  • Last visited

kaz's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. kaz

    CSS Code Not Reflecting

    Thanx a million! By the way that's a scary you have there.
  2. Hi,I'm caught in a bit of a dilemna. The main table of the index page of my website(http://kazmania.110mb.com/index.html) is skewed to the right instead of floating to the left. The code is shown below. the id for the main table is #main. Please help.body { font-family: arial,helvetica,sans-serif; font-size: 11px; text-align: center; background-color: #8A644D; } a { color: #000000; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; color: #fff; letter-spacing: 0.1em; text-decoration: none; text-transform: uppercase; padding-left: 15px; font-size: 10px;}#container{ margin-left: auto; margin-right: auto; width: 700px; text-align: left; margin-bottom: 10px; padding-bottom: 0px; border-right: 1px solid #E93711; border-left: 1px solid #E93711; border-top: 1px solid #E93711; border-bottom-color: #E93711;}#banner { width: 700px; padding-top: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Impact, Arial Black, sans-serif; font-size: 48px; color: #fff; font-weight: normal; height: 120px; background: #CCCCCC url(images/bg2.jpg) no-repeat; } #linkbar { width: 680px; height: 40px; background-color: #8A220A; padding: 5px 5px 5px 15px; border-top: 2px solid #fff; }#linkbar a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #fff; font-weight: normal; text-transform: uppercase; text-decoration: none; letter-spacing: 0.1em; background-color: #8A220A; padding-left: 15px; } #linkbar a:hover { text-decoration: underline; color: #FFFFFF; font-weight: normal; }#linkbar a:visited { padding-left: 15px;}#wrapper { float: left; width: 700px; background-color: #52818A; background-position: left top; background-repeat: repeat-y; background-image: url(images/fotobg.jpg); border-bottom: 1px solid #E93711; height: auto; }#main { width: 350px; padding-left: 15px; padding-right: 5px; line-height: 18px; padding-top: 10px; height: auto; float: left; }#main h1 { font-size: 24px; color: #9F6984; font-family: serif; text-transform: uppercase; text-align: center; } #main h2 { font-size: 16px; color: #E93711; font-family: Geneva, Arial, Helvetica, sans-serif; text-transform: none; text-align: center; } .footer { font-size: 11px; color: #FFFFFF; font-family: sans-serif; text-transform: none; text-align: center; }#inner { width: 60px; height: 725px; float: left; padding: 10px; border-left: 1px dotted 52818A; }#inner a:link { font-family: Arial,sans-serif; font-size: 10px; color: #993366; font-weight: normal; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 0.1em; line-height: 18px; } #inner a:visited { font-family: Arial,sans-serif; font-size: 10px; color: #993366; font-weight: normal; text-transform: uppercase; text-align: center; text-decoration: none; letter-spacing: 0.1em; line-height: 18px; }#inner a:hover { text-decoration: underline; }#outer { width: 275px; float: left; padding-left: 20px; padding-right: 10px; margin-top: 0px; background: #8A220A; margin-left: 20px; height: auto; }#footer { height: 10px; width: 700px; margin-right: auto; margin-left: auto; clear: left; text-align: center; padding-top: 2px;} #outer p { color: #FFFFFF; padding: 10px; padding-bottom: 15px; margin-top: -15px; font-face: verdana,arial,helvetica,sans-serif; font-size: 13px; line-height: 18px; }#outer h1 { text-align: center; padding-bottom: 5px; margin-top: 5px; font-family: serif; font-size: 20px; color: #E6CFD9; } .imgcenter { text-align: center; margin-top: -25px; }img { border: 2px ridge #000000;}#top { background-color: #0099CC; position: absolute; width: 244px; left: 103px; top: 60px; height: 11px; vertical-align: text-bottom;}#bottom { background-color: 8a0009; position: absolute; left: 354px; top: 159px; width: 719px; height: 20px;}.subglobalNav { position: absolute; width: 245px; left: 2px; top: 1px;}
  3. kaz

    Database Error

    Thanx a million. You're a lifesaver.
  4. kaz

    Database Error

    I'm only using the localhost. Also I want to create a CMS for my website. How do I get around this?
  5. kaz

    Database Error

    Hi,I just put up some code to create a new MYSQL data base, but instead I got an'error creating database' message. Basically I was denied access. how do I change that. Here is the code:<?php$con = mysql_connect("localhost","kaymeis", "buzz1000");if (!$con) { die('Could not connect: ' . mysql_error()); }// Create databaseif (mysql_query("CREATE DATABASE dbpeter",$con)) { echo "Database created"; }else { echo "Error creating database: " . mysql_error(); }// Create table in my_db databasemysql_select_db("my_db", $con);$sql = "CREATE TABLE PETER\ (FirstName varchar(15),LastName varchar(15),Age int)";mysql_query($sql,$con);mysql_close($con);?>
  6. kaz

    Apache

    I dont think I'll be using xampp as I just realized their certificate has expired.
  7. kaz

    Apache

    No, I'm referring to the files in the XAMPP htdocs folder
  8. kaz

    Apache

    All the files have .html extensions. I tried changing them .php, but they still retained the .html extensions
  9. kaz

    Apache

    Yea. Something like that. By the way which folder is PHP in? I'm having a difficult time finding it?
  10. kaz

    Apache

    What I mean is that Can I write a PHP script on HTML KIT(An HTML Editor) and run it on a browser through XAMMPP?
  11. kaz

    Apache

    Is it possible to write a PHP script on HTML KIT and run it on XAMMPP?
  12. kaz

    Apache

    The URL in the Address box is http://localhost, but the page is still blank.
  13. kaz

    Apache

    I just downloaded the XAMPP server. However, when I clicked the Admin button I got a blank browser page saying 'Internet Page Cannot be Displayed." Why is that?
  14. kaz

    Apache

    Hi,Can Anybody which is the best window to download An Apache Server from?
  15. kaz

    PHP Websites

    Is I possible to build PHP Websites on IIS?
×
×
  • Create New...