Answered by:
how to change the layout of the blog or create custom blog in visual studio for sharepoint 2007

Question
-
i want to change the layout of the blog display in the following layout of display
<TABLE border=0 rules=none cellspacing=0 cellpadding=2>
<TR vAlign=top>
<TD height=95 rowspan=2 width=95 align=middle><A href="<SOURCE URL>" target=”_blank”><IMG border=0 src="<PICTURE URL>"></A></TD>
<TD><STRONG>Source: <A href="<SOURCE URL>" target=”_blank”><SOURCE NAME></A> | </strong><A href="<SOURCE URL>" target=”_blank”>Read the full article »</A></TD>
</TR>
<TR vAlign=top>
<TD><BODY></TD>
</TR>
</TABLE>
for that i try to change in the sharepoint designer 2007 but i am not able to implement the HTML in the pagelayout display of blog.
how i can do it to change the display layout of the blog.
- Moved by Mike Walsh FIN Friday, April 8, 2011 1:52 PM blog question so social computing forum (From:SharePoint - General Question and Answers and Discussion (pre-SharePoint 2010))
Friday, April 8, 2011 1:19 PM
Answers
-
Hi Bhavik,
Please refer -
http://office.microsoft.com/en-us/sharepoint-designer-help/modify-the-default-master-page-HA010100906.aspx to modify the default master page.
and refer - http://blogs.msdn.com/b/sridhara/archive/2007/05/19/customizing-mysite-in-moss-2007.aspx for customization of Master page.
hth
Warm Regards, Pratik Vyas | SharePoint Consultant | http://sharepointpratik.blogspot.com/- Marked as answer by David HM Monday, April 11, 2011 2:03 AM
Friday, April 8, 2011 1:34 PM -
I have solved the problem by creating the Itemadding event receiver on the blog post. i modified the body before adding the body contain to the post. so it show me int eh formatted way.
- Marked as answer by Bhavik Lalkiya Thursday, May 5, 2011 1:27 PM
Thursday, May 5, 2011 1:27 PM
All replies
-
Hi Bhavik,
Please refer -
http://office.microsoft.com/en-us/sharepoint-designer-help/modify-the-default-master-page-HA010100906.aspx to modify the default master page.
and refer - http://blogs.msdn.com/b/sridhara/archive/2007/05/19/customizing-mysite-in-moss-2007.aspx for customization of Master page.
hth
Warm Regards, Pratik Vyas | SharePoint Consultant | http://sharepointpratik.blogspot.com/- Marked as answer by David HM Monday, April 11, 2011 2:03 AM
Friday, April 8, 2011 1:34 PM -
Blog questions go to Social Computing.
SPD 2007 questions go to Design and Customization.
VS questions go to Development and Programming.
----------------------
You may notice that General isn't on the above list ...
(Look at the 'Which Forum to post to' sticky post at the top of the General and Admin forums for the full list)
Moving this to the Social Computing forum as that is for all Blog; MySite issues and therefore has precendence over the two more general forums (customization and programming - the othe general forums are General and Admin)
Moderator
SP 2010 "FAQ" (mainly useful links): http://wssv4faq.mindsharp.com/default.aspx
WSS3/MOSS FAQ (FAQ and Links) http://wssv3faq.mindsharp.com/default.aspx
Both also have links to extensive book lists and to (free) on-line chaptersFriday, April 8, 2011 1:51 PM -
I have solved the problem by creating the Itemadding event receiver on the blog post. i modified the body before adding the body contain to the post. so it show me int eh formatted way.
- Marked as answer by Bhavik Lalkiya Thursday, May 5, 2011 1:27 PM
Thursday, May 5, 2011 1:27 PM