Change that code to:
Code:
[COLOR=#000080]<div id="header">[/COLOR]
[COLOR=#000080]<p class=[COLOR=#0000ff]"style1 style2"[/COLOR]>[/COLOR]This webpage has been created in the hope that I can share some of my developing amateur photography through the world and also track the development in my skills.[COLOR=#000080]</p>[/COLOR]
[COLOR=#000080]<p class=[COLOR=#0000ff]"style1"[/COLOR]>[/COLOR]Its also a mini project of mine, with having never created a website or taken a decent picture in my life i thought this would be a good learning curve and also give me something to do during my spare time. [COLOR=#000080]</p>[/COLOR]
[COLOR=#000080]<p class=[COLOR=#0000ff]"style1"[/COLOR]>[/COLOR]All the images on this site were taken by me, unless stated otherwise. I don[B][I]’[/I][/B]t not mind other people using my images as long as they ask permission and cite them appropriately.[COLOR=#000080]</p>[/COLOR]
[COLOR=#000080]<p class=[COLOR=#0000ff]"style1"[/COLOR]>[/COLOR]Now... When I figure out how to add a comment box to my images I would appreciate it if you left me comments and criticism to help me improve my skills.[COLOR=#000080]</p>[/COLOR]
[COLOR=#000080]<p class=[COLOR=#0000ff]"style1"[/COLOR]>[/COLOR]If anyone wishes to contact me for any reason, please use the [B][I]“[/I][/B]contact me[B][I]”[/I][/B] page.[COLOR=#000080]</p>[/COLOR]
[COLOR=#000080]<p class=[COLOR=#0000ff]"style1"[/COLOR]>[/COLOR]Thank you, [COLOR=#000080]</p>[/COLOR]
[COLOR=#000080]<p class=[COLOR=#0000ff]"style1"[/COLOR]>[/COLOR]Luke :) [COLOR=#000080]</p>[/COLOR]
[COLOR=#000080]</div>[/COLOR]
[COLOR=#000080]</body>[/COLOR]
[COLOR=#000080]</html>[/COLOR]
(Only line 1 has changed)
Change 'header' to what ever you want to call the table, but make sure you change it on both pages.
Have you got a .css sheet? something like style.css.
Open it, and add this line:
Code:
#header {height:100px; width:50%;}
You could add more options like background colour / border width etc = background: url(images/image.jpg); margin:0 1px 1px 1px;
That should work, please check and let me know
P.s, using DIV tags is the best way, so you've made a good start using them instead of tables