Hi, Further to my earlier post [number 49], i have been making a little progress in changing the display of specials in particular - see here: http://www.appliancesfirst.co.uk/index.php
I have been playing with a random text generator to change the box headings such that they do not all say "Special Offers.." I have the code stored in a function folder and it works independantly, but can't get it to display in the site.
All I am trying to do is replace Special Offers... with [FONT=verdana]$random_text[$random];[/FONT]
'<table class="specialsBorder" cellpadding="1" cellspacing="0" border="0" width="100%" >
<tr><td height="26" bgcolor="#FF0000" ><h2 class="specialsHeading">
Special Offers...
</h2></td></tr><tr class="specialsStyle"><td valign="top" align="center">
Is there any Zen reason why I can't do this, or is it purely down to my lack of php skills :)
Crazy
Ah, suddenly it all works out, i now have the headings changing 'though not as i wanted. All headings now read the same, but change together when the page refreshes.
Back to the drawingboard!


Reply With Quote
