can i?

admin

Administrator
Staff member
am a super newbie, so if you think this question is really a dumb one, you have been warned:rolleyes:

can i add another page to my blog which i can link later on?

i don't want to link a location in the middle or an archive of my blog just want another page within my blog...is it possible? tried looking for answers in google, but nothing came out...please help.I'm not quite sure about the scope of your question. You can create another HTML file and save it in the same folder as your BLOG, assuming you can get to contents in that folder in a Web browser by typing <!-- m --><a class="postlink" href="http://www.somedomain.com/folder/somefile.html">http://www.somedomain.com/folder/somefile.html</a><!-- m -->

That file can sit there all by itself. You don't have to link to it right away if you want.

OR

Do you want to display a separate HTML document within your BLOG page? Say you've got your main blog page, and there's a box that has scroll bars and displays a different HTML page. If this is the case, try using the <iframe> tag (<!-- m --><a class="postlink" href="http://www.w3schools.com/tags/tag_iframe.asp">http://www.w3schools.com/tags/tag_iframe.asp</a><!-- m -->).

If this doesn't help, perhaps a little more explanation of your problem is in order :)
 
Back
Top