User Profile

Collapse

Profile Sidebar

Collapse
rcmatt4321
rcmatt4321
Last Activity: May 31 '07, 01:05 PM
Joined: May 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rcmatt4321
    replied to Help With CSS Backgrounds
    Thanks, Im making some progress Ill check back later if I have any problems.

    Thanks,
    Matt
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    replied to Help With CSS Backgrounds
    I would like to position a layer over that green bar. The only problem is that it will be in a different place on different screens.

    Thanks,
    Matt
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    replied to Help With CSS Backgrounds
    Thanks! I have another question now, sorry... I want to get a layer lined up with that green bar. How would I go about doing this, I cannot use absolute or relitave positioning because depending on the size of the browser window it would show up in different places.

    Thanks,
    Matt
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    replied to Help With CSS Backgrounds
    Yes they are click here to go to my css experiments section then click on test.html

    Thanks,
    Matt
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    replied to Help With CSS Backgrounds
    Thanks for your guidence, I really only turn to here if I need to. I usualy try to figure it out myself. You should see how many books I have on programing almost 20 or 30. I don't know why just setting the width of the layer did not work. So I changed it to auto and I worked, in all the browsers (IE, FF, Netscape, Opera) could somebody please who is blessed enough to have a mac check it in safari for me. Here is my css code

    Code:
    body {
    ...
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    replied to Help With CSS Backgrounds
    Ok, I got it down to one error now. It tells me character data is not allowed in my link tag to associate the style sheet with the document. ???? Also I posted a screen shot of what I want it to look like. Click here to see it. The top is what the page looks like when there is no space in between the 800 and px, this is what I don't understand, when I put a space there I get the bottom. In The top screen shot the title img is definatley not 800...
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    replied to Help With CSS Backgrounds
    I added a Doctype, unfortunately it did nothing. I then validated it and it gave me a few errors. Please go valididate it with the W3C so I don't clutter copy and pasting it here. I only get a couple of errors. Some I don't understand why it is complaining about a head tag. My CSS is fine I even validated it. It is still having this wierd quirck where the img will go away after so many pixels, with or without the body background.

    Thanks,...
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    replied to Help With CSS Backgrounds
    Hey this is just a simple update. I have duplicated the css and html files 2 times and put them on the server for 2 reasons. One is that one has the space and another has no space inbetween the 800 and px. The other is so I can edit the original to see if I can find the awnser myself.

    Click here for the one with the spaces
    And here for the one without them.

    Thanks,
    Matt (The throughly stumped one)
    See more | Go to post

    Leave a comment:


  • Doesent Google Have An API for this? If so you could have it interface with that in someway or another and not even have to do all the tranlation work.

    Just Wondering,
    Matt
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    replied to Help With CSS Backgrounds
    Thanks!, I don't think so though. There are some pretty smart people here.

    See Ya,
    Matt...
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    started a topic Help With CSS Backgrounds

    Help With CSS Backgrounds

    First I have to tell you guys how much of a help you are to a kid my age. People literally gave me the code to solve my problem last time.

    Here is my problem.

    I am trying to get into the habit of using CSS with HTML (soon to be XHTML) and it is going pretty well. I am creating the shadow effect with a page so it looks like the content is floating on a plate, you have probably seen this all over the web. So I have a 800...
    See more | Go to post

  • No not really, I already have a collumn in my database where it does an autoincrement. I just need to get that info and the comment over to the other page so you can edit it in a text box. It would look like this.

    Hello!
    Matthew
    Hi, I like your page

    Edit Delete

    If you clicked on delete it would take that comment, the one you clicked to edit and take you to a new page where the comment would...
    See more | Go to post

    Leave a comment:


  • Getting the ID of the last inserted row in MySQL via PHP...

    It's comming along well! I have decided to add a admin page where somebody could edit or delete a comment. I am on the editing part. I have a problem though, I need to post the data to the next form without a form. Make sense?

    This is why.

    When you edit a comment the comment will appear in the text box, you will then change it and submit and it will post to the server over the left comment. So I need to post the number...
    See more | Go to post

  • rcmatt4321
    replied to choosing a greater number between 2 numbers
    in PHP
    That was stupid! :)

    Thanks For Pointing That Out,
    Matt
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    replied to choosing a greater number between 2 numbers
    in PHP
    Here ya go! There are two files to create. One is called greaterNum.htm, the other is called greatestProcess .php. greaterNum.htm is the htm file that has the form to enter the two numbers. It sends the values to greatestProcess .php where it chooses the greatest number by going through an if else statement. Just look at it and if you have any more ?'s on how it works just post again.

    greaterNum.htm

    [HTML]<html>...
    See more | Go to post

    Leave a comment:


  • rcmatt4321
    replied to choosing a greater number between 2 numbers
    in PHP
    Im working on it right now!
    See more | Go to post

    Leave a comment:


  • I got it! You helped me so much! If you want to see it click here

    Here is my code if you are interested. I figured out the redirect thing also. Feel free to copy it and use it.

    comments.php
    [PHP]<html>
    <?php
    include('loginS QL.php');
    $connection = mysql_connect($ db_host, $db_username, $db_password);
    if(!$connection ) {
    die("Could Not Connect To The Database<br>");...
    See more | Go to post

    Leave a comment:


  • Hey Im working on it, my server is down so I cannot put it up to test it out. Ill check back with you later on how it goes.
    See more | Go to post

    Leave a comment:


  • If it helps any, I my comments table has three cols

    a post number (not used right now)
    name
    comment

    Thanks,
    Matt
    See more | Go to post

    Leave a comment:


  • O.K. I took the basic concept you had and simplified it a little bit and I wrote the code during literacy. So I put it on my server when I got home and worked most of the bugs out. It should work, I just have trouble redirecting and also some trouble out-putting the comments. I have simplified it so I don't post the time and date right now, Ill do that later.
    Here is the Comments.php code
    [PHP]<html>
    <?php
    include('loginS QL.php');...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...