htmlimagegoogle-sites

Google Sites - simple content and background picture


I'm trying to set up Google Sites for my own personal website:

<html>
<head>
<title>...</title>
</head>
    <body background="page_bg.png" text="#000000" bgcolor="#333333">
        <div align="center"><img src="content.jpg" border="0" alt=""></div>
    </body>
</html>

So all I want is a background picture (I accomplished to do this under settings) and only one picture in the middle of the site itself. I was trying to get rid of all the gimmicks (such as the sidebar, shadows of the frame, etc.) but I failed. Is it even possible to do this?

The reason I use Sites is, because the web address "https://sites.google.com/site/my_name_here/" is clear, it's free and it makes my site appear in the google search.


edit, my solution: I found a template called "Blank Template (Black)" which didn't contain anything (no sidebar, etc). I added my own background picture, inserted my content.jpg and done.


Solution

  • My solution: I found a template called "Blank Template (Black)" which didn't contain anything (no sidebar, etc). I added my own background picture, inserted my content.jpg and done.