Custom page HTML on individual pages

I've already tried using the <HEAD> and <BODY> tags, is there a way to customize the page HTML on individual pages? (ex:view-source:http://www.youtube.com/) I'd like to be able to customize the page HTML of the view/add-photos/photos.htm page.

Rate0

Replies

  • The html that is generated automatically for a page can't be changed without some fairly advanced scripting knowledge like javascript of Jquery. There isn't a place to change the html of a page.

    There are ways to style, space, position, and color things in the existing html. That can be done with CSS. There are ways to add html to the page itself, by adding an html code box element and putting your html in that. The approach there only adds html to the page however, and doesn't rewrite the existing.

    Hope this helps. 

    Reply
Please Sign In to Add a Comment
or

This website is powered by Spruz