Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > Hyperlinking - Making it all come together

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.

Reply
 
Thread Tools
  #1  
Old 11-07-2009, 06:37 PM
Corporal
 
Join Date: Nov 2009
Location: Portugal
Posts: 10
Default Help for updating subpages

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 11-07-2009, 07:15 PM
davidundalicia's Avatar
General & Forum Moderator
 
Join Date: Mar 2006
Location: Mallorca, Spain
Posts: 6,437
Default Re: Help for updating subpages

This post should help you to achieve the above............
or
see step by step here also
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 11-09-2009, 09:02 PM
Corporal
 
Join Date: Nov 2009
Location: Portugal
Posts: 10
Default Re: Help for updating subpages

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 11-10-2009, 12:10 AM
Corporal
 
Join Date: Nov 2009
Location: Portugal
Posts: 10
Default Re: Help for updating subpages

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT +1. The time now is 12:30 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2005-2009 VodaHost Web Hosting Your Perfect Web Host - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203