![]() |
|
| |||||||
| Notices |
| Hyperlinking - Making it all come together Discussion and help related to linking your pages together with hyperlinks, standard navigation menubars, linking images, dynamic menus and Go menus. |
![]() |
| | Thread Tools |
|
#1
| |||
| |||
|
Hello, Im starting my website but im facing a problem. I planned my site like this: i want that some part of the layout (header,footer,menus,area for adds,etc) of the homepage to be always present in the other subpages. But my problem is, if i make a change in the homepage(pex: menu name or change a flash add, how can i reflect this changes automatically in the other pages. Thanks for the help. |
|
#2
| ||||
| ||||
| |
|
#3
| |||
| |||
|
Thank you very much for the information. It helped a lot. Now i reached to another problem. I created many html box's in my index page, working well (horizontal menu,images,etc) but i want to have another menu on the left side. Now, both menus dont work. I read the text from Naval but i couldnt do it. i did like this: 1) created page menu_lateral2.php with my BV menu bar positioned in the topmost left corner. 2) added the code snippets to the start of page menu_lateral2 ( <? function menu_lateral2() { ?> ) and end of page ( <? } ?> ) 3) changed it to publish as a php file and i can see the php file in my public_html folder. 4) placed an html box on a page called menu_lateral.php It is inside public_html too. 5) double clicked on the html box and place the call to the menu function in it making sure to copy/paste all code snippets. <?php include ("menu_lateral2.php"); menu_lateral2(); ?> 6) placed an html box on the index.php page 7 ) double clicked on the html box and place the call to the menu function in it making sure to copy/paste all code snippets. <?php include 'menu_lateral.php'; ?> 7) published my index.php again. When I go to my page the menu bar does not appear. Conclusion: I have HTML box inside HTML box. Is this possible? What am i doing wrong? |
|
#4
| |||
| |||
|
Can anyone help me please? My site is http://www.cres-ser.com/. Now i can have one menu bar, but one of the links from the last button of the menu bar is behind a video. I tryed to put it to front but nothing happened. And the other problem is that I want to add another menu bar into the black area on the left, but when i try to do that one of the menu bars (up or left) disappears. I can´t get them both at the same time doing as i said in previous post. Best regards |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |