Web-site tip
get rid of yahoo banner(For geocities user)

banner always position on left-top of the page.. so you can just simply put picture to block on that position.

it can be just a white space or anything that match with your page background.

you can also position text on top of picture by using css.

position text (or any object) on top of each other using css

HELLO
THIS IS A TEST THIS IS A TEST
Example of placing HELLO beneath other text

1. insert this text inside html header (between <head> and </head>.

<style type="text/css">
.x
{
position:absolute;
left:0px;
top:0px;
z-index:-1
}
</style>

2.place this text between any object that you want to apply this css to within <div> </div>

<div class="x">This text will be underneath </div>This text will be on top.

Get Firefox!

Hosted by www.Geocities.ws

1