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 :).
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 :).