[html] verkeerde titel op pagina

Pagina: 1
Acties:
  • 195 views sinds 30-01-2008
  • Reageer

  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
Ik heb op een website, die helemaal gemaakt is met tabellen, bovenaan staan <a name="bovenkant"> als ik nu onderaan de pagina op <a href="#bovenkant"> klik komt er niet meer netjes de titel boven in de balk te staan maar http://ipadres/naamsite/ Hier had dus moet staan Naam Site
Hoe verander ik dit en wat doe ik verkeerd

  • [eNeRGy]
  • Registratie: November 1999
  • Laatst online: 24-04-2025
staat er wel een <title>Naam Site</title> in je pagina? en zo ja, netjes in een <head></head>?

  • akakiwi
  • Registratie: September 2000
  • Laatst online: 20-03 11:13

akakiwi

I believe in the ruling class.

Staat die <a name="bovenkant"> wel binnen de body-TAG??

| Life is a game (and games are fun) | homepage |


  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
Ja ik heb net jes <title></title> tussen de head staan en <a name="bovenkant"> staan binnen de body.

  • teacher
  • Registratie: September 2001
  • Laatst online: 23:23

teacher

Frontpage Admin / Global Moderator

Dysgaf!

titel? bedoel je de url?

neem anders toch even een 0-frame op in je site....

Wise enough to play the fool


  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
Nee een frame wil niet want ik heb een uitklapbaar menu aan de bovenkant en die gaat niet over een ander frame heen maar wel over een andere tabel vandaar de keuzu voor tabellen

  • Rickets
  • Registratie: Augustus 2001
  • Niet online

Rickets

Finger and a shift

Heb je de pagina online staan? :)
Nu moeten wij gaan raden wat het zou kunnen zijn.....

If some cunt can fuck something up, that cunt will pick the worst possible time to fucking fuck it up, because that cunt’s a cunt.


  • [eNeRGy]
  • Registratie: November 1999
  • Laatst online: 24-04-2025
heb je wel </a> achter de 2 tags staan?

  • RM-rf
  • Registratie: September 2000
  • Laatst online: 01:26

RM-rf

1 2 3 4 5 7 6 8 9

kun je dat reproduceren, het komt me nl. heel vreemd over, als dit gebeurt lijkt me dit een probleem van je browser:

eventueel kun je die link ook met javascript aanroepen
code:
1
<a href="javascript:window.location.hash = 'bovenkant'; return false;">blaat</a>


maar ik ben erg geinteresseerd of je een voorbeeldje van wat nu mis gaat online kunt zetten

Intelligente mensen zoeken in tijden van crisis naar oplossingen, Idioten zoeken dan schuldigen


  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
Oke het staat online

url:
http://www.cervus.nl/nieuw

De plaatjes staan er niet op dus echt geweldig ziet het er nog niet uit. Ook de flash filmpjes staan er niet op. Rechts onder zie je boven staan als je daar op klikt komt er ipv Cervus Automatisering in de titelbalk http://www.cervus.nl/nieuw te staan

  • akakiwi
  • Registratie: September 2000
  • Laatst online: 20-03 11:13

akakiwi

I believe in the ruling class.

eNerGY heeft gelijk.
Staat er een </a> Tag achter <a name=bovenkant></a>?????

| Life is a game (and games are fun) | homepage |


  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
ja de </a> tag staat er

  • teacher
  • Registratie: September 2001
  • Laatst online: 23:23

teacher

Frontpage Admin / Global Moderator

Dysgaf!

TwoR schreef op 24 oktober 2002 @ 14:33:
Nee een frame wil niet want ik heb een uitklapbaar menu aan de bovenkant en die gaat niet over een ander frame heen maar wel over een andere tabel vandaar de keuzu voor tabellen
Als je nou niet weet wat een 0-frame is...

frameset rows="*,100%"

* is een leeg frame
100% is je eigenlijke site.

Hierdoor blijft altijd je url in de adresbalk staan....

Wise enough to play the fool


  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
Oke sorry verkeerd gelezen ha over die 0 heen gekeken is idd wel een goed id dan doe ik dat wel.

  • RM-rf
  • Registratie: September 2000
  • Laatst online: 01:26

RM-rf

1 2 3 4 5 7 6 8 9

bij mij werkt dit gewoon, dus ik neem aan dat het aan je browser ligt,
heb je het javascriptje geprobeerd?
als je enkel een scroll-naar-boven wilt kun je misschien daar zelf ook een script voor gebruiken, iets met window.doScroll('Top')-dingetjes (even nazoeken)

Intelligente mensen zoeken in tijden van crisis naar oplossingen, Idioten zoeken dan schuldigen


  • Hangloozz
  • Registratie: Juli 1999
  • Laatst online: 13-07 17:24

Hangloozz

{ @$%&# }

ik zal even de validation dump bijsluiten..
Je hebt dus nog wel even wat te doen ;)

Grote kans dat je error dan ook verdwijnt.

HTML:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Line   Message                                                                                                                                                                                           
 8     The tag: "body" doesn't have an attribute: "leftmargin" in currently active versions.                                                                                                             
 8     The tag: "body" doesn't have an attribute: "topmargin" in currently active versions.                                                                                                              
 8     The tag: "body" doesn't have an attribute: "marginwidth" in currently active versions.                                                                                                            
 8     The tag: "body" doesn't have an attribute: "marginheight" in currently active versions.                                                                                                           
 20    The value TEXT/JAVASCRIPT is not valid for the "type" attribute in HTML4. The value is valid if  double quoted.                                                                                   
 20    TEXT/JAVASCRIPT is not a valid value for the "type" attribute in any of the currently active versions. See the above warnings for more details.                                                   
 24    The value TEXT/JAVASCRIPT is not valid for the "type" attribute in HTML4. The value is valid if  double quoted.                                                                                   
 24    TEXT/JAVASCRIPT is not a valid value for the "type" attribute in any of the currently active versions. See the above warnings for more details.                                                   
 28    The value TEXT/JAVASCRIPT is not valid for the "type" attribute in HTML4. The value is valid if  double quoted.                                                                                   
 28    TEXT/JAVASCRIPT is not a valid value for the "type" attribute in any of the currently active versions. See the above warnings for more details.                                                   
 30    The tag: "table" doesn't have an attribute: "height" in currently active versions.                                                                                                                
 30    The tag: "table" doesn't have an attribute: "cellpading" in currently active versions.                                                                                                            
 53    The tag: "table" doesn't have an attribute: "height" in currently active versions.                                                                                                                
 67    The tag: "table" doesn't have an attribute: "valign" in currently active versions.                                                                                                                
 70    The tag: "td" doesn't have an attribute: "background" in currently active versions.                                                                                                               
 74    The tag: "td" doesn't have an attribute: "background" in currently active versions.                                                                                                               
 83    The value #CFCFCF is not valid for the "value" attribute in HTML32. The value is valid if  double quoted.                                                                                         
 83    #CFCFCF is not a valid value for the "value" attribute in any of the currently active versions. See the above warnings for more details.                                                          
 86    The tag name: "EMBED" not found in currently active versions                                                                                                                                      
 90    The tag: "td" doesn't have an attribute: "background" in currently active versions.                                                                                                               
 103   The tag: " table" is invalid inside tag: "p".  The "p" end tag is optional. Validation will proceed as if the tag were ended.                                                                     
 103   The tag: "table" doesn't have an attribute: "valign" in currently active versions.                                                                                                                
 106   The tag: "td" doesn't have an attribute: "background" in currently active versions.                                                                                                               
 110   The tag: "td" doesn't have an attribute: "background" in currently active versions.                                                                                                               
 120   The value #CFCFCF is not valid for the "value" attribute in HTML32. The value is valid if  double quoted.                                                                                         
 120   #CFCFCF is not a valid value for the "value" attribute in any of the currently active versions. See the above warnings for more details.                                                          
 123   The tag name: "EMBED" not found in currently active versions                                                                                                                                      
 127   The tag:"td" is not allowed within: "div". No valid contexts are specified for this element in currently active versions.                                                                         
 127   The tag: "td" doesn't have an attribute: "background" in currently active versions.                                                                                                               
 129   The tag:"tr" is not allowed within: "div" It is only allowed within: table, tbody, tfoot, thead.                                                                                                  
 133   No starting tag found for: "td", or it was closed too many times                                                                                                                                  
 135   Nesting error, "div" should be closed before closing "table"                                                                                                                                      
 139   The tag:"td" is not allowed within: "div". No valid contexts are specified for this element in currently active versions.                                                                         
 139   The tag: "td" doesn't have an attribute: "border" in currently active versions.                                                                                                                   
 141   The tag:"td" is not allowed within: "div". No valid contexts are specified for this element in currently active versions.                                                                         
 143   The tag: "table" doesn't have an attribute: "height" in currently active versions.                                                                                                                
 143   The tag: "table" doesn't have an attribute: "valign" in currently active versions.                                                                                                                
 146   The tag: "td" doesn't have an attribute: "background" in currently active versions.                                                                                                               
 150   The tag: "td" doesn't have an attribute: "background" in currently active versions.                                                                                                               
 161   In HTML 4.0, CENTER is deprecated.                                                                                                                                                                
 176   In HTML 4.0, FONT is deprecated. It may become obsolete in future versions, consider using style sheets instead.                                                                                  
 181   The tag:"td" is not allowed within: "font". No valid contexts are specified for this element in currently active versions.                                                                        
 181   The tag: "td" doesn't have an attribute: "background" in currently active versions.                                                                                                               
 183   The tag:"tr" is not allowed within: "font" It is only allowed within: table, tbody, tfoot, thead.                                                                                                 
 189   Nesting error, "font" should be closed before closing "table"                                                                                                                                     
 189   The tag: " p" allows optional end tag. End tag:  "table" closes "p" context. Validation will proceed as if the tag were ended.                                                                    
 189   The tag: " p" allows optional end tag. End tag:  "table" closes "p" context. Validation will proceed as if the tag were ended.Nesting error, "div" should be closed before closing "table"        
 189   Nesting error, "div" should be closed before closing "table"                                                                                                                                      
 189   Nesting error, "center" should be closed before closing "table"                                                                                                                                   
 190   Nesting error, "div" should be closed before closing "table"                                                                                                                                      
 190   The tag: " tr" allows optional end tag. End tag:  "table" closes "tr" context. Validation will proceed as if the tag were ended.                                                                  
 193   In HTML 4.0, CENTER is deprecated.                                                                                                                                                                
 196   The tag:"link" is not allowed within: "center" It is only allowed within: head.                                                                                                                   
 198   The tag: "table" doesn't have an attribute: "height" in currently active versions.                                                                                                                
 201   In HTML 4.0, FONT is deprecated. It may become obsolete in future versions, consider using style sheets instead.                                                                                  
 202   In HTML 4.0, CENTER is deprecated.                                                                                                                                                                
 202   The tag:"center" is not allowed within: "font" It is only allowed within: button, del, fieldset, iframe, ins, noframes, noscript, object, td, th.                                                 
 207   The tag:"td" is not allowed within: "center". No valid contexts are specified for this element in currently active versions.                                                                      
 208   In HTML 4.0, FONT is deprecated. It may become obsolete in future versions, consider using style sheets instead.                                                                                  
 211   The tag:"td" is not allowed within: "font". No valid contexts are specified for this element in currently active versions.                                                                        
 217   Nesting error, "font" should be closed before closing "table"                                                                                                                                     
 217   Nesting error, "div" should be closed before closing "table"                                                                                                                                      
 217   The tag: " td" allows optional end tag. End tag:  "table" closes "td" context. Validation will proceed as if the tag were ended.                                                                  
 217   The tag: " td" allows optional end tag. End tag:  "table" closes "td" context. Validation will proceed as if the tag were ended.Nesting error, "center" should be closed before closing "table"   
 217   Nesting error, "font" should be closed before closing "table"                                                                                                                                     
 217   Nesting error, "div" should be closed before closing "table"                                                                                                                                      
 193   No closing tag was found for the "center" tag, which must be closed.

sorry voor de layout fok-up :>

www.jurgroessen.nl


  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
zo das vervelend das een beste lijst maar ja ik zal hem ff nalopen ik heb nu een 0-frame gebruikt en dit werkt goed thnx

//edit
Waarmee heb je de validatie dump gemaakt ??

  • OnTracK
  • Registratie: Oktober 2002
  • Laatst online: 21:13
Als ik zo even jouw fouten-lijst doorlees zie ik allemaal tags die "officieel" niet gesupport worden, maar wel gebruikt kunnen worden. Alhoewel ik de topicstarter aanraad om zoveel mogelijk tags te sluiten kun je het grootste deel van deze errors negeren.
alle regels waar staat: the tag: "xxx" doesn't have the attribute: "xxx", zijn volgens mij oncorrect

Not everybody wins, and certainly not everybody wins all the time.
But once you get into your boat, push off and tie into your shoes.
Then you have indeed won far more than those who have never tried.


  • Hangloozz
  • Registratie: Juli 1999
  • Laatst online: 13-07 17:24

Hangloozz

{ @$%&# }

OnTracK schreef op 24 oktober 2002 @ 15:04:
alle regels waar staat: the tag: "xxx" doesn't have the attribute: "xxx", zijn volgens mij oncorrect
mja, denk je?
Waarom zou er dan nog een standaard ingevoerd worden als je toch 'beter' alles kunt negeren?

Bovenstaande dump is gebaseerd op de HTML 4.01 standaard en al zijn sommige errors niet van levensbelang zou ik er toch wel waarde aan hechten.
Daarnaast is het altijd beter om style kenmerken gescheiden te houden van opmaak en dus gewoon in een style-block declareren.

www.jurgroessen.nl


  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
Hangloozz ff waar heb je die dump gemaakt vanaf een website zoja welke. Met een een programma zoja welk programma?

  • Rickets
  • Registratie: Augustus 2001
  • Niet online

Rickets

Finger and a shift

TwoR schreef op 24 oktober 2002 @ 15:22:
Hangloozz ff waar heb je die dump gemaakt vanaf een website zoja welke. Met een een programma zoja welk programma?
Ik vermoed http://validator.w3.org/ ;)

Verkeerd vermoeden, sorry :X

If some cunt can fuck something up, that cunt will pick the worst possible time to fucking fuck it up, because that cunt’s a cunt.


  • aj-san
  • Registratie: Februari 2001
  • Laatst online: 14-01 08:34
Probeer anders eens de W3 HTML Validator

[ Voor 0% gewijzigd door aj-san op 24-10-2002 15:28 . Reden: Gah 1 minuut te laat dus ;) ]

Don't try... do. Or do not. There is no try. -- Master Yoda


  • Hangloozz
  • Registratie: Juli 1999
  • Laatst online: 13-07 17:24

Hangloozz

{ @$%&# }

Ik vermoed de ingebouwde validator van Homesite :P

www.jurgroessen.nl


  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
ja maar als ik vanaf daar ook zoiets doe krijg ik niet zo'n lijst geef ik dan verkeerderde opties mee ?

  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
cool nu jij zij dat het in homesite ingebouwd wqas ben ik ff door mij ultra edit heen gelopen en heb het daar ook gevonden nu kan ik zelf ook van die mooie lijsten maken.

  • Hangloozz
  • Registratie: Juli 1999
  • Laatst online: 13-07 17:24

Hangloozz

{ @$%&# }

TwoR schreef op 24 oktober 2002 @ 15:33:
oke dat programma heb ik ook nog wel ergens gat ik gewoon die weer gebruiken. Thnx voor het antwoord
Tss, die hàd je al moeten gebruiken :( :P

let naast die errors ook goed op de documentstructuur:
- scripts in de head (<head> scripts </head>)
- stylesheet link in de head

www.jurgroessen.nl


  • TwoR
  • Registratie: Augustus 2002
  • Laatst online: 28-08 08:57

TwoR

Gekleurde stippen

Topicstarter
Ja maar ik gebruik vooral ultraedit veel maar wist niet dat het daar ook ingebouwd zat
Pagina: 1