473,771 Members | 2,392 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Hi everyone New Here and got a question

1 New Member
Hi everyone i was wondering if there was a way to turn this code that is css into HTML
[html]
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- YOUR WEBSITE TITLE -->
<title>
YOUR SITE TITLE | ver. Optimistic
</title>
<!-- YOUR WEBSITE TITLE -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="copyright " content="Design by nelchee @ inobscuro.com" />
<link rel="Stylesheet " type="text/css" href="optimisti c.css" />
<!--[if lte IE 6]>
<script type="text/javascript" language="javas cript" src="iehover.js "></script>
<![endif]-->
</head>
<body>
<div id="container" >
<div id="header">
<h1>
<!-- YOUR WEBSITE NAME -->
Your website name
<!-- YOUR WEBSITE NAME END -->
</h1>
<!-- TOP MENU -->
<ul id="mainmenu">
<li class="active"> <a href="#"><span> Home</span></a></li>
<li><a href="#"><span> About</span></a></li>
<li><a href="#"><span> Contact</span></a></li>
<li><a href="#"><span> Guestbook</span></a></li>
<li><a href="#"><span> Links</span></a></li>
</ul>
<!-- TOP MENU END -->
</div>
<div id="content">
<div>
<!-- CONTENT START -->
<h2>About the Template</h2>
<p>This design is featuring my drawing. It's been lying in my sketchbook for weeks until I decided to
make it useful. Some brushes were used as well (you can download them at
<a href="http://inobscuro.com/">my website</a>).</p>
<p>It took me so long to make because I changed my mind about the concept and color scheme about
a dozen times. I think my muse will be gone for a while.</p>
<h3>Technical information</h3>
<p>The layout is entirely formatted using <acronym title="Cascadin g Style Sheets">CSS</acronym>,
so I strongly advise you not to change it, otherwise the layout might break.
Editing the content should be easy, just don't delete anything outside areas marked with comments.</p>
<p>I added a JavaScript required by Internet Explorer 6 and lower so rounded corners would work on hover.
If you don't need the top menu, just delete everything between <code>&lt;!-- TOP MENU --&gt;</code>
and <code>&lt;!-- TOP MENU END --&gt;</code> — in this case you may discard the JavaScript.
To make a link appear highlighted (like <i>&quot;Home&q uot;</i> shown here) add a class
<code>&quot;act ive&quot;</code> to the list item (<code>li</code> tag).</p>
<blockquote>
<p>To make text appear in this box, use the <code>blockquot e</code> tag, or add a class <code>&quot;box &quot;</code>
to any element.</p>
<p>To keep the template looking exactly as you see it, use tags and classes provided in this example.</p>
</blockquote>
<p>It's tested in
<a href="http://www.mozilla.org/firefox/">Mozilla Firefox 1.5</a>,
<a href="http://www.microsoft.c om/windows/ie/">Internet Explorer 6</a>,
<a href="http://www.opera.com/">Opera 8</a>, and <a href="http://browser.netscap e.com/">Netscape 7.2</a>,
on resolution 800x600 and
1024x768, and works good in each of the mentioned. It is also validated
<a href="http://validator.w3.or g/check?uri=refer er">XHTML</a> and
<a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a>.
</p>
<h2>Terms of Service</h2>
<ol>
<li>Leave the credit and link back to <a href="http://inobscuro.com/">http://inobscuro.com/</a> visible.</li>
<li>Do not redistribute.</li>
<li>Personal, non-profit use only.</li>
<li>Derivativ e work prohibited.</li>
</ol>
<h2>Instruction s for Installation</h2>
<ul>
<li>Download the .ZIP file containing the entire template;</li>
<li>Unzip the file. Use software like <a href="http://www.rarlab.com/">WinRAR</a>,
<a href="http://www.winzip.com/">WinZIP</a>,
<a href="http://www.stuffit.com/">StuffIt</a> etc.
(If you have Windows XP then you don't need to download any additional software);</li>
<li>Open the file <strong>index.h tml</strong> in your text editor (Notepad) and edit the website title, content
and links in the navigation area. (Those areas are marked with comments.)
Save edited files under corresponding names (for example <i>about.html </i>, <i>links.html </i>...);</li>
<li>Upload all the files and folders to your server.</li>
</ul>
<p>
For detailed information on istalling this layout, please refer to my tutorial
<a href="http://inobscuro.com/tutorials/read/31/">Installin g premade templates</a>.
</p>
<p>Have fun and enjoy :)</p>
<!-- CONTENT END -->
</div></div>
<div id="column">
<div>
<!-- NAVIGATION START -->

<h3>About...</h3>
<p>You can write something here if you like. Or put a cam, or shoutbox.
<a href="#">A link</a>.</p>

<h3>Network</h3>
<ul class="menu">
<li><a href="#">Websit e Link Here</a></li>
<li><a href="#">Websit e Link Here</a></li>
<li><a href="#">Websit e Link Here</a></li>
</ul>

<h3>Affiliate s</h3>
<ul class="menu">
<li><a href="#">Affili ate Link Here</a></li>
<li><a href="#">Affili ate Link Here</a></li>
<li><a href="#">Affili ate Link Here</a></li>
<li><a href="#">Affili ate Link Here</a></li>
<li><a href="#">Affili ate Link Here</a></li>
</ul>
<!-- NAVIGATION END -->

<a href="http://inobscuro.com/" class="credit"> Designed by In Obscuro</a>
</div></div>
<div id="footer">
<p>
<!-- COPYRIGHT INOFRMATION -->
Content &copy; 2006 <a href="mailto:yo ur@address.here ">Your Name</a>.
<!-- COPYRIGHT INOFRMATION END -->
Design &copy; <a href="http://inobscuro.com/">In obscuro</a>.
<a href="http://creativecommons .org/licenses/by-nc-nd/2.5/" title="Creative Commons Attribution-NonCommercial-NoDerivs 2.5 License">Creati ve Commons Licence</a>
</p>
</div>
</div>
</body>
</html>
[/html]
Thank you ever so much
Mar 9 '08 #1
1 1606
tommurray
40 New Member
Not sure what you mean that code that you have posted is HTML, well XHTML to be precise.

XHTML is the structure of the document while CSS is what is used for all presentation such as colour and so.

Tom
Mar 9 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
991
by: Everyone | last post by:
There seems to be a lot of answering of questions with answers that really don't solve the problem the postee is looking for or is just someone's 2 cents. Please, only answer questions if you have a solution - mentioning alternative methods is fine but only after the question has been answered. Otherwise, the question appears as answered and receives no further attention.
3
1543
by: Nugs | last post by:
Hi there everyone, I'm new to this newsgroup so I hope you don't mind me just asking a question, but it has been working me for way to long now and I need some help. I'm fairly new to ASP.NET and VB.NET but have been cramming for weeks now and hit a snag.It has to do with forms authentication in ASP.NET. My problem is that when good credentials are sent from the login.aspx page it doesn't seem to be generating a cookie for the user and sends the...
1
12604
by: ImageAnalyst | last post by:
Yay!!! They fixed this for VS2005. You can now set the default installation to be "Everyone" instead of "Just Me" and you can control whether you even want those radio button installed in your Setup program. >From the Documentation http://msdn2.microsoft.com/en-us/library/5f981xa1.aspx =========================================================== "The InstallAllUsers property for a deployment project determines whether an application is...
4
11000
JimWu
by: JimWu | last post by:
As title, I'd like to add a "Everyone" group to a file and give this account a full control right. I have try to use FileSecurity class to add a account, ASPNET ,for example. code as follow: try { AddFileSecurity(@"c:\TestACL.txt", "ASPNET", FileSystemRights.FullControl, AccessControlType.Allow); }
9
1834
by: PomonaGrange | last post by:
HI All, I've been trying to make a membership management type script. This script would have a database with the members contact info and which office they hold, if any. The problem I am having is I would like the script to show the president's and vice president's Contact info all the time, but hide the contact info for everyone else when viewed by the general public, then if the user logs in all contact information is displayed, for everyone....
30
3614
by: ayush patel | last post by:
Hi I have already posted this question before.I got a work around but doesn't seem reasonable. I developed a windows service and I installed it in our server.everybody in the office has access to a folder in the server.anybody can put a file in that shared folder and the service has to pick it up. but it does not pickup for everyone. it just picks up for some users. and the strange thing is it pickes up for rest of the users also but...
0
9619
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10103
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7460
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6713
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.