Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28
  1. #11
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    Default Re: Can the header include an HTML table?

    Ok, i fixed the problem.
    Now i just need to move it up on the page.

    Thanks for the help, Mike!

    The spacial ralationships have been the most challenging for me, figuring out what part of the code changes what element.

    But i'll give it go.

    Thanks a million...

  2. #12
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    Default Re: Can the header include an HTML table?

    yikes, i can't figure our how to move the table up. Looked in the CSS and the tlp files, but the margins are all set to 0.

    any idea what i'm doing wrong?

    thanks in advance,
    alice

  3. #13
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Can the header include an HTML table?

    ok lets see what we get with this.....find this in the tpl_header.php...its a couple of lines above we you inserted the table code
    Code:
    <br class="clearBoth" />
    </div>
    <!--eof-navigation display-->
    now move all of the table code up so it looks like this:
    Code:
    <br class="clearBoth" />
    <table>
          table code here
    </table>
    </div>
    <!--eof-navigation display-->
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  4. #14
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    Default Re: Can the header include an HTML table?

    strange, but that didn't fix it.

    could it be something else in there or in another php page...?

    (i've attached my tlp_header file as a .txt file in case you need to see it.)
    Attached Files Attached Files

  5. #15
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Can the header include an HTML table?

    now we need to adjust a margin.....in your stylesheet you'll find headerWrapper...make it look like this:
    Code:
    #headerWrapper{margin-top:-220px;}
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  6. #16
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    Default Re: Can the header include an HTML table?

    Brilliant! Thanks so very much.

    It's *so* much easier when someone just gives you the code and where to put it!
    My head's spinning from the ZC file system and all the same-name files in various places. And i thought Flash was complex!

    Many thanks, Mike. You saved the day!

    Cheers,
    Alice

  7. #17
    Join Date
    Apr 2004
    Location
    Montreal
    Posts
    755
    Plugin Contributions
    1

    Default Re: Can the header include an HTML table?

    LOL, I know what you feel like. Mine's been on a spin since I did the first install.

    But, everyonce in a while it stops and you see the light...
    IntelCos

  8. #18
    Join Date
    Apr 2006
    Location
    West Salem, IL
    Posts
    2,888
    Plugin Contributions
    0

    Default Re: Can the header include an HTML table?

    Huh what did you break.....it was looking good then I went back and its all screwed up
    Mike
    AEIIA - Zen Cart Certified & PCI Compliant Hosting
    The Zen Cart Forum...Better than a monitor covered with post-it notes!

  9. #19
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    Default Re: Can the header include an HTML table?

    Ugh, i have no idea...
    I didn't change a thing.
    I didn't work on it all day yesterday and this morning... GONE!
    Hmmm, any ideas?







    Quote Originally Posted by barco57 View Post
    Huh what did you break.....it was looking good then I went back and its all screwed up

  10. #20
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    Default Disappearing act...

    k, you can load it if you use this link:

    http://www.musecards.com/ws/index.php?main_page=

    But NOT if you use this:

    http://www.musecards.com/ws

    i can't begin to figure out what went wrong or what i did.

    but i guess my main concern (aka: obssession) is with creating the body in a table (4 boxes for the "Features" products.)

    Oh, and also changing the font size on the inside pages from gargantuan to normal!

    i'll take any tips you'll have to share!

    thanks for all your help.
    i'd be in a padded room with out it...


    alice in zen-land



    Quote Originally Posted by barco57 View Post
    Huh what did you break.....it was looking good then I went back and its all screwed up

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. How can I include a php file in the header section?
    By Andy_R in forum General Questions
    Replies: 3
    Last Post: 11 Sep 2009, 05:50 PM
  2. Can I add an HTML image map into the header?
    By touchclothing in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 Jun 2009, 10:24 PM
  3. HTML include in header
    By skylab001 in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 1 Apr 2008, 08:17 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