Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: page implementation  (Read 6455 times)

0 Members and 1 Guest are viewing this topic.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
page implementation
« on: February 22, 2007, 01:57:46 PM »
I am desinging a website, and have run into a problem:
Advertizing

Our main pages are built using HTML. What we need to do is make a box (Hopfuly to the side of the webpage) that has a .shtml page inside it. Since frames are not always supported on all web browsers, we would like to avoide them (That, and we already tried using frames, it messed our code up a bit, and we had to revert. )
We are using Dreamweaver, and the advertizements we are trying to implement into the pages are using Entropy Banner

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #1 on: February 22, 2007, 02:05:05 PM »
Sorry to say this, but I think frames would be the best way to go. What happened when you used frames, how bad did it mess up?

8-)fffreak
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #2 on: February 22, 2007, 02:10:13 PM »
Thanks for the quick reply, Ffreak.
It seems that when I started adding the coding:
Code: [Select]
<frameset rows="8%">

  <frame src="frame_a.htm">


</frameset>
All my page content went: BAM!
And it was gone. The frames starting making two new files, even though it was just supposed to split the current screen.

If I have to use frames: What I would like to do is make index.htm show advert.shtml on the bottom (or side) of the page. How would I do this?
(And to think, I run a webdesign forum!  :D )


Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #3 on: February 22, 2007, 02:11:51 PM »
Also, I would like to make it so that it will only load on certain pages. I dont want it to be displayed in the news, or the catalog. Any way to do this?

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #4 on: February 22, 2007, 02:12:14 PM »
LOL, hold on a sec. I'll see what I can do. (Hopefully :-/)

8-)fffreak
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #5 on: February 22, 2007, 02:14:27 PM »
Quote
LOL, hold on a sec. I'll see what I can do. (Hopefully :-/)

8-)fffreak
Thanks, Ffreak! I really apperciate it!

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #6 on: February 22, 2007, 02:27:53 PM »
Well I hope something like this may help you...Sorry I was kind of in a rush. It is just a layout, hopefully you can use it though.

8-)fffreak
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #7 on: February 22, 2007, 02:30:40 PM »
Or you could always use an iframe, but it may not look as good.
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #8 on: February 22, 2007, 02:36:37 PM »
Hmm... I am not sure wether its going to work or not. I know its possible to put one HTML file inside another into a non-framed box, I just dont know how. If I find an example, I will tell you.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #9 on: February 22, 2007, 02:40:21 PM »
Here is a screenshot of my YaBB Fourm Administration Center, it shows what I am talking about, and yes, I do realize that that is Perl no HTML, but it works for an example
The arrow points to the place where an external page is located.

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #10 on: February 22, 2007, 02:40:42 PM »
Have a read >here<.

8-)fffreak
« Last Edit: February 22, 2007, 02:41:09 PM by fffreak »
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #11 on: February 22, 2007, 02:49:49 PM »
You could probably use something along the lines of this. It uses an iframe, I used the color black to emphasize the location of the iframe.
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.

Zylstra

    Topic Starter
  • Moderator


  • Hacker

  • The Techinator!
  • Thanked: 45
    • Yes
    • Technology News and Information
  • Certifications: List
  • Computer: Specs
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #12 on: February 23, 2007, 01:49:13 PM »
I will try it, thank you
(I hope it works!)

fffreak



    Adviser

  • That's right I am a final fantasy freak.
  • Thanked: 3
    • Yes
    • JSPCRepair
  • Certifications: List
  • Experience: Guru
  • OS: Windows 7
Re: page implementation
« Reply #13 on: February 23, 2007, 11:12:58 PM »
As do I ;).

8-)fffreak
Computers are the future, not us. Learn everything you can about them while you still can, soon they will be learning about us... Every bit of advice that I give you is best guess, it is your choice whether or not you listen to it.