Web Header?

Temporary forum to obtain support for MODs/Styles while phpbb.com is down
Locked
G-GFLY
Registered User
Posts: 2
Joined: Tue Feb 10, 2009 8:56 pm

Web Header?

Post by G-GFLY »

Hello,

I'm trying to design my forum the same as my website (I normally pay someone to do this but rather do it myself for quickness). This is my website http://www.oovee.co.uk and this is my forum http://www.oovee.co.uk/community/index.php.

I have entered the code for the website header in the 'overal_header.html' file but having some alignment issues. Heres the code;

Code: Select all

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<div>
	<table cellpadding="0" cellspacing="0">
		<tbody>
		<tr>
			<td valign="top">
			<br />
			<img alt="Oovee Simlations | Web Design logo" src="http://www.oovee.co.uk/images/logos/Oovee_logo_hires.png" width="240" height="78" style="float: left" longdesc="Oovee Simlations | Web Design logo" /><br />
			</td>
			<td valign="baseline" colspan="2">
			<br />
			<br />
			<table>
				<tbody>
				<tr>
					<td class="style17">&nbsp;<span class="style19">Please 
					select the required service --></span>
					<a href="web/index.html">Web Design</a> |
					<a href="simulation/index.html">Simulation</a>&nbsp;&nbsp; </td>
				</tr>
			</tbody>
			</table>
			<a href="index.html">
			<img alt="" src="http://www.oovee.co.uk/images/buttons/home.png" width="117" height="47" class="style18" /></a><a href="community/"><img src="http://www.oovee.co.uk/images/buttons/services.png" width="117" height="47" class="style18" /></a><a href="company/"><img src="http://www.oovee.co.uk/images/buttons/company.png" width="117" height="47" class="style18" /></a><a href="products/"><img src="http://www.oovee.co.uk/images/buttons/portfolio.png" width="117" height="47" class="style18" /></a><a href="store/"><img src="http://www.oovee.co.uk/images/buttons/contacts.png" width="117" height="47" class="style18" /></a></td>
			<td style="height: 117px">&nbsp;</td>
			</tr>
		<tr>
			<td valign="top" colspan="3">
			<img alt="Oovee Simulation | Web Design Advertisement banner" src="http://www.oovee.co.uk/images/image_box/box.png" width="865" height="280" longdesc="Oovee Simulation | Web Design Advertisement banner" /></td>
			<td style="height: 294px">&nbsp;</td>
			</tr>
		<tr>
			<td valign="top" colspan="2">
			<br />
			<br />
			
I would appreciate it if someone could help me, thanks for your time.

G-GFLY
Registered User
Posts: 2
Joined: Tue Feb 10, 2009 8:56 pm

Re: Web Header?

Post by G-GFLY »

Before I added the header the forum was inlined perfectly with the background thanks to a snippet of code in the CSS file.

Locked