Jump to content

math

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

math's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Aaaaah I gotta be kiddin... pffff It's my new adblocker thats made my "sponsor" called div dissappear... aaah been trough the script 30 times... Now it works..
  2. Thanks, It's just not the problem.. ???
  3. It's solved! Thank you very much KingPhilip, chronister, Ilmv for the learning and the fixed code. :D
  4. Hi, i'm validating a script o wrote for 95%. One problem is this: (the W3c Validation gives this error, the "?" mark is in red in the code..) Whats wrong of the bold marked area? (60 times.... ???) The validation output link >> http://validator.w3.org/check?uri=http%3A%2F%2Fmarktplaats.b-rainstorm.com%2Findex.php&charset=(detect+automatically)&doctype=Inline&group=0 # Error Line 57, Column 19: an attribute value must be a literal unless it contains only name characters. <a href=rubriek.php?rubriek=2>Audio </a><a href=rubriek.php?rubriek=3>Autos</a>< ✉ You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary. The code thats creating the links: <? $mysql_b = "SELECT * FROM links_b ORDER BY pos, naam ASC"; $sql_b = mysql_query($mysql_b); while ($links_b = mysql_fetch_array($sql_b)) { $naam = stripslashes($links_b[naam]); echo "<a href=rubriek.php?rubriek=$links_b[id]>$naam</a>"; } ?> Hope someone can help me You can also contact me trough msn: ontwerpexpert@hotmail.com. I'm also looking for a good student/hobby php writer for some cooperation. Paymen 10.- p/hour. Thanks.
  5. Hey, ik have a disappearing div.. it's this website i'm at: http://marktplaats.b-rainstorm.com/index.php (It's temporary in a subdomain.) it will come out to Dextromedia.nl. However, the sponsor div is seen in Internet Explorer on the right side like it supposed to be (90px wide) It's the black graphic, the rest is in dotted lines to view clear where it is.. the problem: Firefox does not show it... why? I hope someone knows.. thanks for your time anyway Here is the css t hat i wrote myself from a-z: /* OntwerpExpert productie - Alle rechten voorbehouden. Website: http://www.ontwerpexpert.com Website NL: http://www.ontwerpexpert.nl Email: info@ontwerpexpert.com */ /* --- body + contain + Container + main --- */ body { background-color:#DDEEFF; color: #000; font-size: 11px; font-family:Verdana, Arial, Helvetica, sans-serif; overflow: scroll; overflow-x: hidden; margin: opx; padding: 0px; text-align: center; } .contain { width: 1000px; margin: 0px auto; border: 2px solid #000; height: 100%; } .container { padding-top: 5px; width: 900px; min-height: 1500px; margin: 50px auto; text-align: left; border: 1px solid #FF0000; float: left; } .sponsors { width: 80px; height: 500px; background-color: #000; margin-right: 0px; border: 1px solid ##009933; } .main { width: 650px; margin: 10px; height: 100%; float: right; padding: 10px; font-size: 11px; min-height: 1000; border: 2px dashed #333300; } /* --- Header --*/ .header { width: 900px; height: 175px; background-image: url("../Img/headr.jpg"); background-repeat: no-repeat; border: 1px dotted #990000; } .header_title { font-size: 60px; font-family: "Times New Roman", Times, serif; margin-left: 7px; float: left; text-transform: uppercase; height: 75px; width: 900px; color: #333; } .header_discription { font-size: 12px; float: right; text-transform: uppercase; margin-top: -28px; margin-right: 170px; color: #BBBBBB; } /* --- Search field --- */ .search { margin: 0 auto; width: 700px; height: 125px; border: 2px dashed #FFCC00; } /* --- Holder including Sidebar + Navbar + Sidebottom --- */ .holder { width: 175px; float: left; height: 1000px; margin-left: 7px; border: 2px dashed #ccc; } .sidebar { width: 175px; height: 700px; background-color: #BBBBBB; padding: 10px; border: 2px solid #CC6666 } .sidebar a { color: #fff; display: block; padding: 3px 0px 2px 3px; text-decoration: none; } .sidebar a:hover { background: #F0F0F0; color: #000; } /* --- navigation bar --- */ .navbar { width: 175px; height: 125px; background-color: #BBBBBB; padding: 10px; } .navbar a { color: #ccc; display: block; background-color: #444; padding: 3px 0px 2px 3px; margin-bottom: 2px; text-decoration: none; } .navbar a:hover { background: #F0F0F0; color: #000; } .sidebottom { width: 175px; height: 250px; margin-top: 50px; background-image: url("./Img/sidebar_top.jpg" alt="sidebartop"); background-repeat: no-repeat; } /* --- Footer --- */ .footer { margin: 0px auto; text-align: center; width: 800px; height: 15px; padding:10px; border: 2px solid #FFFF00; }
  6. Hey, i have searched the whole internet for a login thats so easy that they dont create em annymore?! Its just 1 password, en when pushed on the button to check te password.. if correct it sends you to a webpage.. I have checked 30-40 scripts.. they all send to a diffirent area on the page and so on...... Annyone have this script? a link? I would be so happy, im busy with this for days...
  7. heya all, ive searched the whole internet for days.... It's this easy that they don't create it annymore or something, What i need is a page, that ask's only 1 password and u click on ok/send it directs to a other page. (Iff password's corroct ofcourse) Ive seen 37 scripts... they are more like member/register and so on... and all the scripts dont send you to a webpage directly.. they send you to the same page (other area) with a link to the desired page.. Can someone help me? I will be very happy to have a link/script
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.