![]() |
|
| |||||||
| Notices |
| Start your own community forum Discussions & Articles about how to create, promote and benefit from having your own community forum. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
| I know copy and paste is what you suppose to do. I thought it must have an easier way to do this. What about header and footer? Anyone? Cheeseeist! Cyber
__________________ Cheeseeeist! Cyber Last edited by Cyber; 06-05-2008 at 04:04 AM. Reason: check to see if its understandable for regular Joe :) |
|
#2
| ||||
| ||||
| Whats the question.???
__________________ From Chris, www.collectors-info.com View sites in FF & IE, with res @ 1024 x 768 on 19” screens. How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips |
|
#4
| ||||
| ||||
| Do you mean for a BV-created website, or for a Forum (because this was posted in the "Forums" forum)??? If you mean for your BV-created website, it is as simple as creating a generic "page" and saving it as a template, so you can use it over and over again --- simply by laying items and elements on top of it and Saving it as another page, you are effectively *******ting identical pages which will not show movement when you transition from page to page. The other eassy way is to use the CLONE button in BV. Depending on whether or not how much stuff you carry over via Clone, you may have to strip some before re-building the new page to your desire. Now....IF you are referring to a Forum or other type of foundation, let us know which specifically, as they all have different sets of detailed instructions.... |
|
#5
| ||||
| ||||
| Hi, if it is a BV page we are talking about? This post may help.
__________________ From Chris, www.collectors-info.com View sites in FF & IE, with res @ 1024 x 768 on 19” screens. How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips |
|
#6
| ||||
| ||||
| Huh? I dont get it :) I guess, BV.......what's the difference between Blue Voda and a forum? I am trying to attach a copyright and a logo on top on all the page of my site instead of copying it and then pasting it. Thanks bunch nice people :)
__________________ Cheeseeeist! Cyber |
|
#7
| ||||
| ||||
| Huh? I don't get it :) referrers to where you post this thread (Under start your own community forum) It can be miss leading when posts are under certain headings. But as said on the last posts, you can save the page as a template or clone an existing page. Or set the site up as a .php style as per link in my post.
__________________ From Chris, www.collectors-info.com View sites in FF & IE, with res @ 1024 x 768 on 19” screens. How to ask for help on the forum. - VH prices. - BV Tutorials. - Using PIXresizer - Image/Photo Tips |
|
#8
| ||||
| ||||
| Thanks you're so kind. I understand your point in regards to misleading some folks. Yes, it is on the forum since I didn't see anything on the forum what I am looking for{which is the header and the footer}. I thought I should start one but ok so sorry :(
__________________ Cheeseeeist! Cyber |
|
#9
| ||||
| ||||
| Ok I have your solution goto your header.php or footer.php. As you see there is alot of php like Code: include 'random.php'; 1. Make a new .php file named lets say... logo.php 2. Put your code in it can be either HTML or PhP for eg: Code: <html> <head> </head> <body> Bla bla bla <img src="http://www.vodahost.com/vodatalk/vb3bluesaint/misc/logo.gif" > </body> </html> 3. Goto your header.php or footer.php and add this code close to the top. Code: include 'logo.php'; Code: <?php ?> And thats all to it you can see my example here. Donclurd! Good luck with it :D |