Results 1 to 3 of 3

Thread: Integrating text into a page with Omnislide

  1. #1
    Join Date
    Jan 2008
    Posts
    40
    Thanks
    16
    Thanked 0 Times in 0 Posts

    Default Integrating text into a page with Omnislide

    I'm intending to use Omnislide as a navbar on my pages, but when I paste in the text for the balance of the page, I'm getting very surprising results. Omnislide still works perfectly, but I'm getting bad text on the screen.

    Here's my iteration of Omnislide all by itself.

    Here's the text page without Omnislide. Note that this page calls for New Times Roman and Verdana throughout. There's curled quotes, bullets for sectional breaks, and diacritical accents for some of the Pali language words.

    Finally, here's the two brought together. Something is interfering with the proper interpretation of text.

    Help with this much appreciated.
    Last edited by wanapitei; 01-27-2008 at 08:25 PM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    That has nothing to do with the script. You have used to different openings fo the text and the script with text pages. On the text only one you have (from the top):

    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta http-equiv="Content-Style-Type" content="text/css">
    followed by the title tag, and on the script with text page you have (from the top):

    HTML Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    followed by the title tag.

    Make the one with the script on it the same as the one which displays the text as desired.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2008
    Posts
    40
    Thanks
    16
    Thanked 0 Times in 0 Posts

    Default

    Problem solved. Replacing the top header did it, as shown. Not sure which elements were critical, but it works. Much thanks.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •