![]() |
|
|
|
#1
|
||||
|
||||
|
Hello,
I was wondering how I could get round corners on the blocks for www.cms-gratuit.com. I think I could use a pic for left corner, one for the top, one for the right corner of the block and same at the bottom, but where should I include the code and what does it look like ? Table ? Thanks for your time.
__________________
Le guide francophone des CMS opensource php/mysql sur cms-gratuit.com | BLOG | Go listen the new album from Satch |
|
#2
|
|||
|
|||
|
you have to edit your "adv_portal_module_shell" template so that all your modules or at least most of them will have round corners. Here is a quick example of what the code could look like (very basic structure).
Code:
<table border="0" cellspacing="0" width="300" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0">
<tr>
<td width="17">
<img border="0" src="top_left_corner.gif" width="15" height="15"></td>
<td width="265"> </td>
<td width="18">
<img border="0" src="top_right_corner.gif" width="15" height="15"></td>
</tr>
<tr>
<td width="300" colspan="3"> </td>
</tr>
<tr>
<td width="17">
<img border="0" src="bottom_left_corner.gif" width="15" height="15"></td>
<td width="265"> </td>
<td width="18">
<img border="0" src="buttom_right_corner.gif" width="15" height="15"></td>
</tr>
</table>
|
|
#3
|
||||
|
||||
|
All right, I'll see what I can do with that. Thanks a lot for your answer Sean, it is much appreciated.
__________________
Le guide francophone des CMS opensource php/mysql sur cms-gratuit.com | BLOG | Go listen the new album from Satch |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I add blocks? | brandenf | Troubleshooting / "How do I..." Questions | 3 | 09-30-2005 03:57 PM |
| Add a border round a template? | Watson | Troubleshooting / "How do I..." Questions | 9 | 10-08-2004 11:15 PM |
| Forum Blocks | dave6901_2000 | Troubleshooting / "How do I..." Questions | 1 | 09-01-2004 01:24 AM |
| right blocks | griffin80 | Troubleshooting / "How do I..." Questions | 3 | 08-14-2004 04:47 AM |
| How do I add my own blocks...? | theMusicMan | Troubleshooting / "How do I..." Questions | 7 | 06-27-2004 04:51 PM |