Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Having trouble linking files together Reply To: Having trouble linking files together

#247517
Beverleyh
Participant

Well, you haven’t made all the changes I suggested – where’s the merged demo?

I’ve already gone over the linking-to-another-page thing twice before. Re: http://codepen.io/Johned22/pen/bBGPVw It’s opening a new page because you’re linking to another page. Keep the basic rules of HTML in mind while you work; if you don’t want to link to a new page, don’t put in the hyperlink.

But like I said before, ignore this demo for now. The important thing is that http://codepen.io/Johned22/pen/vyYqEq is working as desired. So now you can move the image element (not the anchor around it) from http://codepen.io/Johned22/pen/bBGPVw into http://codepen.io/Johned22/pen/vyYqEq The image replaces the SELECT OPTION text (as I understand).

Your goal is to merge the 2 demos (image from one, functionality from the other) and so far you haven’t done this.