Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Location
    Delhi
    Posts
    6
    Plugin Contributions
    0

    Default Blank line at top of source

    Theres a blank line before this line
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    in the source of the page (when i do view source)

    I tried to locate the origin of this blank line because its giving me an XML parse error (since the line <?xml version="1.0" encoding="iso-8859-1"?> becomes the second line)

    I have managed to zero it to autoload_func.php ... but i am unable to find where exactly the blank line is being produced.

    The site is www.rareindianart.com

    Could some one please address this issue. I am unable to load the RSS feed contrib because of this problem.

    Thanx in advance

  2. #2
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4
    Plugin Contributions
    0

    Default Re: Blank line at top of source

    Hi,

    It seems you have fixed this error, I am currently experiencing the same error, can you remember what you did to fix it?

    Thanks

  3. #3
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4
    Plugin Contributions
    0

    Default Re: Blank line at top of source

    The line was appearing after:

    /includes/templates/[YOUR-TEMPLATE]/rss_feed/html_header.php

    and before:

    /includes/templates/[YOUR-TEMPLATE]/rss_feed/tpl_main_page.php


    So I moved:

    Code:
    $rss->rss_feed_out();
    from /includes/templates/[YOUR-TEMPLATE]/rss_feed/tpl_main_page.php to /includes/templates/[YOUR-TEMPLATE]/rss_feed/html_header.php

    This 'fixed' the problem...

 

 

Similar Threads

  1. Source code didn't change the page source
    By wilson_li in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Sep 2011, 02:33 PM
  2. Replies: 8
    Last Post: 20 May 2011, 09:34 PM
  3. How to remove the whit line and orange line on top of the header image?
    By libralion in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Mar 2009, 01:22 PM
  4. Adding a blank line, or Text line only
    By drhiii in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Nov 2008, 10:46 PM
  5. Line on top of my links?
    By dante2010 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 26 Jun 2006, 04:30 AM

Posting Permissions

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