ID:168765
 
How do you make a hub entry like have a black background and have a picture in it.
Chadzerogt wrote:
How do you make a hub entry like have a black background and have a picture in it.

Html?

http://www.lissaexplains.com

<html>
<body>
<body bgcolor="#000000">
<img src="URL"/>
</html>
</body>
In response to Sinoflife
Sinoflife wrote:
Chadzerogt wrote:
How do you make a hub entry like have a black background and have a picture in it.

Html?

http://www.lissaexplains.com

> <html>
> <body>
> <body bgcolor="#000000">
> <img src="URL"/>
> </html>
> </body>
>


Good gads man, you have two body tags, only one of which is closed, and you overlapped tags by closing <html> before <body>. I've seen Microsoft Word excrete better HTML than that.

Besides, a custom body tag is not going to help with decorating a hub entry. Remember, that appears inside another page, where the body has already been defined.

Lummox JR