Sure Chris,
Here is an example page:
http://creative-living.com/data/index.php?option=com_content&task=view&id=43&Itemid=48
Originally I just used the page system and a "read more" button as an easier fix than using the code fix on the old board, but now I regret not grabbing that code!
This may be key... in TemplateSource.php I see this code:
| Code: |
body {
background: transparent url(/templates/getTemplate(); ?>/images/content-shadow.jpg) no-repeat 50% 0;
}
body {
background: transparent url(/templates/getTemplate(); ?>/images/no-shadow.png) repeat-y 50% 0;
}
|
That image can't be repeated and look good, right? So maybe an
image like this can be repeated after that one somehow, or behind it? It's 1 pixel tall from the bottom of the content-shadow.jpg