Login
Home
KB
Snippets
Current Articles
|
Archives
|
Search
Entries for June 2014
27
Fixed Cover Background Image
posted on June 27, 2014 06:14
#Body { background-image: url(/Portals/2/bg1.jpg);background-size: cover !important; background-attachment: fixed;}
Posted in:
CSS
,
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)
24
Hyperlink a Telephone Number
posted on June 24, 2014 10:11
Area code with dashes, 1 and + sign <a href="tel:+1-555-555-1212">555-555-1212</a>
Hyperlink Phone Number
Posted in:
Web Design
Actions:
E-mail
|
Permalink
|
Comments (0)
24
DNN Registration of jQuery and Plugins in DotNetNuke
posted on June 24, 2014 08:53
protected override void OnInit(EventArgs e) { base.OnInit(e); JavaScript.RequestRegistration(CommonJs.jQue...
[Read the rest of this article...]
Posted in:
DNN
,
Modules
,
Custom Modules
Actions:
E-mail
|
Permalink
|
Comments (0)
14
Delete Spam Registrations
posted on June 14, 2014 08:56
UPDATE UserPortals SET IsDeleted = 1 WHERE (UserId > 5)
SQL Script
Posted in:
DNN
Actions:
E-mail
|
Permalink
|
Comments (0)