|
| Web Hosting Deals | Holiday Logo Design | Webcam Chat | Website Header Templates | Register domain | Search Engine Optimisation | Web Hosting |
|
|||||||
| Programming / Scripting / Coding Got a question about : PHP / Perl / Java / JavaScript / CGI Scripts / JavaScript coding. Ask here! We'll get you the answers ! |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
||||
|
Problem.
I am mid way through creating a news system for my website...
My problem is with HTML reapeating images.. Its better if i show you the current website Here Now if you look at the top & bottom the image (top_center.gif) it repeats way to many times i want it just to repeat horisontaly rather than repeating through out the entire table.. Hope i made myself clear.. Here is an example of what i would like it to look like in the end.. ![]() I guess i would have to do it with cascade, but i have been up for too long now, and just can't think straight.. If someone could be a champ and slap me down some code, it would be massively apritiated. See the tirdness destroys my spelling.. Cheers Base (EDIT: Added source code) Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15"><div align="left"><img src="images/left_content_upper.gif" width="15" height="67" /></div></td>
<td background="images/top_center.gif" height="8"> </td>
<td width="15"><div align="right"><img src="images/Right_content_Upper.gif" width="15" height="67" /></div></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <p>[[subject]] - [[date]]</p>
<p> [[body]]</p>
<p align="right">Posted by: [[poster]]</p></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15"><div align="left"><img src="images/left_content_lower.gif" width="15" height="67" /></div></td>
<td background="images/top_center.gif" height="8"> </td>
<td width="15"><div align="right"><img src="images/right_content_lower.gif" width="15" height="67" /></div></td>
</tr>
</table></td>
</tr>
</table>
Last edited by Base; 03-15-2007 at 04:15 AM. Reason: Added source code. |
|
||||
|
Can anyone shed any light on the issue?
Base
__________________
http://www.pointserv.co.uk/gfx/deal_..._pointserv.png PointServ.co.uk - One of the UK's cheapest webhosting companies. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|