Text and image gif side by site in web page
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,
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;