navigation |
navigation |
Oct 3 2004, 08:50 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 491 Joined: May 2004 Member No: 18,689 |
cans someone tell em hwo to mke a navigation htingy not a drop dwon but basic kinds.
|
|
|
|
![]() |
Oct 3 2004, 08:51 PM
Post
#2
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
Nyah, nyah....
CODE <!-- begin code provided by createblog.com --> <a href="URL HERE">WHAT IT SAYS HERE</a> <!-- end code provided by createblog.com --> Repeat as many times as needed. |
|
|
|
Oct 3 2004, 08:57 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
http://www.createblog.com/forums/index.php?showtopic=10210
^ "navigation bar: basic" found in the xanga scripts section |
|
|
|
Oct 3 2004, 09:33 PM
Post
#4
|
|
|
neat banner ![]() ![]() ![]() ![]() Group: Member Posts: 281 Joined: Feb 2004 Member No: 4,994 |
how do u put a button link on the left side of the xanga like a subscibtion box and a scroll bar where u could put the link code in it so some one could link u. With its own box sayin link me lyke the subscibtion box,
For exam0ple go to www.xanga.com/banner_central and look at the left side for the button wit the scroll bar with the link. can sumeone give the code. thx!! |
|
|
|
Oct 3 2004, 09:38 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
QUOTE(lilazneye10 @ Oct 3 2004, 9:33 PM) how do u put a button link on the left side of the xanga like a subscibtion box and a scroll bar where u could put the link code in it so some one could link u. With its own box sayin link me lyke the subscibtion box, For exam0ple go to www.xanga.com/banner_central and look at the left side for the button wit the scroll bar with the link. can sumeone give the code. thx!! first you'll need to create a custom module (the script can be found in the xanga scripts section) then you can use this to put your scrollbar box with the link CODE <!-- begin code provided by createblog.com --> just replace wehre it says YOURLINKHERE and URLOFBUTTONIMAGEHERE
<DIV style="WIDTH: 88px; BACKGROUND-COLOR: transparent;TEXT-ALIGN: center"><textarea onclick="this.focus();this.select();" style="height: 31px; width: 88px;"><a href="YOURLINKHERE"><img src="URLOFBUTTONIMAGEHERE" border="0"></a></textarea></div> <!-- end code provided by createblog.com --> |
|
|
|
Oct 3 2004, 10:43 PM
Post
#6
|
|
|
neat banner ![]() ![]() ![]() ![]() Group: Member Posts: 281 Joined: Feb 2004 Member No: 4,994 |
sorry to bother u guys again but how do u insert the scroll bar link into the custom box link.. Can u help me insert the link scroll bar into the custon module co0de thx!!
code for scroll bar <!-- begin code provided by createblog.com --> <DIV style="WIDTH: 88px; BACKGROUND-COLOR: transparent;TEXT-ALIGN: center"><textarea onclick="this.focus();this.select();" style="height: 31px; width: 88px;"><a href="YOURLINKHERE"><img src="URLOFBUTTONIMAGEHERE" border="0"></a></textarea></div> <!-- end code provided by createblog.com --> code for the custon header <!-- begin code provided by createblog.com --> <script> titleContent = 'link me!!'; moduleContent = 'module content'; sub = subTitle.parentNode.parentNode.parentNode.parentNode.parentNode sub.insertAdjacentHTML('beforeBegin','<table border="1" cellspacing="0" cellpadding="4" width="100%" clbutt="left"><tr><th valign="top" align="left" clbutt="left">' + titleContent + '</th></tr><tr><td valign="top" clbutt="left">' + moduleContent) sub.insertAdjacentHTML('beforeBegin','<BR>'); </script> <!-- end code provided by createblog.com --> |
|
|
|
Oct 3 2004, 10:45 PM
Post
#7
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
You can't put HTML in that custom module.
|
|
|
|
Oct 3 2004, 10:47 PM
Post
#8
|
|
|
neat banner ![]() ![]() ![]() ![]() Group: Member Posts: 281 Joined: Feb 2004 Member No: 4,994 |
then how u put a scroll bar with the link cod inside and put that in a custom module??
|
|
|
|
Oct 3 2004, 10:48 PM
Post
#9
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
|
|
|
|
Oct 3 2004, 11:36 PM
Post
#10
|
|
|
neat banner ![]() ![]() ![]() ![]() Group: Member Posts: 281 Joined: Feb 2004 Member No: 4,994 |
lol i need help putting the navigation on the left sife in its own box
|
|
|
|
Oct 4 2004, 12:32 AM
Post
#11
|
|
![]() The voices talk too much... -.-u ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,099 Joined: Aug 2004 Member No: 39,078 |
|
|
|
|
Oct 4 2004, 09:45 AM
Post
#12
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 491 Joined: May 2004 Member No: 18,689 |
thanks but how do u mke one.
|
|
|
|
Oct 4 2004, 04:54 PM
Post
#13
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
there's a tutorial on how to make one in the "tutorials" section under the webmasters' corner
|
|
|
|
![]() ![]() |