Jump to content

Edward_75

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Edward_75

  1. Is there no one to offer a bit of advice on this?
  2. As I am teaching my self HTML and usually into making things streamlined and a touch of quality, my question to the professionals here on his code and anyother is it ideal to do height in px and width in %?
  3. I am trying to get some help with iframe. I want to be able to open ad links within the same iframe. The clicking on a link generally works for me when I pull up craigslist webpage, but wants a new window to be opened when you click on a individual's ad post. Now I realize Craigslist has a policy for not wanting their pages to be redisplayed and maybe they have something in the webpage code that is doing this to me, but if I could get help anyways. Here is my code <body> <iframe height=400px width=500px src="http://flint.craigslist.org"></frame </body> Viewable and clickable links with iframe at http://jsfiddle.net/Edward_75/yqM7c/1/ but going to say this <iframe height=400px width=500px src="http://flint.craigslist.org/sss"></frame> Viewable and clickable at http://jsfiddle.net/Edward_75/heb74/3/ It will come with an error page asking you to open in new window. Also this being my first time here can someone explain why I cannot copy/paste? I am using IE ver.11
×
×
  • Create New...