View Full Version : free money*. [tables]
Can anyone give me a code where I can get a code to have the following in tables:
2 columns,
and left side is a place for text and right has a header, middle and footer bit so it can expand?
+rep [:
*- free money only applies to those who live in Tanzania.
Mr.OSH
23-03-2007, 08:05 PM
Can anyone give me a code where I can get a code to have the following in tables:
2 columns,
and left side is a place for text and right has a header, middle and footer bit so it can expand?
+rep [:
*- free money only applies to those who live in Tanzania.
I don't know if you mean....
<table width="882" height="291" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="294" rowspan="3"> </td>
<td width="361"> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
Anyway your screwed if someone lives in Tanzania :P
I'll try and explain myself better.
Left column is just for plain text.
Right column must have a header as an image and a repeating background image and then a footer as an image.
If that makes it better?
If they live in Tanzania - I'll give them money, policy.
Mr.OSH
23-03-2007, 08:11 PM
<table width="882" height="291" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="294" rowspan="3"> </td>
<td width="361"> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
That has one column empty down and beside it 3 columns each in which a header, footer etc could be placed... I still don't think I understand you. :P
Invent
23-03-2007, 08:11 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="3">text goes here</td>
<td><img src="headerimage" alt="header image" /></td>
</tr>
<tr>
<td style="background-image: url(backgroundimage);">background done using css ******</td>
</tr>
<tr>
<td><img src="footerimage" alt="footer image" /></td>
</tr>
</table>
</body>
</html>
That what you need? Im a bit confused [:
yes yes.
i just can't get the bg werkin.
donedidone.
ty both, +rep.
Mr.OSH
23-03-2007, 08:16 PM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="3">text goes here</td>
<td><img src="headerimage" alt="header image" /></td>
</tr>
<tr>
<td style="background-image: url(backgroundimage);">background done using css ******</td>
</tr>
<tr>
<td><img src="footerimage" alt="footer image" /></td>
</tr>
</table>
</body>
</html>
That what you need? Im a bit confused [:
I agree, I don't understand what you mean being honest. :s
EDIT - Sorry You have replied now :)
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.