deelynn
08-29-2005, 02:59 PM
Hello, I am new to web page building. I am using yahoo sitebuilder with an ecommerce sitebuilder. The website is www.deesdelightfuljewelry.com The help I am needing is on my front page I want to link the featured item (in the trinket box) that when someone clicks on it they get the item description and pictures I have placed on another page. Example: Necklaces page 5 Kelli Rose item. How would I get this item to link to my description instead of just the pics. I would like to link this to a new window half the size of a whole page. I appreciate any feedback on this as I know nothing about html. Surprised I got as far as I did on my pages....lol Thank You
1. i HIGHLY suggest to not use sitebuilder. it creates many webpage problems. you are much better off learning the basics of html coding (from lissa's tutorials for example) and useing a normal text editor. to fix sitebuilder webpages, you kinda have to do that anyways, so better sooner rather than later.
2. to open a new window with a link, you would add a TARGET to your link tag like so...
<a href="newpage.html" target="_blank"> text or image here </a>
an option you may want to look at is frames or iframes. they may help with your design idea. (also seen in lissa's tutorials.). frames will divide the current window into sections, each holding a different webpage. iframes are windows on the one webpage. different webpages are shown in the window.