Contact, HELP! |
Contact, HELP! |
Oct 22 2009, 06:02 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 |
Contact section like this,
http://www.myspace.com/theafterpartyaus Preferably the exact same one. :) How do I do it! |
|
|
|
![]() |
Oct 22 2009, 11:36 AM
Post
#2
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
They're regular links with display set to block, like this:
CODE <style> .navlinks {width:300px;} .navlinks a {display:block; color:000;} .navlinks a:hover {display:block; background-color:000; color:FFF;} </style> <div class="navlinks"> <a href="URL">LINK</a> <a href="URL">LINK</a> <a href="URL">LINK</a> <a href="URL">LINK</a> <a href="URL">LINK</a> </div> Play around with that and see what you get. |
|
|
|
Oct 22 2009, 09:51 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 |
How would I go about placing it in my .left div?
|
|
|
|
Oct 23 2009, 12:35 AM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
Copy + paste?
|
|
|
|
Oct 23 2009, 02:09 AM
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 |
|
|
|
|
Oct 23 2009, 02:20 AM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
Er, okay, that's flattering.
I figured it was pretty easy to see that the code Mike gave you already has the links inside their own div (<div class="navlinks">) and that to put that inside your <div class="left"></div> then you could just copy & paste the the code where you want it to be. |
|
|
|
Oct 23 2009, 03:06 AM
Post
#7
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 253 Joined: Jul 2009 Member No: 739,898 |
That's what I was wondering. ;)
Thankyou! |
|
|
|
Oct 23 2009, 03:34 AM
Post
#8
|
|
|
Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 |
Topic closed & moved.
|
|
|
|
![]() ![]() |