View Single Post
Old 05-17-2009, 09:47 PM   #2 (permalink)
CrazeD
CrazeD's Avatar
 
Wizard Techie

Join Date: Feb 2006

Location: Maine

Posts: 3,688

CrazeD will become famous soon enough

Send a message via AIM to CrazeD Send a message via MSN to CrazeD
Default Re: 2 questions 1 HTML an 1 Java script.

1) Use CSS to style the font.

Code:
<html>
<head>
<style type="text/css">
p {
font-weight:bold;
}
</style>
</head>
<body>
<p>
Some font.
</p>
</body>
</html>
With this, everything inside <p></p> tags will be bold. You can change the tag if you want to use <p></p>.

2) You can't view IP's with Javascript.
__________________

Need website help? PM me!
CrazeD is offline