PDA

Click to See Complete Forum and Search --> : Span ....


OneSource
Mar 30th, 2005, 05:09 PM
Hi, I'm inexperienced with HTML and I'm looking at someones else's code for a project at work (I know, I know - bad idea! :afrog: ) Anyway, there are all of these span tags in the file like <SPAN class="624594814-13082004"> and I want to know what they do. When I did some research on class, it said that it was associated with formatting in a css file; however, none of the css files in the project have 624594814-13082004. What am I missing?

mendhak
Mar 30th, 2005, 11:57 PM
Span tags have no meaning but are used as placeholders for styles, etc. Yes, the class mentioned there should be present in your CSS file or stylesheet information on that page. If not, it may just be there because the page was autogenerated or some similar reason.

OneSource
Apr 1st, 2005, 02:23 PM
Thanks mendhak! :thumb: