How do I?

dcoates

New Member
Messages
129
Reaction score
0
Points
0
Can anyone help!! I found a way to put it at the extreme top nd bottoms of the page but I don't think it looks good I would like to have it in the headder itself.
 

orthiac

New Member
Messages
30
Reaction score
0
Points
0
you need to add it around the:
HTML:
	<div id="header">
		<h1><img src="./styles/extremedarkred/imageset/logo.gif" alt="" title="" /></h1>
                <a href="http://stillphotomemory.x10hosting.com">Link to Still Photo Memories Portfolio</a>
	</div>
not sure which php page it's in... possibly index?
 

dcoates

New Member
Messages
129
Reaction score
0
Points
0
you need to add it around the:
HTML:
    <div id="header">
        <h1><img src="./styles/extremedarkred/imageset/logo.gif" alt="" title="" /></h1>
                <a href="http://stillphotomemory.x10hosting.com">Link to Still Photo Memories Portfolio</a>
    </div>

Ok I got it figured out thanks for the help
 
Last edited:
Top