Author |
Topic |
|
sheimdal
Starting Member
14 Posts |
Posted - 26 September 2004 : 01:04:01
|
Hi All,
We're using the latest version of the Site Integration MOD on our website. Here is the link to our website so that you can see the layout we're using;
http://www.rsoperations.com
Using the MOD we have integrated the header and footer but the right and left html code is not correct and we cannot figure out what we're doing wrong. Here is the link to the forum;
http://www.rsoperations.com/forums/default.asp
Here is the code for each include page;
LEFT:
<table border="0" cellpadding="0" cellspacing="0" width="16" height="100%"> <tr> <td width="15" background="../images/l5sp1bk.gif" height="100%" valign="top"> </td> </tr> </table>
RIGHT:
<table border="0" cellpadding="0" cellspacing="0" width="15" height="100%" align="right"> <tr> <td width="15" background="../images/l5sp3bk.gif" height="100%" valign="top"> </td> </tr> </table>
Hopefully, it's something really simple that we're overlooking.
|
Edited by - ruirib on 26 September 2004 09:37:43 |
|
laser
Advanced Member
Australia
3859 Posts |
Posted - 26 September 2004 : 03:32:57
|
Try putting a between <td> and </td> and see what happens. |
Edited by - laser on 26 September 2004 03:33:41 |
|
|
sheimdal
Starting Member
14 Posts |
Posted - 26 September 2004 : 09:32:14
|
That code is actually there, the forum isn't showing it in the example above;
Here is the code again;
LEFT:
<table border="0" cellpadding="0" cellspacing="0" width="16" height="100%"> <tr> <td width="15" background="../images/l5sp1bk.gif" height="100%" valign="top"> </td> </tr> </table>
Right:
<table border="0" cellpadding="0" cellspacing="0" width="15" height="100%" align="right"> <tr> <td width="15" background="../images/l5sp3bk.gif" height="100%" valign="top"> </td> </tr> </table>
We appreicate your assistance!
|
|
|
Jezmeister
Senior Member
United Kingdom
1141 Posts |
Posted - 26 September 2004 : 11:01:26
|
tip: put [u ][/u ] in the middle of to make it show (without the spaces)
anyway, it appears to be working - a little off on the right side but otherwise fine for me, what exactly is the problem? |
Edited by - Jezmeister on 26 September 2004 11:03:38 |
|
|
sheimdal
Starting Member
14 Posts |
Posted - 26 September 2004 : 12:20:04
|
Hi All,
We just about completed the configuration fo the Site Integration MOD, thanks to information in another post, but we still have a couple of small problems we're trying to resolve. A couple of our pages, FAQ and Members are displaying perfectly, check it out here;
http://www.rsoperations.com/forums/faq.asp
However, the rest of the pages have problems with the width, like this one;
http://www.rsoperations.com/forums/default.asp
I imagine we're overlooking something simple, but we just can't spot it.
Thanks in advance! |
|
|
|
Topic |
|