Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogBlog fontBlog font
Previous
 
Next
New Post
1/10/2008 8:54 AM
 

Hi Rod,

Unfortunately I did not style those bits, but here is what you can do to get this done (and I will add it to the next release - if you could please add a gemini ticket).

Open ViewBlog.ascx and look for this:

<asp:label id="lblUserName" runat="server" visible="false"></asp:label>
<asp:Label ID="lblPublishDate" Runat="server"></asp:Label>

Now wrap those around a <div> like this:

<div class="blog_author_info">
<asp:label id="lblUserName" runat="server" visible="false"></asp:label>
<asp:Label ID="lblPublishDate" Runat="server"></asp:Label>
</div>

Now open the Module.css file and add this style into it:

.blog_author_info span {
font-size: 11px;
/* Add whatever additional style you want */
}

 This'll do it. Hope it helps.

 

 


Maxiom TechnologyAntonio Chagoury | Microsoft MVP
Maxiom Technology
Professional .net & DotNetNuke Solutions
web: www.maxiomtech.com
blog: www.cto20.com
twitter: @antoniochagoury & @maxiomtech

 
New Post
1/10/2008 11:34 AM
 

farawaypress wrote

Antonio, which section within the blog.css style sheet controls the text of the blog post itself and the comments?

I have been able to alter the other elements as you have suggested here, but I cannot seem to get the blog post text to change in point size from changing blog.css. I tried adding a font-size command to the .blog-body section, but that had no effect.

Otherwise the module looks great -- terrific work!

 

--JJM

The blog_body should actually do it for you, but in some cases the (as I mentioned earlier) the main skin.css seems to want to take over the world!
Try adding the !important tag and see if that works. Here is an example

.blog_body {
font-family: Arial,Helvetica,sans-serif;
font-size: 12px !important;
}

I hope this helps.


Maxiom TechnologyAntonio Chagoury | Microsoft MVP
Maxiom Technology
Professional .net & DotNetNuke Solutions
web: www.maxiomtech.com
blog: www.cto20.com
twitter: @antoniochagoury & @maxiomtech

 
New Post
1/10/2008 6:00 PM
 

Hi Antonio,

Thanks for the information.  Issue logged in Gemini as requested.

Best regards,

Rod

 
New Post
1/10/2008 7:53 PM
 

Were you able to implement the work-around above? If so, did that work for you?


Maxiom TechnologyAntonio Chagoury | Microsoft MVP
Maxiom Technology
Professional .net & DotNetNuke Solutions
web: www.maxiomtech.com
blog: www.cto20.com
twitter: @antoniochagoury & @maxiomtech

 
New Post
1/10/2008 9:54 PM
 

Sure did.  Simple and it works well.  Check it out here helpdesk software blog

Many thanks and best regards,

Rod

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsBlogBlogBlog fontBlog font


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out