Search results

  1. garrensilverwing

    php if argument

    well i tried all the changes you suggested, but as i said before i already tried this and now (with the double =) none of the options pass the if statement
  2. garrensilverwing

    php if argument

    hey again guys, i am having a new problem. i am still working on creating a member profile feature for my website but i am having a problem with an if argument. when the person goes to the edit profile page i want all the information that is already in the profile to show up and be edited. i...
  3. garrensilverwing

    html/css background issue

    ok thanks for trying to help anyway :D
  4. garrensilverwing

    html/css background issue

    unfortunately i am just running it through a localhost server, i think i figured it out though, i added overflow: hidden; to the wrapper and now it seems to be working
  5. garrensilverwing

    html/css background issue

    i tried that it didnt help, on all my other pages i can just leave the height attribute blank and it will automatically stretch to fit everything that is supposed to be inside of it...
  6. garrensilverwing

    html/css background issue

    This is it in IE7 and 6 (they look the same pretty much)
  7. garrensilverwing

    html/css background issue

    Hi again guys! It has been awhile since I have had an issue with html/css because it is pretty straight forward but I am having trouble figuring this problem out: I am designing a profile page for members who join my website and I got it to look just how I want it with one major problem. I want...
  8. garrensilverwing

    Copying a Specific Line from a File

    Ahhh thanks a lot descalzo, i got it to work how i wanted!
  9. garrensilverwing

    Copying a Specific Line from a File

    sorry i forgot to mention i'm using php, im not too versed with perl :(
  10. garrensilverwing

    Copying a Specific Line from a File

    Hi again guys! I have something I am failing at figuring out. I want to write some code to copy the entire line of a particular file so that I can move it to another file. However, I do not know how to copy the line of the file. I know exactly which line it will be 100% of the time I just can't...
  11. garrensilverwing

    Seeking feedback, comments, suggestions

    site doesnt load for me :'(
  12. garrensilverwing

    I Need Opinions Please!

    I have two ways of uploading emails and news articles to the website, one is breaking the email up into several pages and then having a navigation available the other is to put the entire email on one page. first way: pros: user friendly, aesthetic, more advertising cons: a lot of work to...
  13. garrensilverwing

    Large Amounts of Text

    well due to the type of text it is there are some line breaks in weird places (like three characters and then a line break) so it won't fill perfectly like a book, i just want it to recognize when it fills up the area's rows with content and then moves the next section to the next page, and then...
  14. garrensilverwing

    Large Amounts of Text

    well the thing is the size of the window for the page is already set and the lengths of the paragraphs and the number of characters per page varies quite a bit here is a question: is there a way to store div overflow into a php variable?
  15. garrensilverwing

    Large Amounts of Text

    ah thanks for the article that is helpful ;) but i do want it to be broken up onto different pages too
  16. garrensilverwing

    Large Amounts of Text

    ? how is that helpful? i already use expression web but it doesnt help much with php scripting...
  17. garrensilverwing

    Large Amounts of Text

    when i get the text it comes, basically, as one large page of text, i want to write some code that will break it up into several pages
  18. garrensilverwing

    Large Amounts of Text

    Hey everyone, I have more of a theoretical question this time. On my website I want to post large amounts of text and have the server create all the code necessary for it to display the way I have it already designed. For an example go to http://www.brianwallchess.net/emails/fox . Basically fit...
  19. garrensilverwing

    AWStats

    i think i am hosted on stoli and im just wondering what happened to AWStats, i liked using that to see how many people have been to my site, etc.
  20. garrensilverwing

    mysql table if not exists

    no its not working, it isnt displaying any of the comments and everything after the comments isnt displaying, including the footer which was always there before :'(
Top