Jump to content

Mr. Blogger

Members
  • Posts

    12
  • Joined

  • Last visited

    Never

Everything posted by Mr. Blogger

  1. I fixed it myself finally, and thanks for everyone who tried to help.
  2. Alright then all he had to do was ask for the view source. But then again I did give him all of the html/css.. <!DOCTYPE html> <html> <head> <link href="style.css" rel="stylesheet" type="text/css"> <meta charset="ISO-8859-1"> <title>Home</title> </head> <body> <div id="navigation"> <a href="index.html">Home</a> • <a href="comments.html">Comments</a> • <a href="contact.html">Contact</a> • <a href="poll.html">Poll</a> • <a href="copyright.html">Copyright</a> </div> <div id="main"> <h3>Welcome to my Project!</h3> <div class="post"> <form method="post"> <table> <tr> <td><input id="text" size="25" name="user" value="Username.."> </td> </tr> <tr> <td><input id="text" size="25" name="message" value="Message.."> </td> </tr> <tr> <td> <script type="text/javascript"> var RecaptchaOptions = { theme : 'white' }; </script> <script type="text/javascript" src="http://www.google.com/recaptcha/api/challenge?k=6LdRcMcSAAAAAJLoBl6crSMm5IpIiIbguH07dCe1"></script> <noscript> <iframe src="http://www.google.com/recaptcha/api/noscript?k=6LdRcMcSAAAAAJLoBl6crSMm5IpIiIbguH07dCe1" height="300" width="500" frameborder="0"></iframe><br/> <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> <input type="hidden" name="recaptcha_response_field" value="manual_challenge"/> </noscript> </td> </tr> <tr> <td><input type="submit" value="Submit Comment"></td> </tr> </table> </form> </div> <div class="copyright">Copyright to <a href="http://myblogger.co/project">Mr. Blogger</a></div> </div> <div id="topic"><div class="topic"> <div class="user">test </div> </div> <div class="discussion"> test.. </div></div><div id="topic"><div class="topic"> <div class="user">test.. </div> </div> <div class="discussion"> test.. </div></div><div id="topic"><div class="topic"> <div class="user">test </div> </div> <div class="discussion"> test </div></div><div id="topic"><div class="topic"> <div class="user">test </div> </div> <div class="discussion"> test.. </div></div><div id="topic"><div class="topic"> <div class="user">Test </div> </div> <div class="discussion"> test.. </div></div>1<a href='/theme/comments.php?page=2'>2</a><a href='/theme/comments.php?page=2' title="Next Page" rel='next'>></a><a href='/theme/comments.php?page=2' title="Last Page" rel='next'>>></a> </body> </html>
  3. The rest of the code is PHP. This section is for css.. If I gave him my php for my comments page I would need to give him my database, and all the php codes that goes to it. I did give him all the html/css. Also from how your post is I need to give him the PHP codes aswell? Well to be honest I don't need help with the php part. I need help with the css part to what is shown in the first post (screenshot) not the PHP.
  4. You just don't get it do you... I certainly hope there are some visionaries out there that are able to help you. Just read this post in a few months and try to replicate the problem with the code you gave. By the way the code you posted. If you added comments to it (like shown in the screenshot in the first post) it still duplicates that problem. So it isn't hard to tell you been spamming, and trolling this entire thread just to make fun of me. I reported you to a moderator.
  5. Edit: Actually I made a mistake asking for support here actually thinking I was going to get help you're judging my new design based on the link that was in my new design from my old design. So you're thinking my problem is with my OLD design. When i'm talking about my NEW design. So i'll actually ask for support some where else.
  6. Hmm just to let you know I am redesigning that look.. The current theme on the link you found off my project site is old, and the screenshot both are different. I have corrected the spelling errors, etc. On the new design. I do have doctype on the new design. Which the codes I given you in the previous post is from the new design.
  7. Alright here is the html part. I had to get the html parts inside my php aswell. So if you notice any ' or " that is part of the PHP I probably missed to remove. <div id="navigation"> <a href="index.html">Home</a> • <a href="comments.html">Comments</a> • <a href="contact.html">Contact</a> • <a href="poll.html">Poll</a> • <a href="copyright.html">Copyright</a> </div> <div id="main"> <h3>Welcome to my Project!</h3> <div class="post"> <form method="post"> <table> <tr> <td><input id="text" size="25" name="user" value="Username.."> </td> </tr> <tr> <td><input id="text" size="25" name="message" value="Message.."> </td> </tr> <tr> <td> <script type="text/javascript"> var RecaptchaOptions = { theme : 'white' }; </script> </td> </tr> <tr> <td><input type="submit" value="Submit Comment"></td> </tr> </table> </form> </div> <div class="copyright">Copyright to <a href="http://myblogger.co/project">Mr. Blogger</a></div> </div> <div id="topic"> <div class="topic"> <div class="user"> </div> </div> <div class="discussion"> </div> </div>
  8. Well I did say in my first post. It is my comments are hovering over my entire comment box. It is the comments not the recaptcha or anything.. Behind the 'test' comments in it is the comment fill out box. The comments should be below that entire thing not in front of it.
  9. Screenshot of my problem: http://i54.tinypic.com/2pzifr7.png My CSS code so far: #main { background: #A6D7EE; border: 1px solid #92CFEB; border-radius: 2px; width: 46.1%; margin-top: 35px; float: left; left: 27.5%; position: relative; } #main .post { background: #F4F8FA; padding: 2px; text-align: left; } #topic { background: #A6D7EE; border: 1px solid #92CFEB; border-radius: 2px; width: 46.1%; margin-top: 5px; float: left; left: -18.7%; position: relative; } #topic .discussion { background: #F4F8FA; padding: 4px; text-align: left; } #topic .user { magin-top: 2px; padding: 2px; } What am I doing wrong? The comments are hovering over the entire submit box...
  10. I'll try both that you 2 have suggested. Thanks you 2.
  11. http://books.google.com/books?id=xFs6JpC6HNIC&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false Is this the book you're talking about?
  12. Well I do need help well learning PHP. I'm new to it, and please don't make funny of me when I say.. Only thing I know about PHP is the basic <?php echo 'whatever' ?>. I know it may be funny for people with years of experince with my 0. But eh. I would like to know if I can find anything or a page on this site that could teach be bottom up in PHP...
  13. Hello everyone, and I am new here to this fine community, and new to PHP aswell. Hoping to learn everything about PHP from this great site.
×
×
  • 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.