473,326 Members | 2,438 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Kleines HTML-Problem

ich habe ein ganz kleines Problem.

Es geht um folgende Seite:
http://www.kairos-vision/index.html

Hier sieht man oben den Titel "kairos-vision", darunter verläuft ein
<hr>, daneben die Schrift "der richtige Zeitpunkt".

ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
verläuft, gewissermaßen als Unterstreichung, der weitere Text soll wie
jetzt rechts neben dem Strich anschließen.

ich habe rumprobiert, aber bin irgendwie nicht auf einen grünen Zweig
gekommen.

Danke für Tipps

Werner

--
--------------------------------------------------
Werner Partner, 45699 Herten
http://www.sonoptikon.de
Jul 24 '05 #1
9 1734
Werner Partner schrieb:
ich habe ein ganz kleines Problem.

Es geht um folgende Seite:
http://www.kairos-vision/index.html


Entschuldigung:
http://www.kairos-vision.de/index.htm

--
--------------------------------------------------
Werner Partner, 45699 Herten
http://www.sonoptikon.de
Jul 24 '05 #2
Werner Partner schrieb:
Werner Partner schrieb:
ich habe ein ganz kleines Problem.

Es geht um folgende Seite:
http://www.kairos-vision/index.html

Entschuldigung:
http://www.kairos-vision.de/index.htm

heute ist nicht mein Tag:
http://www.kairos-vision.de/index.html
--
--------------------------------------------------
Werner Partner, 45699 Herten
http://www.sonoptikon.de
Jul 24 '05 #3
Els
Werner Partner wrote:
ich habe ein ganz kleines Problem.

Es geht um folgende Seite:
http://www.kairos-vision/index.html
Die Seite is nicht da... [1]
http://www.kairos-vision.de/index.html gibts ;-)
Hier sieht man oben den Titel "kairos-vision", darunter verläuft ein
<hr>, daneben die Schrift "der richtige Zeitpunkt".

ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
verläuft, gewissermaßen als Unterstreichung, der weitere Text soll wie
jetzt rechts neben dem Strich anschließen.
Mein Deutsch ist nicht so gut, so I'll continue in English if you
don't mind. You have the <h1> above a table, and the <hr> is inside
the table. If you want the distance between them smaller, why not put
them in the same table cell together? Then it will be just a matter of
margins on both <h1> and <hr> to define how close they have to be.
ich habe rumprobiert, aber bin irgendwie nicht auf einen grünen Zweig
gekommen.

Danke für Tipps


Okay, then also: there shouldn't be any javascript (or anything else)
above the doctype declaration afaik, and there is no need to use
tables for the layout.

[1]
I wrote that before I read your other two posts.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 24 '05 #4
Els schrieb:
Werner Partner wrote:

ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
verläuft, gewissermaßen als Unterstreichung, der weitere Text soll wie
jetzt rechts neben dem Strich anschließen.

Mein Deutsch ist nicht so gut, so I'll continue in English if you
don't mind. You have the <h1> above a table, and the <hr> is inside
the table. If you want the distance between them smaller, why not put
them in the same table cell together? Then it will be just a matter of
margins on both <h1> and <hr> to define how close they have to be.


the problem is that "der richtige Zeitpunkt" should be on the same Level
as the <hr>. Eventually it is not possible, what I want.

Werner
--
--------------------------------------------------
Werner Partner, 45699 Herten
http://www.sonoptikon.de
Jul 24 '05 #5
Els
Werner Partner wrote:
Els schrieb:
Werner Partner wrote:

ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
verläuft, gewissermaßen als Unterstreichung, der weitere Text soll wie
jetzt rechts neben dem Strich anschließen.


Mein Deutsch ist nicht so gut, so I'll continue in English if you
don't mind. You have the <h1> above a table, and the <hr> is inside
the table. If you want the distance between them smaller, why not put
them in the same table cell together? Then it will be just a matter of
margins on both <h1> and <hr> to define how close they have to be.


the problem is that "der richtige Zeitpunkt" should be on the same Level
as the <hr>. Eventually it is not possible, what I want.


Of course it's possible. Anything is possible :-)

So, it's 'der richtige Zeitpunkt' that you want to be on the same
level, not "kairos".

Just to be sure, the effect you want is this?

kairos vision

_______________der richtige Zeitpunkt

I am looking at it in Opera btw, where it shows like this:

kairos vision

_______________der richtige
Zeitpunkt
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 24 '05 #6
Els schrieb:
Werner Partner wrote:

Els schrieb:

Werner Partner wrote:

ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
verläuft, gewissermaßen als Unterstreichung, der weitere Text soll wie
jetzt rechts neben dem Strich anschließen.

Mein Deutsch ist nicht so gut, so I'll continue in English if you
don't mind. You have the <h1> above a table, and the <hr> is inside
the table. If you want the distance between them smaller, why not put
them in the same table cell together? Then it will be just a matter of
margins on both <h1> and <hr> to define how close they have to be.


the problem is that "der richtige Zeitpunkt" should be on the same Level
as the <hr>. Eventually it is not possible, what I want.

Of course it's possible. Anything is possible :-)

So, it's 'der richtige Zeitpunkt' that you want to be on the same
level, not "kairos".

Just to be sure, the effect you want is this?

kairos vision

_______________der richtige Zeitpunkt

I am looking at it in Opera btw, where it shows like this:

kairos vision

_______________der richtige
Zeitpunkt

It should be like this:

==============================================
kairos vision
------------------- der richtige Zeitpunkt

*** another text ***
==============================================

The Problem is

==============================================
kairos vision

------------------- der richtige Zeitpunkt

*** another text ***
==============================================

regards

Werner

--
--------------------------------------------------
Werner Partner, 45699 Herten
http://www.sonoptikon.de
Jul 24 '05 #7
Els
Werner Partner wrote:
Els schrieb:
Werner Partner wrote:
Els schrieb:
Werner Partner wrote:

>ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
>verläuft, gewissermaßen als Unterstreichung, der weitere Text soll wie
>jetzt rechts neben dem Strich anschließen.

Mein Deutsch ist nicht so gut, so I'll continue in English if you
don't mind. You have the <h1> above a table, and the <hr> is inside
the table. If you want the distance between them smaller, why not put
them in the same table cell together? Then it will be just a matter of
margins on both <h1> and <hr> to define how close they have to be.

the problem is that "der richtige Zeitpunkt" should be on the same Level
as the <hr>. Eventually it is not possible, what I want.


Of course it's possible. Anything is possible :-)

So, it's 'der richtige Zeitpunkt' that you want to be on the same
level, not "kairos".

Just to be sure, the effect you want is this?

kairos vision

_______________der richtige Zeitpunkt

I am looking at it in Opera btw, where it shows like this:

kairos vision

_______________der richtige
Zeitpunkt

It should be like this:

==============================================
kairos vision
------------------- der richtige Zeitpunkt

*** another text ***
==============================================

The Problem is

==============================================
kairos vision

------------------- der richtige Zeitpunkt

*** another text ***
==============================================


So, do what I said in my first reply: put the <h1> in the same table
cell as the <hr>, and adjust the margins of those two elements.
Of course you can choose to leave the <h1> outside that table, but
then you have to consider the margins on the table as well, plus the
padding of the cell.

--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Jul 24 '05 #8
On Tue, 21 Jun 2005, Werner Partner wrote:
heute ist nicht mein Tag:


It's not your day and it's not your newsgroup.
Your newsgroups is <news:de.comm.infosystems.www.authoring.misc>
where you may write in German.

--
Nicht's geht mehr ohne Apostroph.

Jul 24 '05 #9
Els schrieb:
Werner Partner wrote:

Els schrieb:
Werner Partner wrote:
Els schrieb:

>Werner Partner wrote:
>
>
>>ich möchte gerne, dass der Strich direkt unter dem Strichzug "kairos"
>>verläuft, gewissermaßen als Unterstreichung, der weitere Text soll wie
>>jetzt rechts neben dem Strich anschließen.
>
>Mein Deutsch ist nicht so gut, so I'll continue in English if you
>don't mind. You have the <h1> above a table, and the <hr> is inside
>the table. If you want the distance between them smaller, why not put
>them in the same table cell together? Then it will be just a matter of
>margins on both <h1> and <hr> to define how close they have to be.

the problem is that "der richtige Zeitpunkt" should be on the same Level
as the <hr>. Eventually it is not possible, what I want.

Of course it's possible. Anything is possible :-)

So, it's 'der richtige Zeitpunkt' that you want to be on the same
level, not "kairos".

Just to be sure, the effect you want is this?

kairos vision

_______________der richtige Zeitpunkt

I am looking at it in Opera btw, where it shows like this:

kairos vision

_______________der richtige
Zeitpunkt


It should be like this:

==============================================
kairos vision
------------------- der richtige Zeitpunkt

*** another text ***
==============================================

The Problem is

==============================================
kairos vision

------------------- der richtige Zeitpunkt

*** another text ***
==============================================

So, do what I said in my first reply: put the <h1> in the same table
cell as the <hr>, and adjust the margins of those two elements.
Of course you can choose to leave the <h1> outside that table, but
then you have to consider the margins on the table as well, plus the
padding of the cell.


Thanks, I will try that way.

Werner

--
--------------------------------------------------
Werner Partner, 45699 Herten
http://www.sonoptikon.de
Jul 24 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: VK | last post by:
09/30/03 Phil Powell posted his "Radio buttons do not appear checked" question. This question led to a long discussion about the naming rules applying to variables, objects, methods and properties...
0
by: Boris Ammerlaan | last post by:
This notice is posted about every week. I'll endeavor to use the same subject line so that those of you who have seen it can kill-file the subject; additionally, Supersedes: headers are used to...
20
by: Al Moritz | last post by:
Hi all, I was always told that the conversion of Word files to HTML as done by Word itself sucks - you get a lot of unnecessary code that can influence the design on web browsers other than...
4
by: Francois Keyeux | last post by:
hello everyone: i have a web site built using vbasic active server scripting running on iis (it works on either iis 50 and 60, but is designed for iis 50) i know how to create a plain text...
5
by: serge calderara | last post by:
Dear all, I am new in asp.net and prepare myself for exam I still have dificulties to understand the difference between server control and HTML control. Okey things whcih are clear are the fact...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.