| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Graphic Designer | Hi, can anyone help poor old me get a shoutbox added into a page, im trying to get this shoutbox code... http://www.johumour.com/fav.php added into this page http://www.johumour.com/test.php But when i do it messes up the right border on the design ( see below), i have been trying for hours and cant get it right. how it turns out when i try.... http://www.johumour.com/test2.php Help please, pulling my hair out lol. Thanks, David.
__________________ |
| |
| | #2 (permalink) |
| Senior Member | 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! |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |