Log in

View Full Version : Code help



JK
07-07-2007, 10:57 AM
k so the other day i asked for a code that moved the profile down and made space for a div at the top.

This is what i got

About me

PHP Code:

<div class="banner">
<img src="http://IMAGEURL">
</div>


I'd like to meet:

PHP Code:

<style>table table {margin-top:150px;}
div table table, table table table {margin-top:0;}
.banner {width:800px; height:150px; position:absolute; top:150px; left:50%; margin-left:-400px; text-align:center;}</style>



It works but what would i change to make the profile go even further down?

Moved by opensourcehost (Forum Moderator) from Web Designing: Please post in the correct forum next time, thanks :).

Mashi
07-07-2007, 11:04 AM
.banner {width:800px; height:150px; position:absolute; top:300px; left:50%; margin-left:-400px; text-align:center;}</style>


; top:300px

I think.......

Want to hide these adverts? Register an account for free!