help pleaseeeeee |
help pleaseeeeee |
Apr 6 2007, 08:23 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Nov 2006 Member No: 481,112 |
how can I code a banner? so like I can have for instance "Add to Friends" in a banner and people can click it.
|
|
|
|
![]() |
Apr 6 2007, 08:25 PM
Post
#2
|
|
![]() Krista. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 4,380 Joined: Apr 2006 Member No: 391,319 |
I would think you can do this:
CODE <a href="LINK HERE"><img src="IMAGE URL" border="0"></a>
|
|
|
|
Apr 6 2007, 09:18 PM
Post
#3
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Nov 2006 Member No: 481,112 |
getting my banner centered at the top of my page.
here's a pic, its not the official page, just my test one. http://i128.photobucket.com/albums/p174/it.../Untitled-4.jpg here's the code: CODE <style type="text/css">
.banner {width: 786px; height:196px;position: center;margin-left: -350px;left: 50%;top: 0px;} body {margin-top:270px;} </style> |
|
|
|
Apr 6 2007, 09:23 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Topics merged. You don't need to make a new topic for every single tiny detail.
Change the code too: CODE <style type="text/css"> .banner {width: 786px; height:196px;position: absolute;margin-left: -350px;left: 50%;top: 0px;} body {margin-top:270px;} </style> Then you just edit the margin left and top numbers to position the image around. You changed it to position:center; don't do that. |
|
|
|
Apr 6 2007, 09:26 PM
Post
#5
|
|
|
Member ![]() ![]() Group: Member Posts: 13 Joined: Nov 2006 Member No: 481,112 |
thanks :]
|
|
|
|
![]() ![]() |