Topic: Question regarding cleaning up HTML code |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 12-14-2001 09:26
Hello, is there any program that'll make HTML code compact? That is, take out double spaces (or single), needless chars. etc? Thanks! |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 12-14-2001 11:45
pshopuser: I suppose it depends on what you want to remove. In general I would suggest using HTMLTidy: |
Maniac (V) Inmate From: under the bed |
posted 12-14-2001 14:52
Of course, you could always just code it neatly the 1st time around |
Maniac (V) Mad Scientist From: Mi, USA |
posted 12-15-2001 00:32
DL !!!! you dont mean "learn to write html correctly do you?" *looks shocked* my my.... what has the world come too? ~Vp~ |
Maniac (V) Inmate From: The Land of one Headlight on. |
posted 12-16-2001 17:41
If this is off topic... feel free to delete. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 12-16-2001 21:36 |
Maniac (V) Inmate From: The Land of one Headlight on. |
posted 12-16-2001 22:29
Thanx. ^^ |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 12-16-2001 22:39
Hmm, but don't consider CSS a bell or whistle, it should go hand in hand with HTML (or XHTML). |
Maniac (V) Inmate From: The Land of one Headlight on. |
posted 12-17-2001 06:46
Slime... I have a small book on basic html. I also have 'FP'...which from what I gather here abouts is the worst of the wysiwig's... so my thinking was/is... that I'd try, for the first time, to put together something embarassingly simple in order to get an understanding of the basics. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 12-17-2001 19:56 |
Maniac (V) Inmate From: The Land of one Headlight on. |
posted 12-17-2001 20:43
Think my plate is getting pretty full here! <lol> |
Nervous Wreck (II) Inmate From: Sunnyvale, California (USA) |
posted 12-18-2001 10:38
> Think my plate is getting pretty full here! <lol> |
Maniac (V) Inmate From: The Land of one Headlight on. |
posted 12-18-2001 13:23
Hey there Brian...thanx for that. Will use that as a guide. I was reading the 'tables' tutorial over at the GN... a bit mind twisting for sure... well for *my* brain anyway. Then I read a CSS link Emps posted and thought, well hey I don't have to learn tables... if I learn CSS. Then my brain crashed. |
Paranoid (IV) Inmate From: Milwaukee |
posted 12-18-2001 15:25
Slime: look up the "before" and "after" pseudoclasses -- they let you put text content in CSS. Also, by using background-image, you can specify image content in CSS. The result? Greater control over what content different users see. Say you have a lot of decorative images that would be meaningless to a text-to-speech program; you can make them all background images specified in CSS. Say you have text that you only want full-featured browsers to display -- use "after" to specify it in the CSS. |