Tribute Page - Paul Scholes

Hey feel free to check out my tribute page for Paul Scholes. If anyone has any suggestions that I could improve on I would love to hear them! - http://codepen.io/cmwebby/full/aBdwdJ/

Hi @cmwebby,

HTMLinspector:

A bug:
The id ‘page1’ appears more than once in the document.

<div class="page" id="page1">  
            <h1 class="page-title">
                Paul Scholes
...

<div class="page" id="page1">
            <h1 class="page-title">
                About

MDN documentation:
id - HTML: HyperText Markup Language | MDN

The id global attribute defines a unique identifier (ID) which must be unique in the whole document.

Cheers and happy coding :slight_smile:

1 Like

Woopsie my bad @Diego_Perez my bad. Thank you for pointing that - All sorted now :smile:

1 Like

You’re welcome :smile: . By the way I just found that the forum has a :bug: icon :laughing: .

Cheers and happy coding :slight_smile:

Hi Chis,

you don’t need to add <!DOCTYPE html> in CodePen, look for the red exclamation marks. If you click on them they will usually tell you where any errors are.

I like your page, but feel there is just a little to much space between the sections, which is very evident in full page view. If you stayed in editor view, I can understand how and why you did this. Great tribute to a great player. :slight_smile:

Regards David