Jump to content

MikeLibman

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

MikeLibman's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Oh? I thought you cant use PHP in an HTML file but you can use HTML in a PHP file?
  2. Hmm I had a problem like this when I was building my website.... If I remember correctly you need to make an IE hack.
  3. [quote author=just-j link=topic=101309.msg400809#msg400809 date=1153431702] its a simple link  but in IE it is opening a new browser when clicked  i need to target the entire screen in IE because the link is in an IFRAME.  ive tried both [code]<a href='index.php' target='_TOP'>HOME</a>[/code] and [code]<a href='index.php' target='_PARENT'>HOME</a>[/code] they both want to open up a new IE.  im stumped.  please help. [/quote] "_top" loads the linked document in the topmost frame... that is, the new page fills the entire window. "_self" puts the new document in the same window and frame as the current document. "_self" works the same as if you had not used TARGET at all. "_parent" is used in the situation where a frameset file is nested inside another frameset file. A link in one of the inner frameset documents which uses "_parent" will load the new document where the inner frameset file had been. "_blank" opens the new document in a new window. I was going to post the website where I got this information however I just read the rules and am not allowed. Go to google and seach "_top". You'll be fine :) google is our best friend at times =)
  4. Try using CSS or all your images and style... after all that's what it's for and not to mention it makes the HTML much cleaner.
  5. Hey Zohab, are you using CSS? If so different browsers see a website differently. I'd suggest trying to view your website on IE first and seeing if that fixes the problem. Mike
  6. Hey guys I'm brand new to this site and I must tell you I love the amount of help I've seen around in these forums. My name is Mike and I'm 19 years old. I am in the computer science program in my school and I have excelled in all of my programming and webdesign classes with over 90s. I have a keen interest in learning as many development languages as possible and PHP is on the top of my list right now because I have just finished my first website in HTML and CSS. I want to update it and make it even better then it is. Would someone be able to help me learn PHP. I am dyslexic and have trouble learning from written sources but with a teacher I understand rather quickly. Thanks again for all your time and support. I'm looking forward to working with you guys and being at your level some day. Mike
×
×
  • 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.