Hi
Can anyone help with this.

I got webpage and forum "phpbb3" and i am trying to integrate or "wrap" my layout around the forum, i know i have to edit overall_header and footer of phpbb3, but not sure how to start.

thx

In the overall_header file, make a new line below the following line with the <body> tag. In this line, type:

echo "html code in here";

Now where it says html code in here replace with all of the html you want in the header of every page. Remember you must keep the quotation marks there and do not use double quotation (") marks in any of your html code. Instead use the single quotation (') marks. Just let me know if you need more info.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.