another ?

M

mukuta

HI
my links have a line underneath
but that is not what i want
i want mostly straight black /white
so how do i remove the line underneath a link
and i want bigger size of letters h1 or +6 or 8 is to small is that
possible ?

greetings
 
D

David Dorward

mukuta said:
my links have a line underneath

This is normal.
but that is not what i want

You can use a user style sheet to disable them.

See also:
* http://dorward.me.uk/www/underline/
AND (not OR, AND)
* http://www.cs.tut.fi/~jkorpela/www/links.html
i want mostly straight black /white

Sounds like you want to hide the links in the content. Do you really want to
make it that hard to people to use your site?
so how do i remove the line underneath a link

See above
and i want bigger size of letters h1 or +6 or 8 is to small is that
possible ?

<h1> defines a heading, not a font size. +6 and 8 sound like the
obsolete-since-1996 <font> sizes. A read of
http://css-discuss.incutio.com/?page=FontSize might help. If it doesn't
make sense then http://dorward.me.uk/www/css/#tutorials might be of use.
 
M

mukuta

David Dorward said:
This is normal.


You can use a user style sheet to disable them.

See also:
* http://dorward.me.uk/www/underline/
AND (not OR, AND)
* http://www.cs.tut.fi/~jkorpela/www/links.html


Sounds like you want to hide the links in the content. Do you really want to
make it that hard to people to use your site?


See above


<h1> defines a heading, not a font size. +6 and 8 sound like the
obsolete-since-1996 <font> sizes. A read of
http://css-discuss.incutio.com/?page=FontSize might help. If it doesn't
make sense then http://dorward.me.uk/www/css/#tutorials might be of use.

sorry to complicated and it is ok to critisize me but so what
 
D

David Dorward

mukuta said:
sorry to complicated and it is ok to critisize me but so what

You quoted my entire message, including the sig, so I don't know which parts
of it you are referring to - but explanations were provided for just about
everything I said.

Try being more specific.

(Oh, an its traditional to end a question with a question mark... and start
sentences with capital letters. If you make your posts hard to read, more
people won't bother trying.)
 
M

mukuta

David Dorward said:
mukuta wrote:
everything I said.

Try being more specific.

Yes but it is difficult this is my first try
(Oh, an its traditional to end a question with a question mark... and start
sentences with capital letters. If you make your posts hard to read, more
people won't bother trying.)

--

Any way in this way i have no underlining as well
I do not know how but it seems to work
greetings an thanks
<head>
<title>Untitled</title>
</head>

<body>

<style type="text/css">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
-->
</style>
<body bgcolor="#000000" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF"
alink="#FFFFFF">
<align=center>
<a href="negative2.htm"><font size="+8">test maar werkt wel?</font></a>
</body>
</html>
 

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

Staff online

Members online

Forum statistics

Threads
474,085
Messages
2,570,597
Members
47,218
Latest member
GracieDebo

Latest Threads

Top