a trio of fun

liunx

Guest
I know this will be a cinch for some of you, but I'm just starting out so I'm stuumped. What I want to do is display my business logo on the far left and right of the page(.gifs), and then have the site logo(.jpeg) balance in the middle of them. Basically, having two corner images, ontop of a expanded black background with the site logo.<br />
I have tried using the DIV left-center-right command and I get nowhere, I have also tried various other tips I have surfed around for, but can't seem to nail it. Any help I get would be greatly appreciated. <br />
<br />
<!-- m --><a class="postlink" href="http://www.systemcrashes.com/test1.htm">http://www.systemcrashes.com/test1.htm</a><!-- m --> <br />
<br />
thats what I have so far, jus started in on it earlier today, so I think I'm doin ok ... maybe .. *shrugs<!--content-->nice try but try this. read the code and see what I have done.<br />
<br />
<br />
<table width="100%" cellspacing=0 border=0 bordercolor="#000000"><br />
<tr><br />
<td align="left" valign="top"><IMG src=http://www.htmlforums.com/archive/index.php/"logo.gif" alt="logo"></td><br />
<td align="center" valign="top" width="80%"><img src=http://www.htmlforums.com/archive/index.php/"syscrash1.jpg" alt="sys"></td><br />
<td align="right" valign="top"><IMG src=http://www.htmlforums.com/archive/index.php/"logo.gif" alt="log"></td><br />
</tr><br />
</table><br />
<br />
that should work for you.<!--content-->hey thanks scoutt, that did the trick.<!--content-->hey no problem. glad to help. just make sure you understand what I changed in your code to get the desired effect.<!--content-->yeah I see what you did differently than what I tried, time to slow it down and be patient with learning this I think.<!--content-->
 
Back
Top