| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Graphic Designer Join Date: Jul 2005 Location: Scotland
Posts: 221
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | |
| |
| | #2 (permalink) |
| Senior Member Join Date: Jul 2005 Location: NJ
Posts: 1,219
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | for this page only, it seems that you're gonna need to recode some stuff. the problematic code looks like: <td width="35" rowspan="6" background="images/right.jpg"><img border="0" src="images/right.jpg" width="35" height="23"></td> i think you should make a class for that and assign it so that it has a repeat y rather than a double repeat. something like this: td.right{background:url('img/right.jpg'); background-repeat:repeat-y;} someone check my css, not my strong point. oh and your html should now say this: <td width="35" rowspan="6" class="right"><img border="0" src="images/right.jpg" width="35" height="23"></td>
__________________ Hacksar.com - Your source for random computer tips and tricks! MySiteMemberships.com - Keep track of your site registration information! Like my post? Rep is appreciated! |
| |