OK... so I've installed and configured WP 1.5.2, and everything works just fine. I'm familiar with the options and how to post, BUT...
The contents of this blog (the posts) must be displayed within another page.
What I need is this: I need the blog to display only the last 6 or 7 posts, not display the archive. I don't need posts to have their own permalink, even though it's already selected in the options of WP. I need only the blog posts, no comments (I'll be using another software for Forum purposes later). I won't need a footer, a header, all that stuff doesn't need to be there -- it's already in my site.
I've looked at the test blog I wrote (on the actual web page) and all I need is the contents of the blog, that's all.
Essentially, I need to know what page I'm going to use in my php require function in order to see it inside a DIV tage in my page. Once that is done, what are the CSS tags I'll be using.
In case you need it, the blog I'm using is here: http://eyeinside.com/blog
Thanks in advance for your help!