Quantcast
Channel: C1 CMS Foundation - Open Source on .NET
Viewing all articles
Browse latest Browse all 2540

New Post: Instaling themes from Artisteer in to Composite4.0

$
0
0
Ruchic1 wrote:
How to create fixed sized box on the page?By inserting table of 1 row and 1 column i created a box and want to insert a picture in it but i want the table should be of fixed size and doesnt take the size of the picture.The table should be fixed as we can resize the pic .Can you please suggest something on this regard.
You can create a style class that does that and apply it to an element like div or p.

Something like this:
.fixed-box {
    width: 300px;
    height: 300px;
    border: 1px solid black;
    float: left;
}
To have it handy, you can add it to the Class Selector of your Visual Editor as described here: http://docs.composite.net/Console/CustomizingVisualEditor/ClassSelector

Viewing all articles
Browse latest Browse all 2540

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>