Go Back   Internet Marketing Forums > Internet Marketing Forums > How To Make Money On The Internet



Reply
 
Thread Tools Search this Thread Display Modes
Old 08-18-2011, 12:38 AM   #1
Russellc
 
Join Date: Jul 2011
Posts: 47
Which HTML tag is used to define an internal style sheet?

any html tags for internal style sheets
Russellc is offline   Reply With Quote
Check This Out...
--
Old 08-18-2011, 01:11 AM   #2
Francine
 
Join Date: Jul 2011
Posts: 29
Any style sheet language may be used with HTML. A simple style sheet language may suffice for the needs of most users, but other languages may be more suited to highly specialized needs. This specification uses the style language "Cascading Style Sheets" Use the HTML tag <style> for an internal style sheet:
Francine is offline   Reply With Quote
Old 08-30-2011, 05:37 AM   #3
Website Builder Pros
 
Join Date: Jul 2011
Posts: 82
What are you asking for exactly?
Website Builder Pros is offline   Reply With Quote
Old 08-31-2011, 05:50 AM   #4
edesigner
 
Join Date: Aug 2011
Posts: 5
Place this inside the <head>: <style type="text/css" media="all">
Don't forget to add html comment tags "<!--" and "-->" to protect some browsers. (This is optional. Use this if you have declared a browser exception on your comment like: "If IE 6" which can be a form of improvised code to use the style for this browser type)
Then place your style inside the comment tags.
Close with </style>

For example:
<head>
<style type="text/css" media="all">

<!--

body {background: #fff; }
h1 {color: #000; }

-->

</style>
</head>
edesigner is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Successful HTML Email Marketing Campaigns and Lotus Notes Issues ArticleJunkie How To Make Money On The Internet 1 12-01-2012 03:46 PM
How to Create HTML Email Newsletter ArticleJunkie How To Make Money On The Internet 1 12-01-2012 02:08 PM
Cascading Style Sheets and Email Display ArticleJunkie How To Make Money On The Internet 1 12-01-2012 10:01 AM
How to Send HTML Email in MacMassMailer and Create HTML Newsletters ArticleJunkie How To Make Money On The Internet 1 12-01-2012 08:21 AM
Basic html tutorial Padsall How To Make Money On The Internet 2 06-12-2011 09:47 AM


All times are GMT -4. The time now is 11:58 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.