Hi guys. Im trying to figure out how to insert a page within another. What im trying to do is insert a forum of mine into another page so i can have additional content at the top and bottom. Whats the best way to do this? Frames? If so how can i link on frame to my forum? Any help i will appreciate. Thanks Jim
Are you just trying to include the header and footer (or a menu) in the forum itself? If that's the case, then modifying the template to call those sections of the main site would work as well, though you'd need some server-side programming knowledge (which language would depend on which one you're using for the forum of course).
You got the quick and dirty part right, since it won't validate against a Strict DOCTYPE (whether it's HTML or XHTML).
Have you seen this site-- http://docs.widgetbox.com/blog/turn-your-blog-into-a-widget-and-go-viral? Q...
Thanks but can anyone be more specific on how to do these? My only programming knowledge is some light html. All I need to do is ive got a domain dineyoungstown.com and a forum at jmdaviswebandimageservices.com/forum/ i want to put the forum on the dineyounstown default page so i can have a logo at the top and an ad at the bottom. Ive been experimenting but nothing has worked yet. Any specific help would be well appreciated. Thanks Jim
Jim, what forum are you using? (And before someone tells you to hire someone to do it, allow me to tell them to bugger off.)
You can iclude it with iFrame but it won't be good for SEO. I would recommend use PHP (if your host supports it) and iclude the forum with the simple: <?php include"http://jmdaviswebandimageservices.com/forum/"; ?> PHP: However it won't work if your server doesn't support remote file opening or including. I would suggest you Google and read about anything you need in this (iframes, PHP etc)