Layers .........Header Logo

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • russgri

    Layers .........Header Logo

    I am attempting to code layers into a page at the top and<br>
    laying over and obscuring another layer...note
    zorder...(z-index css)<br>
    This code entered in text editor: <br>
    Code:
     
    INSERT INTO es_layers (id, _left, top, width, height, align, <br>
    valign, zorder, bgcolor, padding, style, content, page_id,<br>
     title, site_key,<br>
     anchor, img_thumb, img_thumb_path,<br> img_large,img_large_path,<br>
     img_anchor, img_link) VALUES 
    (4, 0, 0, 100, 75, 'center', 'top', 100, '', 0, 'normal',<br>
     '<img src="images/world.gif" width="623" height="75" alt="" <br>
    border="0" ', 0, '', 'default', '', '', '', '', '', '', ''); <br>
    This app is installed in public_html and world.gif ...<br>
    a logo... resides in /public_html/images directory. <br>
    Any help with syntax is appreciated
    sorry I had to put in linebreaks..
    Last edited by Guest; 10-14-2004, 11:41 AM.
  • waltonics
    Junior Member
    • Nov 2004
    • 28

    #2
    hey russgri,

    this is not a help, but is there any reason why you really need that code to be in a db?

    If the db is giving you grief still, have you tried to write your SQL statement more like:

    INSERT INTO es_layers(id='1', index='2')

    etc etc etc...

    may just be a bit easier to keep track of... Also, you can test out the statement piece by piece until you find the actual bit causing harm.

    Comment

    • russgri

      #3
      My conclusions exactly,
      This was a tryout of EasySite by darrengates.com

      finally got it to work. it was beta...now released

      The latest version is great.

      Comment

      Working...