| Author |
Message |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Thu Dec 06, 2007 10:57 pm |
|
Most the time i ask and you know my questions so i have a couple.
First on the featured block it list the items and thumbs in a row
but i want them side by side can you please help me with the code to do so?
Also not sure if its my theme but does 2.7 have a copyright link on it be cause i don't see it on mine |
| |
|
|
 |
gotcha
Site Admin


Joined: Oct 25, 2004
Posts: 921
|
Posted:
Fri Dec 07, 2007 10:16 am |
|
Ok, you will need to basically open up the block file and set the LIMIT in the $sql statement to something like 4. Then find the opening <tr> and move it out of the loop. Put the <tr> after the table tag on this line...
| Code: |
$content = '<table width="100%" align="center">'; |
Then find the closing </tr> and move it out of the loop also, to this line, before the </table> tag...
| Code: |
$content .= "</table>"; |
Hope that helps.
No, 2.0.7 doesn't come with a copyright link, but a link to my site would be appreciated but is in no way required. |
| |
|
|
 |
STALKER

Joined: Mar 14, 2006
Posts: 31
Location: Ohio
|
Posted:
Fri Dec 07, 2007 12:57 pm |
|
Worked great and as always thanks for your help
i also placed a link back to your site |
| |
|
|
 |
|
|