Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

I am creating a website for my daughter's wedding. She would like a guestbook page. Can someone provide the html code?

I am creating a website for my daughter's wedding. She would like a guestbook page. Can someone provide the html code? I just need a simple guestbook that will allow people to post messages. Also an ability to delete any message that is inappropriate. Can anyone please provide me the html code and any corresponding CSS code?

1 Answer

You might be better off finding a pre-built solution. Maybe learn WordPress or go with a service like Weebly. Even a simple guestbook would require more than HTML and CSS.

  1. You'd also probably need to learn to work with MySQL or some sort of database,
  2. PHP or another server side language to read and write to the database,
  3. and maybe even a little JavaScript.

Here's a simple tutorial for a very basic guestbook to give you an idea. http://www.tutorialized.com/tutorial/Simple-Guestbook-using-PHP/81962

good luck!

Thank You. I wanted to make sure that I needed something more than HTML and CSS. I just completed the first course and I am working on the CSS course now so I will move forward to the php course.