I need help re-linking css/hyperlinks properly
Posted: Sat Mar 13, 2010 5:30 am
/*************************************
Script name: GBook - PHP Guestbook
Current version: 1.7
Price: FREE
Short description:
*************************************/
First of all thank you very much for your great
guestbook script, let me show you:
http://www.lisareinhardtmakeupartist.co ... /gbook.php
since I wanted to keep the "look" of the website I decided
to use <iframes> to embed the php guestbook into a html page:
http://www.lisareinhardtmakeupartist.com/guestbook.html
However I am having a small problem: the Googlebot doesn't
like <iframes>, so i've been looking for a workaround and I
was able to get help from a php programmer who gave me this
code to include the guestbook into the page
This is his code:
<?php
$site = 'http://www.lisareinhardtmakeupartist.co ... /gbook.php';
echo str_replace('src="/', 'src="' . $site, file_get_contents($site));
?>
This is the "new" guestbook page:
http://www.lisareinhardtmakeupartist.com/guestbook.php
As you can see all the formating/graphics/links aren't working
properly I guess because the css and images folder the php
guestbook is calling for needs to be moved in my server or it
has to be linked following the correct path...
I was wondering if someone would be kind enough to help me fix this
small issue and if so, how much your fee would be?
I am a illustrator/photoshop guy, I am not a programmer whatsoever
Thank you very much in advance!
Anderson//
andersondosantos20@gmail.com
03/12/10
Script name: GBook - PHP Guestbook
Current version: 1.7
Price: FREE
Short description:
*************************************/
First of all thank you very much for your great
guestbook script, let me show you:
http://www.lisareinhardtmakeupartist.co ... /gbook.php
since I wanted to keep the "look" of the website I decided
to use <iframes> to embed the php guestbook into a html page:
http://www.lisareinhardtmakeupartist.com/guestbook.html
However I am having a small problem: the Googlebot doesn't
like <iframes>, so i've been looking for a workaround and I
was able to get help from a php programmer who gave me this
code to include the guestbook into the page
This is his code:
<?php
$site = 'http://www.lisareinhardtmakeupartist.co ... /gbook.php';
echo str_replace('src="/', 'src="' . $site, file_get_contents($site));
?>
This is the "new" guestbook page:
http://www.lisareinhardtmakeupartist.com/guestbook.php
As you can see all the formating/graphics/links aren't working
properly I guess because the css and images folder the php
guestbook is calling for needs to be moved in my server or it
has to be linked following the correct path...
I was wondering if someone would be kind enough to help me fix this
small issue and if so, how much your fee would be?
I am a illustrator/photoshop guy, I am not a programmer whatsoever
Thank you very much in advance!
Anderson//
andersondosantos20@gmail.com
03/12/10