Text and image gif side by site in web page

Posted by Community Admin on 03-Aug-2018 20:45

Text and image gif side by site in web page

All Replies

Posted by Community Admin on 29-Jun-2010 00:00

Hi,
I am a newbie with Sitefinity. I had regular web pages and I would like to create a new web pages in Sitefinity, which are the same looks and feels as regular web pages, but I do not know how.

I had no problem with master page, which contain header and footer menu. 

But when I am using Generic Content control, I do not know how to use css style sheets for image and text together side-by-side.

Following is my web page.
 
Please help! If is there another the way?


Thanks,

Posted by Community Admin on 30-Jun-2010 00:00

Hello NK,

You could use some of the built-in tools of RadEditor as Apply CssClass which applies custom, predefined styles to the selected text. For instance you could create two classes

.picture
padding-left:20px;
padding-right:20px;
padding-top:40px;
 
.caption
color:White;
font-family:Verdana;
font-size:9px;
font-weight:normal;
margin-top:215px;

.picture will be applies to your image, .caption to the text under the image.

Another option is typing the div declaration manually in HTML mode and setting the css classes that will be picked up from your theme stylesheet.

Greetings,
Ivan Dimitrov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed