View previous topic :: View next topic |
Author |
Message |
thoroughbred
Joined: 23 Dec 2003 Posts: 3
|
Posted: Tue Dec 23, 2003 2:09 am Post subject: Less than beginning |
|
|
I'm stuck back in HTML days, and since I don't have a lot of technical savvy, went with a web host that includes b2 as blogging software. It really meets most of my needs, as long as I can a) get rid of the My Webblog header, and b) embed it into an existing web page.
Simple, right? Well, my web host tells me a) the header can't be removed, and b) it can't be embedded. Since I don't have access to the source code, I can't figure out whether that' a runaround or not.
Can someone help me? This website was to be a Christmas present, and I'd love to get it running in the next couple of days.
Thanks for your help. |
|
Back to top |
|
 |
thoroughbred
Joined: 23 Dec 2003 Posts: 3
|
Posted: Wed Dec 24, 2003 3:56 pm Post subject: Still questioning |
|
|
Is there a help manual somewhere? It doesn't seem to be included in the software, and I can't figure out how to configure this without help.
Please? |
|
Back to top |
|
 |
epolady
Joined: 30 Jul 2002 Posts: 800 Location: Texas
|
Posted: Wed Dec 24, 2003 5:27 pm Post subject: |
|
|
Hi there,
To remove the header, open index.php and remove
Code: | <div id="header"><a href="" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></div> |
Embedded into an exisiting webpage. Some people just do something like Code: | <?php include("blog.php"); ?> |
If I were in your shoes, and wanting to put it in an existing page, I would strip index.php of everything except the bare neccesities, then use an iframe or I guess php include it (see above).
But normally, what I would really do is just make the "existing webpage" my blog page. _________________ Please, no PMs.
Do a search before posting a question.
We're not mind readers, provide URLs and/or source code. |
|
Back to top |
|
 |
thoroughbred
Joined: 23 Dec 2003 Posts: 3
|
Posted: Tue Dec 30, 2003 2:49 pm Post subject: thank you -- |
|
|
That's very helpful and just the information I was looking for -- thank you! |
|
Back to top |
|
 |
|