Help creating an easy portal

Discussion in 'HTML & Website Design' started by Phantom-DXH, Sep 4, 2007.

  1. #1
    Hey,

    I don't have access to my laptop since my sisters got it. Soo i do not have any of my design tools. I need help for creating something simple for me.

    Basically a page which allows users to either goto my Blog or goto my Forums.
    If anybody is willing to help i'd really appreciate it. Just PM me.

    Thank you.
     
    Phantom-DXH, Sep 4, 2007 IP
  2. micromark

    micromark Peon

    Messages:
    466
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Tell me what you need and i will do it.




    $15 charge through paypal.
     
    micromark, Sep 4, 2007 IP
  3. ColorWP.com

    ColorWP.com Notable Member

    Messages:
    3,121
    Likes Received:
    100
    Best Answers:
    1
    Trophy Points:
    270
    #3
    You can use simple HTML file as index. We assume that you have site http://site.com. Your blog is found at http://site.com/blog and your forum is found under http://site.com/forum. You can paste the folowing to a file called index.html and upload it to the root directory of your site (so its accesible through http://site.com/index.html).
    <html>
     <head><title>My Site</title></head>
      <body style="text-align: center; font-size: 19px; font-weight: blod;">
        <a href="./blog">Go to my blog</a><br>
        <a href="./forum">Go to my forum</a>
      </body>
    </html>
    HTML:
    It should do the trick.
    If your blog or forum is found under different domain or you use hosted services (like Blogspot.com for blogs and ProBoards.com for forums) you can change the "./blog" and "./forum" with "http://myblog.blogspot.com" and "http://myforum.proboards43.com".

    I hope I was helpful. If you need more help, PM me, Skype me (jix222) or ooVoo me (1-2-3-4-5).
     
    ColorWP.com, Sep 4, 2007 IP
  4. Phantom-DXH

    Phantom-DXH Peon

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thanks for the help, I guess that'll do for now. I'll make it look pretty later when i get my laptop back. I need my Dreamweaver :D
     
    Phantom-DXH, Sep 5, 2007 IP