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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Border Color of image...Border Color of image...
Previous
 
Next
New Post
3/22/2011 10:56 AM
 
Hi,
how can I change the border color of the images that load in an module HTML?

This is the code that produced the module:

<p style="text-align: center;"><img width="400" height="101" border="10" src="/Portals/X/picture.jpg" alt="" /></p>

What should I do?

I use a css?

Thanks
 
New Post
3/22/2011 3:11 PM
 

Grenzo,

Ideally you want to tag the image with a css class (e.g. <img class="imageborder" />) and then use that selector to define the border color in a CSS file like the following:

img.imageborder{
border:1px solid #CC0000;
}

which will attach a red border around the all images with that class.

Regards,

Rick.



PSDtoDNN - You supply the artwork... we'll build the skins!™
Website | Twitter | YouTube | Skype
 
New Post
3/22/2011 5:06 PM
 
ok, but the class img.imageborder must be defined in the code html or an external file with extension .css?



Thanks
 
New Post
3/22/2011 5:13 PM
 

Grenzo,

You can add the CSS to the Stylesheet Editor located on the Admin > Site Setting page, right at the bottom. This updates the portal.css file.

Rick.



PSDtoDNN - You supply the artwork... we'll build the skins!™
Website | Twitter | YouTube | Skype
 
New Post
4/1/2011 3:39 PM
 
Rick,
Thank you for posting this - worked perfectly!
William
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Border Color of image...Border Color of image...


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