Tech Tips for PWS: HTML Code Reference

Click For Summary

Discussion Overview

This thread explores the use of HTML code in personal websites (PWS) for Pampered Chef consultants, focusing on what HTML features are available and personal experiences with them.

Discussion Character

  • Anecdotal
  • Opinion-based
  • Exploratory

Main Points Raised

  • One participant shares their experience of successfully using bold, italic, degree sign, trademark sign, and some specialty marks in their PWS.
  • Another participant notes that HTML capabilities are limited to prevent poorly designed pages, referencing the chaotic nature of some eBay listings.
  • Several users mention the desire for a reference guide on allowed HTML tags, with one participant expressing frustration over the inability to link to product pages.
  • One participant recalls having previously used an HTML link to a PDF but speculates that this feature may have been disallowed since then.
  • Another participant lists allowed HTML elements, including bold, italic, line breaks, and trademark symbols.
  • One participant discusses using non-breaking spaces for indentation and mentions changing font color as well.
  • Several participants share their experiences with using bold and italics to enhance readability and emphasize specific points in recipes.

Areas of Agreement / Disagreement

Views differ on the extent of HTML features available, with some participants expressing a desire for more flexibility while others acknowledge the limitations as necessary for consistency.

Contextual Notes

Participants share personal experiences and observations regarding HTML usage in their PWS, reflecting a mix of technical knowledge and creative approaches to content presentation.

Who May Find This Useful

Consultants looking to enhance their PWS with HTML may find the shared experiences and insights relevant to their own practices.

KateD
Messages
283
Calling all techies! Does anyone know if there is a reference for what sort of html code we can use in our PWS features?

I have successfully used
  • bold
  • italic
  • Degree sign
  • Trademark sign
  • other specialty marks (mdash, ndash, etc)

I have tried and been unsuccessful in using
  • font sizes
  • font alignment (like centering)
  • ordered or unordered lists
  • links (I thought it would be great to have product names in recipe link back to product page!)
  • random specialty marks (specifically, ellipses)

I've got a little web savvy-ness, and just wanted to make my features more reader friendly. I understand not being able to use full html code, but wish I know what I could and couldn't use to make it a little easier!

My page is /kdohl if you are inclined to check it out (I'm quite new; there is not a ton there!). And thanks in advance! :-)
 
That's all we can use. HTML is crippled so that people don't use too many things and end up with pages that look like trash. We've all seen the horrific messes that some people put up on eBay, right? HO doesn't want that to happen, and they want to maintain a somewhat consistent look.
 
  • Thread starter
  • #3
Thanks, ChefAnn. I totally understand the reasons (forget eBay, have you seen the crazy mess that is MySpace - yikes!), I was just wondering what was allowed.It would be nice to be able to link to items in the online catalog, though! :-)
 
I use HTML on my website, but mostly just bold and italic now. I did once successfully use an HTML link (it just a link to a PDF that was available to customers at the time), but that was probably about a year ago, and I haven't tried it again since then. Perhaps they have disallowed that feature...?

As far as I know, there's no reference guide of what which tags we can and cannot use. Tech Support may know, if you call and ask them. I have tried to keep it simple on my site, but I do really think bold headings on a page help the readability a lot.

=) Jen
 
Can you post the HTML that you used to do what you have done? I couldn't get it to work before.
 
Let's see if I can remember what's allowed:
bold
italic
line break (force one by using <br/>)
trademark and registered trademark symbolsI think that's it.
 
I think, in the past, I have added a non-breaking space to provide an indent on the next line after a <br/>.

&nbsp;
 
I have been able to change the font color as well ..
 
also underline <u>

bold <b>
italic <i>
extra line/line break <br>

remember to undo the html by </b> (or whichever one you are doing) after your text
 
Last edited:
  • Thread starter
  • #10
Trademark sign is &trade;
Copyright is &copy;
I realized I forgot a crucial letter, and ellipses work - they are &hellip;, and with that code they work! I think most ascii special characters should work, since that isn't really html code, so probably &bul;will make a bullet, etc.I used the bold and italics to call attention to specific points in the recipe, and especially the products! Just like in SB :-)
 
I noticed you bolded the tools in the recipe just like our Seasons Best.

I bold my titles that are on the front page or italic

/allisonserna
 
  • Thread starter
  • #12
allisonserna said:
I noticed you bolded the tools in the recipe just like our Seasons Best.

I bold my titles that are on the front page or italic
Yep! I figure that if someone from the show is coming to get the recipe it works to reinforce the demo of the tools. :)

I like how you mix up headlines in italics, bold, and caps on your front page so that they each stand out individually. That's a good tip; one that I'm probably going to borrow!
 
I wanted to the titles to catch people's eye. Otherwise they all tend to run together...

ya know?
 

Frequently Asked Questions

What is a PWS in the context of Pampered Chef?

A PWS, or Personal Website, is a unique online platform provided by Pampered Chef for its consultants to showcase products, share recipes, and facilitate sales. It serves as a digital storefront for consultants to connect with customers and manage their business online.

How can I use HTML code to enhance my PWS?

HTML code can be used to customize various elements of your PWS, such as adding images, creating links, and formatting text. By using HTML, you can make your website more visually appealing and user-friendly, which can help attract more customers.

Where can I find HTML code references for my PWS?

You can find HTML code references in various online resources, including W3Schools, Mozilla Developer Network (MDN), and other web development tutorials. Additionally, Pampered Chef may provide specific guidelines and examples for consultants to use when customizing their PWS.

Are there any restrictions on using HTML code in my PWS?

Yes, there may be restrictions on certain HTML elements or scripts that can be used in your PWS. It’s important to review Pampered Chef's policies and guidelines to ensure that your customizations comply with their standards and do not interfere with the functionality of your website.

Can I add custom scripts or third-party widgets to my PWS?

Generally, adding custom scripts or third-party widgets to your PWS is not allowed due to security and functionality concerns. It’s best to stick to the HTML code and features provided by Pampered Chef to ensure your site remains secure and operates smoothly.

Similar Pampered Chef Threads

  • esavvymom
  • Pampered Chef Newsletters
Replies
9
Views
4K
Sheila
  • chefann
  • National Conferences and Meetings
2 3 4
Replies
110
Views
16K
kitchencop
Back
Top