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.
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).
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