Help Needed!

DarknessMonkey

Avatars are for squares..
  • 1,419
    Posts
    20
    Years
    • Age 33
    • ...
    • Seen Apr 27, 2009
    I Need Help...
    I Tried Putting Images On My Site But I Dont Know What Tags I Use And How...
    I Also Have A Problem With Pages I Add A Page And It Wont Make A Navi Bar...

    Do I need A Layout?
    I Am Using Freewebs Advance User...
     
    As far as I know, Freewebs only allows normal HTML, so you ahve to put the nav bar on every page.

    And for images:
    <img src="URL">

    Example:
    <img src="https://fma.pokevillage.net/site/link/button1.gif">
     
    Ok...
    Do You Know The Navi Bar Code As Well?
     
    It would be the same on every page as on the index.
     
    if he uses frames. since he cant use php on freewebs
     
    Ok...
    Now I Am Confused...
    What Do I Do?
     
    Frames... are ugly. If anything, use an iFrame.
     
    Whats An IFrame?
    So Can I Use Layouts Or Not?
     
    Yes... you can use layouts.

    Make your layout... and the where you want the content to be... put this code:
    <iframe src="main.htm" height="400" width="100%" name="iframe"></iframe>

    Make sure your links look like this:
    <a href="content.htm" target="iframe">Content Link</a>

    That should make your life easier.
     
    Uhh Thanks!
    I Think That'll Help!
     
    Really, you should look into a new host, like Shyper. Freewebs just doesn't offer the stuff you need, such as PHP.
     
    Umm... you can use SSI on Freewebs, you know.

    <!--#include file="navbar.txt" -->

    And cut the menu into a separate file called navbar.txt.
     
    Where Do I Put That?
    And What Do I Rename navbar.txt ?
    And I Dont Have Time To Get Shyper...
    Besides They Ask Your Name & Address...
    What Do I Do?
    Give Them A Fake Address & Name?
     
    You just write the HTML page out as normal, and then cut and paste the menu into a new file. Call it navbar.txt, and upload it to Freewebs. Then, in place of the menu on the pages, put <!--#include file="navbar.txt" -->. Simple enough, no?
     
    Yeah I Think So...
    Thanks!

    EDIT: Can Ya Install It For Me?
    I'll PM You The Password If Ya Do...
     
    Last edited:
    Uhhh Sorry For Double Posting...
    But Uhhh I Dont Get It Now...
    I Have The Layout I Am Using For Now...
     
    If you want to try Shyper, make up a name and address. Or look for another host. You could request in the thread, or look in the free hosts thread.
     
    Are The Other Way Better?
     
    Back
    Top