 |

Dino
Novice
Apr 18, 2003, 2:17 PM
Post #1 of 6
(3430 views)
Shortcut
|
|
Placing an image in Nav Bar
|
Can't Post
|
|
How can I place a permanent image into the nav bar after the dynamic menu like this http://www.interactivetools.com/docs/docbuilder/ I would like it to always be after the last section. Here is my current page http://www.nicaso.com/pages/ I have tried several placements of code into the _doc_menu.html template. It always shows up after a subcategory. Thanks, Dino Netwerx Communications ------------------------------------------------ For complete Website Hosting & Design, Merchant Account Services, Ecommerce Solutions, Domain Name Registration & Website Promotion Visit www.netwerx.com ------------------------------------------------
|
|
|  |
 |

Benjamin
Staff

Apr 19, 2003, 10:14 AM
Post #2 of 6
(3419 views)
Shortcut
|
|
Re: [Dino] Placing an image in Nav Bar
[In reply to]
|
Can't Post
|
|
Hi Dino, Thanks for your post :-) Try this: Open up your _doc_menu.html file stored in your templates directory. What you'll need to do is add a new table row, containing your image. Find this code: <!-- /templatecell : menu_row --> </td></tr> After this, add the following (changed for your particular image): <tr> <td align="bottom"><img src="./name_of_image.gif"> </td> </tr> Try that & post me back! :-) Ben interactivetools.com
|
|
|  |
 |

Dino
Novice
Apr 19, 2003, 10:50 AM
Post #3 of 6
(3416 views)
Shortcut
|
|
Re: [Benjamin] Placing an image in Nav Bar
[In reply to]
|
Can't Post
|
|
Thanks Ben, worked like a charm http://www.nicaso.com/pages/ Maybe you can help with one more thing. When the nav bar opens up to a sub category, is there any way to line up the second line of the title so it doesn't go under the graphic? Great help in this forum, much appreciated. Dino Netwerx Communications ------------------------------------------------ For complete Website Hosting & Design, Merchant Account Services, Ecommerce Solutions, Domain Name Registration & Website Promotion Visit www.netwerx.com ------------------------------------------------
|
|
|  |
 |

Benjamin
Staff

Apr 20, 2003, 10:40 AM
Post #4 of 6
(3406 views)
Shortcut
|
|
Re: [Dino] Placing an image in Nav Bar
[In reply to]
|
Can't Post
|
|
Hi Dino, Glad that helped! :-) I don't quite follow your current problem - on your site, when I click, say, "Files" in the navbar, all the sub-pages show up, but the image remains at the bottom of the navbar. Did I misunderstand? Ben interactivetools.com
|
|
|  |
 |

Dino
Novice
Apr 21, 2003, 9:37 AM
Post #5 of 6
(3392 views)
Shortcut
|
|
Re: [Benjamin] Placing an image in Nav Bar
[In reply to]
|
Can't Post
|
|
Ben, that worked out perfect! I'll try to be more specific. When you click on the + sign beside "Files" the subcategory titles are shown. The first title is "The Little Gatsby: my next book". Do you see how the title itself does not lign up? The word "Gatsby" on the second line isn't in line with the word "The" on the first line. http://www.nicaso.com/pages/ Hope this makes sense. Dino Netwerx Communications ------------------------------------------------ For complete Website Hosting & Design, Merchant Account Services, Ecommerce Solutions, Domain Name Registration & Website Promotion Visit www.netwerx.com ------------------------------------------------
|
|
|  |
 |

Benjamin
Staff

Apr 22, 2003, 3:11 PM
Post #6 of 6
(3359 views)
Shortcut
|
|
Re: [Dino] Placing an image in Nav Bar
[In reply to]
|
Can't Post
|
|
Hi Dino, Sorry for the wait. It took some time working this one through! I didn't have all that much luck I'm afraid; when I modified the code to left-align it as you need, it overwrote the indentations, so each subgroup was no longer indented from the previous group... I noticed on your site you seem to be trying out a different look (it looks good!). Is this all moot now? Ben interactivetools.com
|
|
|  |
|