Hey all,
thanks for the help in advanced, i wrote a basic script to embed an iframe into it to show off a set of portfolios. the link to the page is here.
http://www.officereinvention.com/Cindy/Portfolio.html
my aim, is if you notice there are 4 buttons at the bottom, i am initially creating 4 pages with the work in catagories (ie, logos, exhibit graphics, package designs, advertising). My question is, how do i make it so when you click one of the buttons on the bottom it will affect the iframe only.
By the way, i know iframes are very 90's and aren't the best way to do things these days but im trying to work within the infrastructure of iweb. Thanks!!
thanks for the help in advanced, i wrote a basic script to embed an iframe into it to show off a set of portfolios. the link to the page is here.
http://www.officereinvention.com/Cindy/Portfolio.html
my aim, is if you notice there are 4 buttons at the bottom, i am initially creating 4 pages with the work in catagories (ie, logos, exhibit graphics, package designs, advertising). My question is, how do i make it so when you click one of the buttons on the bottom it will affect the iframe only.
that is the code i used to portray the embeded iframe, please let me know.< IFRAME SRC = "http://www.officereinvention.com/Cindy/Portfolio2.html" WIDTH="535px" HEIGHT="370px" FRAMEBORDER="0" --if "0" no border, otherwise "1" with border MARGINWIDTH ="0px" MARGINHEIGHT="0px" SCROLLING="yes" --"no" no scrolling bar, "no" show always, "auto" showed when need > Your browser does not support IFRAME < /IFRAME >
By the way, i know iframes are very 90's and aren't the best way to do things these days but im trying to work within the infrastructure of iweb. Thanks!!