PLEASE CHECK

M

mukuta

<html>

<head>
<title>mukuta.com</title>
<meta name="generator" content="CoffeeCup HTML Editor -
www.coffeecup.com">
<meta name="description" content="">
<meta name="keywords" content="">
<style type="text/css">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
-->
</style>
</head>
<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF"
alink="#FFFFFF">
<table width="100%" height="90%" border="0" align="center">
<tr>
<td align="center" valign="middle">
<a href="pagina6.htm"><font size="+8">THANKS FOR READING </font></a>
</td>
</tr>
</table>
<P ALIGN=CENTER>
<a href="index.htm"><img src="home.gif" width="101" height="29" alt=""
border="1" align=""></a>

</html>

Hello is this ok ? will browswers see it (not the missing gif ) and is
it allright

please give simple answers as this is my first attempt for trying to make a
site
greetings
 
T

Toby A Inkster

mukuta said:
Hello is this ok ? will browswers see it (not the missing gif ) and is
it allright

Depends of your definition of OK. Will browsers see it? Perhaps. Depends
on the browser.

Better would be:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>mukuta.com</title>
<style type="text/css" media="screen,projection">
body {
color: black;
background: white;
}
a:link {
color: black;
background: transparent;
text-decoration: none;
}
a:visited {
color: black;
background: transparent;
text-decoration: none;
}
.largelink {
font-size: 200%;
margin-top: 200px;
text-align: center;
}
</style>
</head>
<body>
<p class="largelink"><a href="pagina6.htm">THANKS FOR READING</a></p>
<p class="largelink">
<a href="index.htm"><img src="home.gif" width="101" height="29"
alt="Home" border="1" align=""></a>
</p>
</body>
</html>

But why do you want to make your link not look like a link? It will
confuse people!
 
M

mukuta

Toby A Inkster said:
Depends of your definition of OK. Will browsers see it? Perhaps. Depends
on the browser.

Better would be:


But why do you want to make your link not look like a link? It will
confuse people!

--
Toby A Inkster BSc (Hons) ARCS
Contact Me - http://www.goddamn.co.uk/tobyink/?id=132

Dear person thanks a lot
i copied and paste and then put it on 300procent ;-)
and it works fine
First about the link : well that is part of the fun you have to discover
youreself ( if you want) one day i put a working link okay
And it saves bandwithe ;-)

Now the more important thing : youre language is different yet you gets
the same result ,it puzzels me why
And i use the language that coffeecup writes
And i am realy a beginner i bought hmtl4for dummies and i had a try on
coffeecup ( the program looks fine to me )
and i try a lot ,and many times it goes wrong but that is ok but i get
confused a lot because there are more than one ways
What is the advantage of youre way of doing ?
A vey confused me
But also thankful ;-)
 
T

Toby A Inkster

mukuta said:
And i use the language that coffeecup writes

I use the language that I write.
What is the advantage of youre way of doing ?

Better compatibility across a wide range of user agents ("user agents"
means things that can be used to access HTML -- for example: browsers,
search engine spiders, etc) on a wide variety of platforms.

You get this by avoiding using things like the <font> tag, which is being
phased out (the latest recommended version of HTML, called XHTML 1.1,
doesn't allow the <font> tag at all. The previous few versions discouraged
it.)
 
S

Samuël van Laere

mukuta said:
And i am realy a beginner i bought hmtl4for dummies

So you got yourself a book, may i suggest to you to read it?
You have been asking very basic questions so far, i'm sure
the book covers most of that.

No offence though.
 
M

mukuta

Samuël van Laere said:
So you got yourself a book, may i suggest to you to read it?
You have been asking very basic questions so far, i'm sure
the book covers most of that.

No offence though.

dag sam
lezen begrijpen toepassen

phwww
 
G

gmcclary

mukuta said:
and
i copied and paste and then put it on 300procent ;-)
and it works fine
First about the link : well that is part of the fun you have to discover
youreself ( if you want) one day i put a working link okay
And it saves bandwithe ;-)

Now the more important thing : youre language is different yet you gets
the same result ,it puzzels me why
And i use the language that coffeecup writes
And i am realy a beginner i bought hmtl4for dummies and i had a try on
coffeecup ( the program looks fine to me )
and i try a lot ,and many times it goes wrong but that is ok but i get
confused a lot because there are more than one ways
What is the advantage of youre way of doing ?
A vey confused me
But also thankful ;-)

CoffeeCup is O.K. for a program...(I use it) maybe even 'pretty good' if
you think of doing it by "copy con" or maybe 'Note pad" .... However,
CoffeeCup will let you write code in HTML 3.2, or 4.0 or 4.1 or XHTML, XML,
etc,.. So you have got to know which you are going to use....

Now, about the books... by the time you get the book, it is a year old!!!
So, you got a new (to you) book and it is already a year old,... (I hate the
Dummies books!)
(Are you really a Dummies? No, I don't think so, so why would you buy a
dummies book?)
Look at http://www.w3c.org and get the up-2-date info... and PHQ the Dummies
books!!
There are a hell of a lot of other sites on the www which will help you
write good code... just look in goggle... IMHO, best write your code in HTML
4.1 ...
---...
Dummies books are a PHQUE insult !

HELP PRESERVE THE DIGNITY OF MAN, STOMP OUT DUMMIES BOOKS!!!

Glenn
 
E

Eric Bohlman

Now, about the books... by the time you get the book, it is a year
old!!! So, you got a new (to you) book and it is already a year
old,... (I hate the Dummies books!)

Fortunately, that's not really a problem when dealing with HTML and CSS,
where the standards are pretty stable. A 3-year-old book on HTML is for
all practical purposes still current, and a 3-year-old book on CSS (like
Eric Meyer's _Definitive Guide_ from O'Reilly) is only slightly behind the
times. Would that the rest of IT be like that!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top