The "Freeola Customer Forum" forum, which includes Retro Game Reviews, has been archived and is now read-only. You cannot post here or create a new thread or review on this forum.
| tags. Very annoying. Anyone know a way round this? Page:
Fog wrote:
> Whooo! wrote: > I was using HTML 4.0 Transitional to validate it, and in 4.0 you > can't > use NAME= tags, sorted it by changing to 4.01 > > Can you change this on 1st page? I usually just delete it anyway but > they're becoming quite a fashion statement ;) These are by no means a "fashin" statement! If you want you HTML to validate and use current tags and standards, these are needed... may i suggest you look into DTD's and what the are for/designed for. All that lives in the url of the declaration of a DTD is a huge file containing all of the tags current to that version of HTML and how to display them in the browser. If you really clever, you can create your own DTD's and use them instead! As for changing it in First page, do it by hand!
Whooo! wrote:
> muhaha, this thread is back to haunt you... > > Using CSS, what tag is best to use to assign a class to a single line > of text within a paragraph of text, keeping it W3C valid? can't use > > gap. Use xxxx To get around some NS problems in the CSS file place: span{display : inline} This will stop netscape treating the Span as a block attribute and treat it as in inline keeping the text on one line! Muhaha... The CSS guru responds because hes just too damn good!
Whooo! wrote:
> I was using HTML 4.0 Transitional to validate it, and in 4.0 you can't > use NAME= tags, sorted it by changing to 4.01 Can you change this on 1st page? I usually just delete it anyway but they're becoming quite a fashion statement ;)
muhaha, this thread is back to haunt you...
Using CSS, what tag is best to use to assign a class to a single line of text within a paragraph of text, keeping it W3C valid? can't use because that'd leave a gap, and I dun wan no gap.
Whooo! wrote:
> I was using HTML 4.0 Transitional to validate it, and in 4.0 you can't > use NAME= tags, sorted it by changing to 4.01 Try using id=
I was using HTML 4.0 Transitional to validate it, and in 4.0 you can't use NAME= tags, sorted it by changing to 4.01
Well done mate, heh..
I'll look into the CSS later, but at the moment I'm struggling to get rollovers working without using Name="" in my img tags.. Anyone got an alternative script I could use?
Whooo! wrote:
> Anyone know a way round this? You could acheive it using CSS as this does allow for Height and Width settings on Tables, TD's and TR's, or even using the .body. There's even some JS that will allow it to centre based on the end users resolution. You could re-define the to position to topleft on a relative %... have I lost you yet?
I have tended not to try and assign a "height" to
|