Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Newbie needs help....
Old 02-18-2007, 11:47 PM Newbie needs help....
one7media's Avatar
Novice Talker

Posts: 8
Name: Preston
Trades: 0
I embarrased to even post this, but I don't know much about coding. Anyway, can someone tell me how to change the font size and color of this code...


<script language="JavaScript">
document.write("hello "+login);
</script>


Thanks in advance, and no laughing!
one7media is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-19-2007, 01:10 AM Re: Newbie needs help....
vn5ltr's Avatar
Skilled Talker

Posts: 93
Location: Melbourne, Australia
Trades: 0
<script language="JavaScript">
document.write("hello <font color=\"red\">"+login+"</font>");
</script>

--OR--

Using CSS:

<script language="JavaScript">
document.write("<span style=\"color:#95A9C8;\">hello "+login+"</span>");
</script>
vn5ltr is offline
Reply With Quote
View Public Profile
 
Old 02-20-2007, 06:08 AM Re: Newbie needs help....
Novice Talker

Posts: 11
Name: Matthew Bagley
Trades: 0
Code:
<script type="text/javascript" language="javascript">
document.write("<span style="color:#666666; font-size:16px;">This is the text</span>");
</script>
that will change the font size and colour, simply use a hex colour and replace the 666666 with your colour and replace 16px with the height you want
__________________
Matthew Bagley
Paramiliar Design Studios

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
neomaximus2h is offline
Reply With Quote
View Public Profile Visit neomaximus2h's homepage!
 
Reply     « Reply to Newbie needs help....
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.35348 seconds with 12 queries