Need Help PLEASE!!

User 146486 Photo


Registered User
35 posts

http://i195.photobucket.com/albums/z104/rypnetwork/HELP.jpg

You can also email me the answer if it is more convenient!
Rebelyellproductions@msn.com
"Dream Outside Your Box!"
User 282670 Photo


Registered User
3,940 posts

If the above is on a server could you please provide a link so the great people here can check out the problem. Thanks




User 146486 Photo


Registered User
35 posts

Because the pages were not ready I had not uploaded but for you to view I have uploaded and put special links for you to reach the 2 page types I am looking to make! go to

http://www.rypentertainmentnetwork.com

you can skip the flash intro or watch it as it is my first flash and all done with your software!!

skipping intro or waiting will both lead you to the terms and copyright page. At the bottom I have placed 2 text links "Band" and "Service" these 2 links will take you to the pages you need to view and i placed details on the pages.


http://i195.photobucket.com/albums/z104/rypnetwork/new2.jpg
"Dream Outside Your Box!"
User 146486 Photo


Registered User
35 posts

Oh and Thank you so much for your quick reply!
"Dream Outside Your Box!"
User 355448 Photo


Ambassador
3,144 posts

Tina,

It sounds to me like you want to use an iframe.
<div id="display">
<iframe
name="content"
width="600"
height="650"
src="first.html"
frameborder="0"
scrolling="auto" >
</iframe>

I use the div to set any style needed. The name 'content' is needed for your menu to work. You can set the width and height to suit your needs. The source (src) would be what you want to show initially in the iframe.

Now for the menu: each menu item would need code similar to this
<a href="http://www.mysite.com/mission.html" target = "content">Mission</a>
<a href="http://www.mysite.com/calendar.html" target = "content">Calendar</a>
<a href="http://www.mysite.com/contact.html" target = "content">contact</a>
<a href="http://www.mysite.com/myspace.html" target = "content">MySpace</a>

Notice the target="content" part is always the same, since the target space is your iframe that was named content.

If the menu item MySpace refers to the website of the same name, I am not sure that you can do that, so you might need to modify the href statement to have the visitor actually leave your site.

Hope I understood what you are trying to accomplish.
User 146486 Photo


Registered User
35 posts

OMG!!!! it worked!! I need to tweek some stuff but got the basic!! go to

http://www.rypentertainmentnetwork.com/Site1.html

and click the contact icon!!!!


thank you soooo much!

I made a special banner for my sites that say "Our sites Exclusively powered by Coffeecup software"

Luv you guys!!
"Dream Outside Your Box!"
User 355448 Photo


Ambassador
3,144 posts

Tina,

Glad you have things working.

If you need any other help, just post a message, and someone will likely have an answer.

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.