নথিপত্র

মানুষ থাকার চেষ্টা শিরোনাম পটভূমির রঙ পরিবর্তন করুন

আরে বলছি,
আমি বক্স webparts আউট জন্য মানুষ থাকার চেষ্টা শিরোনাম পটভূমির রঙ পরিবর্তন করার জন্য ব্যবসা থেকে প্রয়োজন আছে. তারপর আমি CSS এর উপর খুঁজছেন শুরু আমি মানুষ থাকার চেষ্টা শিরোনাম শৈলী অগ্রাহ্য করা, যা অনুসরণ সিএসএস ক্লাস পাওয়া.

.MS-WPHeader: TD
{
সীমানা নীচের:0px এর কঠিন # 4e7cb7;
সীমান্ত-পতন:পতন;
}

Change this class as per your requirement then you are done….

.MS-WPHeader: TD{
height:40px;
background-color: #0174DF;
font-size: larger;
font-weight: bold;
সীমানা নীচের:0px এর কঠিন # 4e7cb7;
সীমান্ত-পতন:পতন;
}

1 comment to How to Change the Background Color of WebPart Title

  • noreply@blogger.com (সৌরভ)

    Hi Uday…..

    I am adding webparts on my Page Programatically……so
    System.Web.UI.WebControls.WebParts.WebPart HelloWP = new Hello.HelloWebpart;
    HelloWP.Title = “My Webpart”;

    mgr.AddWebPart(HelloWP, “Left”, 0);
    (mgr is my WebpartManager)

    now how can i set the CSS to my webpart….???

একটি উত্তর ত্যাগ

আপনি ব্যবহার করতে পারেন এই HTML ট্যাগ

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>