vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 06-25-2005, 09:14 AM
Morwyn's Avatar
Morwyn Morwyn is offline
Evil Mummy
 
Join Date: Nov 2004
Posts: 64
Question round corners on blocks ?

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
Reply With Quote
  #2  
Old 06-25-2005, 02:34 PM
sean sean is offline
Senior Member
 
Join Date: Apr 2004
Posts: 223
Default Re: round corners on blocks ?

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">&nbsp;</td>
    <td width="18">
    <img border="0" src="top_right_corner.gif" width="15" height="15"></td>
  </tr>
  <tr>
    <td width="300" colspan="3">&nbsp;</td>
  </tr>
  <tr>
    <td width="17">
    <img border="0" src="bottom_left_corner.gif" width="15" height="15"></td>
    <td width="265">&nbsp;</td>
    <td width="18">
    <img border="0" src="buttom_right_corner.gif" width="15" height="15"></td>
  </tr>
</table>
hope this helps.
Reply With Quote
  #3  
Old 06-25-2005, 04:40 PM
Morwyn's Avatar
Morwyn Morwyn is offline
Evil Mummy
 
Join Date: Nov 2004
Posts: 64
Default Re: round corners on blocks ?

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
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -4. The time now is 10:25 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.