haha i gotta other question, linksprops thing |
![]() ![]() |
haha i gotta other question, linksprops thing |
Nov 11 2004, 07:33 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Sep 2004 Member No: 52,603 |
how do i get my prop and comment links like theirs ?
|
|
|
|
Nov 11 2004, 07:34 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
use the "replace any link text" script found in the xanga scripts section
|
|
|
|
Nov 11 2004, 07:43 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Sep 2004 Member No: 52,603 |
but whats the code thing for the heart? how do i get it ?? xP
|
|
|
|
Nov 11 2004, 07:45 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
i think you use this for the hearts
QUOTE ♥
|
|
|
|
Nov 11 2004, 07:48 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Sep 2004 Member No: 52,603 |
but when i do that the add stays there? rawrr this is the code how do i make it look like theirs ?
CODE <!-- begin code provided by createblog.com -->
<script language="javascript"> <!-- var links = document.getElementsByTagName ('a'); for (var l = 0; l < links.length; l++) { str = links[l].innerHTML; if (str.match (/\d+:\d+ (am|pm)/i)) links[l] else if (str.match (/eprops/i)) links[l].innerHTML = str.replace (/eprops/i, "♥"); else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "♥"); else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "loves"); else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "love"); else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "too cool for you "); else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "sucka"); }//--> </script> <!-- end code provided by createblog.com --> |
|
|
|
Nov 11 2004, 07:49 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 7,048 Joined: Jun 2004 Member No: 22,696 |
PUT IN CUSTOM HEADER CODE <!-- begin code provided by createblog.com --> <style type="text/css"> a:link, .footernav.link, a.footernav:link, a.footernav:active { /* edits all links */ color:#E066FF; text-decoration: none; font:normal 11px arial; line-height:10px; } a:visited, a.footernav:visited, { /* edits the links that the user has visited */ color:#E066FF; text-decoration: none; font:normal 11px arial; line-height:10px; } a:hover { /* edits when user mouseovers the links */ color:#FF8C00; cursor: ne-resize; text-decoration: none; font:normal 11px arial; } </style> <!-- end code provided by createblog.com --> PLACE IN WEBSITE STATS |
|
|
|
Nov 11 2004, 07:54 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 86 Joined: Sep 2004 Member No: 52,603 |
on my xanga my comments n prop things are like wierd they dont go straite across how can i fix it ? this is my layout code
CODE <!-- begin code provided by createblog.com -->
<style type="text/css"> /*BenGnTina*/ /*by teenahproductionzszzs*/ body { background-image:url(none); background-repeat: repeat-y-x; background-color: #FFFFFF; scrollbar-face-color: #COLOR CODE; scrollbar-shadow-color: #COLOR CODE; scrollbar-highlight-color: #COLOR CODE; scrollbar-3dlight-color: #COLOR CODE; scrollbar-darkshadow-color: #COLOR CODE; scrollbar-track-color: #COLOR CODE; scrollbar-arrow-color: #COLOR CODE; } #rblEprops, #pnlEnabled table, #pnlEprops table { width: auto !important; } table.blogbody { width: 400px; font-family: verdana; font-weight: none; font-size: 7pt; color: #FF0099; text-align: justify; padding: 0px; margin-top: 2px; } div.smalltext{ width: 100px; padding: 3px; text-align: left; } .caption, .blogheader { width: 380px; padding: 3px; font-family: verdana; font-size: 12pt; text-align: center; color: #FF6600; background-color: #FFFFFF; text-transform: lowercaps; margin-top: 10px; } P, B, I, TD, TH {font-family: verdana; color: #000000; font-size: 7pt; } A:link, A:visited, A:active {color:#FF6600; text-decoration:none; font-size:7pt;} a:hover {text-decoration: strikethrough; color:#FF0099; font-size: 7pt; );} b, strong, i, u, { /* edit colors when bold italic underline */ font-family: verdana; font-size: 7pt; color: #FF0099; font-weight: bold; text-transform: lowercaps; </style> <!-- end code provided by createblog.com --> <!-- begin code provided by createblog.com --> <style type="text/css"> u { color:#FF6600; line-color:#ffffff; font:normal 11px arial; line-height:11px; letter-spacing:0px; border-bottom:2px solid #FF0099; font-style: none; }</style> |
|
|
|
![]() ![]() |