added table/changed wrapper files & nav bar will not sho

cersa
cersa's picture

Joined: 2003-01-12
Posts: 11
Posted: Fri, 2004-04-23 16:13

I read the tutorials and changed wrapper files and tables and stuff look great. I used xara to create my nav bar and I just can not get it work... its just an x.
http://www.totallyangel.com/gallery/

When I take out the script and add just text, it shows and works just fine and dandy. But when I try to add the script I get a red x.

I suspect it is xara... maybe someone has an idea?? instead of including the script into tables.. maybe there is another way? I tried frames and include page, but I couldn't figure it out.

If you go to my site http://www.totallyangel.com you can see my nav bar. and I am just wanting my gallery and forum to have the bar too. to make things flow better... you know? :D

any ideas would be super cool!!!
thanks,
Angel

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25957
Posted: Fri, 2004-04-23 16:38

cersa,
Just looking at the source you need to put the full url to the images and the script as well.
<img src="symbols/home_party.gif" does not exsist in the gallery directory. but http://www.totallyangel.com/symbols/home_party.gif does so you need to add that first. Then I don't know how the script works but you might need to add the full URL to the source and document.writes

Dave

 
cersa
cersa's picture

Joined: 2003-01-12
Posts: 11
Posted: Fri, 2004-04-23 18:18

Hey floridave!
Thanks for the quick responce! I did put it in gallery dir and I was able to see the "home_party.gif" but not the script still. But I was thinking, if I do get the script to work, I would have to change and update that nav bar everytime I make a change to the original nav bar...? MaybeI need to continue to figure out how to include my "include.html" page so my navagation can be easily changed and updated...
I tried to include my "include.html" page and it didn't work, I took out the script and just had text in my "include.html" page and that worked. but damn... I can't figure out how to make it work with the script in there!!! humm.. well I have to go to work now, will try later.

Any additional information that you or anyone thinks may help me, please don't hesitate to let me know!!

thanks
Angel

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25957
Posted: Fri, 2004-04-23 20:53

Angle,
If you change the navigation structure of your site then you will have to change the script. YOu would have to do that anyway without Gallery.
What is the contents of your include.html and how did you call it in your wrap/header file?
Post it we will have a look at why it does not work.
How are you calling the file in wrapper.header?

Dave

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25957
Posted: Fri, 2004-04-23 21:12

Angle,
just viewed your include.html....
all you need is;

<table width="80%" border="0" align="center">
  <tr>
    <td width="700" height="25" align="left" valign="middle" bgcolor="#000000"><div align="left"></div>
      <p align="justify">
        <script webstyle4>document.write('<scr'+'ipt src="xaramenu.js">'+'</scr'+'ipt>');document.write('<scr'+'ipt src="symbols/symbol.js">'+'</scr'+'ipt>');/*img src="symbols/symbol.gif" moduleid="symbols (Project)\symbol_off.xws"*/</script>
<img src="symbols/home_party.gif" editor="Webstyle4" moduleid="symbols (Project)\home_party.xws" border="0">    <div align="left"></div></td></tr>
</table>

you dont need the body or head tags.
and in the css of gallery add the css stuff that you have.
Then add the full URLs to the src of the JS and img tags. I don't know what the .xws and moduleid is though.

Then you should be able to include it in you gallery header file.

Dave