Quote:
Originally Posted by mccollin
Nice style... love the clean lines. One suggestion is that you get rid of those little html icons on your widgets. You need to comment out the code for them in the vbcms_widget_static_page template.
--------------- Added [DATE]1294347164[/DATE] at [TIME]1294347164[/TIME] ---------------
How did you do the widgets with no border around them like the other widgets?
|
Thanks for the feedback. I really haven't had many forum people review my site ... and you know the members hate changes, so I can't ask them!
I had thought about commenting out those silly icons from the widget headers and hadn't gotten to it. I just did it and it looks great. (I centered the header, too - looks much better IMO).
The widgets without borders: just make a new template, call it vbcms_widget_static_noformat, and add:
HTML Code:
<br />
<div align="center">
{vb:raw static_html}
</div>
<br />
And then when you create a new widget, just make sure you change the template name to the one you created.