1
jimbofoxman
What's my best bet for importing HTML Pages like these?

hhttp://planesnsuch.com/mymodels.html

What is the best option? I tried cutting and pasting the html content into SMARTSECTION (includes KOVIEditor). It works fine until it deals with tables and then I find it less that useful.

Any other module that would work? It was nice when I copied and pasted that it copied the image links so I didn't have to do those all over. If I imported them into CONTENT or TINYD then the images do not work.

Any suggestions? This is about the only thing holding me up on my site revamp.

2
JMorris
Re: Whats my best bet for importing HTML Pages like these?
  • 2005/7/23 20:28

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


Either download MyPage content wrapper HERE, or manually wrap the content with the appropriate code below:

Paste at the beginning your file
include("mainfile.php");
include(
"header.php");
$xoopsOption['show_rblock'] = 1//0 for no right block
?>

Paste at the end of your file
include("footer.php");
?>


You will most likely need to change the paths of the included files from relative to static, i.e.:

From
include("mainfile.php");

To
include("http://yoursite.com/mainfile.php");


Hope this helps.

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

3
Lance_
Re: Whats my best bet for importing HTML Pages like these?
  • 2005/7/23 20:44

  • Lance_

  • Home away from home

  • Posts: 983

  • Since: 2004/1/12


You can usually import html pages in some of the content modules. I know you can do it with TinyD, my personal favorite module to add html pages to a site, you can import existing and also write your own html pages.

Cheers.
GDL-Web.com :: Website development.
Xoopslance.com::Freelancing and Projects
thelionsden-arena.net:: Clan/League/Ladder Hosting

Login

Who's Online

296 user(s) are online (125 user(s) are browsing Support Forums)


Members: 0


Guests: 296


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Nov 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits