View Single Post
Old 06-09-2005, 09:08 AM   #5 (permalink)
LEAD_WEIGHT
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
Re: BluePearl Wrap Style/Skin

I know about that is just the CMP 2.x seems to bugger it up.
When u wrap it everything should space out properly & the centre module should shrink but it does not do that and that is why I am going to make one without all the surrounding images.

Just going to see if it works, that all.


Oh, one more thing in the .xml file yours shows this code

PHP Code:
 ";s:6:"LINK_N";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#393F79";s:15:"text-decoration";s:4:"none";}s:6:"LINK_V";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#393F79";s:15:"text-decoration";s:4:"none";}s:6:"LINK_M";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#ffffff";s:15:"text-decoration";s:0:"";}}]]></template> 
If I change it to this will it goof up. 1px solid #212121 will be corrected

PHP Code:
border1px solid #212121;";s:6:"LINK_N";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#393F79";s:15:"text-decoration";s:0:"";}s:6:"LINK_V";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#393F79";s:15:"text-decoration";s:0:"";}s:6:"LINK_M";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#FFFFFF";s:15:"text-decoration";s:0:"";}}]]></template> 

Last edited by LEAD_WEIGHT; 06-09-2005 at 09:13 AM.
LEAD_WEIGHT is offline   Reply With Quote