HTML ...is a wonderful thing.
HelpWithHTML
read my profile
sign my guestbook

Name: x]]


Expertise: Helping YOU!! xD


Message: message me


Member Since: 2/11/2004

SubscriptionsSites I Read

Blogrings
(\\ webDesign tricks.tips.hacks //)
previous - random - next


Posting Calendar

|<< oldest | newest >>|
view all weblog archives

Get Involved!

Suggest a link

Recommend to friend

Create a site


Saturday, June 05, 2004

Hey everyone. I'm so sorry I couldn't update more often, but my dumb computer got messed up. And I've been too busy. I tried to find the codes for the comments you guys gave me, and I'm working on it. =]
But as for now, 2 codes:

Code for Border around whole page

<style type=text/css><!-- body{border:#000000 20px outset} //--></style>

Code for a border around your entry (you can fill in the spaces with however you want the border to be like depending on the height, width, font etc
.
<style type="text/css">
.blogheader {font-family: Courier; color: #FFFFFF; font-size: 18pt; text-decoration: none; font-weight: bold; padding-bottom: 4pt; letter-spacing: 2px; text-align:center; text-transform: normal; }

</style><style type="text/css">
table.blogbody {
/* this edits the other the place where the blog is */
width:600px;
border: 8px solid #FFFFFF;
border-width: 4px 1px 1px 1px;
}
</style>


Alrighty, have fun with these codes for now, and I'll be researching about the other ones!


Monday, March 29, 2004

whoops, i just remembered this site...
and i realized i never put in that code that i was supposed to put in the last entry!
dumb, dumb...
anyhow, here's the code: document.title = "your words here";
<script language="JavaScript">
document.title = "put words here";
</script>
this is once again, for the place where it normally says "someone's xanga". well, that'll be all for now.


Sunday, March 07, 2004

OK, more codes for you...

actually, just one more. It's not like anyone looks at this site anyway...

Code for changing what it says on top of the site...ex. "helpwithhtml's xanga site"



¢¾


Thursday, March 04, 2004


NO ONE WANTS ANY HTML/JAVA/CSS CODES,
I SEE?

I understand that many people on xanga probably know most of codes already, but if you are not one of those people and happen to stumble upon this page, dont be afraid to ask!
I will post some codes on this entry, since I did not do so last time. Feel free to use them, but please comment me if you do. No, I am not desperate, and yesI have another xanga that I use to write up creative thought in..this one is just for helping.
Alrighty, here some codes go:



Code for Links [ active, visited, hover]

<STYLE TYPE="TEXT/CSS">
<!--
A:link
 {
 color:#000000;
 font-size:small;
 font-style:normal;
 font-weight:normal;
 text-decoration:none;
 cursor:crosshair;
 font-variant:normal;
 text-transform:normal;
 background-color:#FFFFFF;
 }
A:active
 {
 color:#666666;
 font-size:small;
 font-style:normal;
 font-weight:normal;
 text-decoration:none;
 cursor:crosshair;
 font-variant:normal;
 text-transform:normal;
 background-color:#FFFFFF;
 }
A:visited
 {
 color:#000000;
 font-size:small;
 font-style:normal;
 font-weight:normal;
 text-decoration:none;
 cursor:crosshair;
 font-variant:normal;
 text-transform:normal;
 background-color:#FFFFFF;
 }
A:hover
 {
 color:#333333;
 font-size:small;
 font-style:underline;
 font-weight:bold;
 text-decoration:underline;
 cursor:crosshair;
 font-variant:none;
 text-transform:normal;
 }
-->
</STYLE>

Code for scroll-bar [different colors]

<STYLE type="text/css">
<!--
BODY
{
  direction:;
  background-attachment:fixed;
  scrollbar-arrow-color: black;
  scrollbar-track-color: white;
  scrollbar-face-color: 666666;
  scrollbar-highlight-color: 999999;
  scrollbar-3dlight-color: black;
  scrollbar-darkshadow-color: white;
  scrollbar-shadow-color: black;
}
-->
</STYLE>


"Replace Words" Code

<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, "props");
else if (str.match (/eprop/i)) links[l].innerHTML = str.replace (/eprop/i, "prop");
else if (str.match (/comments/i)) links[l].innerHTML = str.replace (/comments/i, "thoughts");
else if (str.match (/comment/i)) links[l].innerHTML = str.replace (/comment/i, "thought");
else if (str.match (/subscribe!/i)) links[l].innerHTML = str.replace (/subscribe!/i, "add me");
else if (str.match (/sign out/i)) links[l].innerHTML = str.replace (/sign out/i, "out");else if (str.match (/xanga/i)) links[l].innerHTML = str.replace (/xanga/i, "xanga!");
}//-->
</script>



And that would be all for today. ENJOY!


Wednesday, February 11, 2004

Hello...

Hello everyone.
I've decided to create a blog/site which may help anyone that has questions on useful HTML codes. I may not know ALL of them, but I know a few cool ones. Anyhow, if you need help, just leave a comment!



Who says experiments aren't fun? =]