Help - Search - Members - Calendar
Full Version: Help with implementing an image.
Invision Power Services > Community Forums > Community Web Design and Coding
JohnK
http://forum.bmw5.co.uk

The top box that has Administrator information in etc. I would like to add the following image into the box:



So that is appears LIKE THIS

The coding for the current box is:

CODE
<div class="tableborder">
<div  class='maintitle' align='left'>.::  Welcome to the 5 Series Owners Board  ::.</div>
<table width="100%"  border="0" cellspacing="1"  cellpadding="4">
<tr>
<td  class="row4"  align="center"><img src='http://67.18.37.16/419/74/upload/p461795.gif'  border='0' alt='' /></td>
<td  class="row2" width="45%">Welcome to the forum. Like what you see? Then click on “register” to become a member!<img  src="http://67.18.37.15/html/emoticons/biggrin.gif"><br  /> <br>

<a  href="http://forum.bmw5.co.uk/index.php?act=Search&CODE=getnew">View  New Posts</a> | <a  href="http://forum.bmw5.co.uk/index.php?act=Search&CODE=getactive">Today's  active topics</a><br />





<br />



</td>



<td  class="row4" width="55%">
<center><a  href="http://forum.bmw5.co.uk”>Home</a> | <a  href="http://forum.bmw5.co.uk/index.php?act=site">Portal</a> | <a href="http://forum/bmw5.co.uk/index.php?act=boardrules">Shout  Box</a> | <a  href="http://forum.bmw5.co.uk/index.php?act=UserCP&CODE=00">User  CP</a> | <a  href="http://forum.bmw5.co.uk/index.php?act=Search&CODE=getnew">View  New Post</a></center>
<center><b>Quick  News:</b></center>
<marquee><b></b></marquee>
<center><b>Administrators:</b> <b><font color=red>JohnK</b></font color></center>

<Center><b>Junior Admins:</b> <b><font color=green>Fellie, 525-Sport</b></font color></center>

<center><b>Moderators:</b> <b><font color=blue>Jimmy</b></font volor>  </center>
<center><b><a  href='http://forum.bmw5.co.uk/index.php?&act=stats'>Forum  Statistics</a></b></center>
</td>
</tr>
</table>
</div>
<br  />


So far when I have tried implementing it, all I am getting is the left box (including the welcome message) extending down the full side of the page and i'm a bit stuck now sad.gif

Can anybody edit the above code to implement the image in as shown in the screenshot?

Many thanks

JK
JohnK
Been having another play and still can't get it sorted sad.gif Anybody any ideas?
.Jack
tidy up your code and post again so I can get a good look at it,,, tongue.gif
JohnK
What's wrong with the code? ermm.gif
steve777
not sure but could try following:
QUOTE
<table width="100%" border="0" cellspacing="1" cellpadding="4">
<tr>
<td class="row4" align="center"><img src='http://67.18.37.16/419/74/upload/p461795.gif' border='0' alt='' /></td>
<td class="row2" width="45%">Welcome to the forum. Like what you see? Then click on “register” to become a member!<img src="http://67.18.37.15/html/emoticons/biggrin.gif"> <br /> <br>

<a href="http://forum.bmw5.co.uk/index.php?act=Search&CODE=getnew">View New Posts</a> | <a href="http://forum.bmw5.co.uk/index.php?act=Search&CODE=getactive">Today's active topics</a><br />
<br />
</td>

<td> add the image here</td>

<td class="row4" width="55%">
<center><a href="http://forum.bmw5.co.uk”>Home</a> | <a href="http://forum.bmw5.co.uk/index.php?act=site">Portal</a> | <a href="http://forum/bmw5.co.uk/index.php?act=boardrules">Shout Box</a> | <a href="http://forum.bmw5.co.uk/index.php?act=UserCP&CODE=00">User CP</a> | <a href="http://forum.bmw5.co.uk/index.php?act=Search&CODE=getnew">View New Post</a></center>
<center><b>Quick News:</b></center>
<marquee><b></b></marquee>
<center><b>Administrators:</b> <b><font color=red>JohnK</b></font color></center>

<Center><b>Junior Admins:</b> <b><font color=green>Fellie, 525-Sport</b></font color></center>

<center><b>Moderators:</b> <b><font color=blue>Jimmy</b></font volor> </center>
<center><b><a href='http://forum.bmw5.co.uk/index.php?&act=stats'>Forum Statistics</a></b></center>
</td>
</tr>
</table>

might need to alter your widths for the td tags as they equal 100% already
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.