Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Span Style
Message
 
 
To
14/05/2014 18:28:21
General information
Forum:
HTML5
Category:
HTML
Title:
Miscellaneous
Thread ID:
01599989
Message ID:
01599996
Views:
47
Thank you.

>http://webdesignfromscratch.com/html-css/css-block-and-inline/
>
>>I am looking at a web site where a text is rendered as paragraphs. For example:
>>
>>
>>Lorem ipsum dolor sit amet, 
>>
>>consectetuer adipiscing elit, sed diam nonummy nibh 
>>
>>volutpat. Ut wisi enim ad minim veniam, quis 
>>
>>
>>The HTML code (from View Source) for the above paragraphs is something like this:
>>
>>
>><span id="id1" class="unknownclassname">
>>   <a href="#">Lorem ipsum dolor sit amet, </a></span>
>>
>><span id="id2" class="unknownclassname">
>>   <a href="#">consectetuer adipiscing elit, sed diam nonummy nibh </a></span>
>>
>><span id="id3" class="unknownclassname">
>>   <a href="#">volutpat. Ut wisi enim ad minim veniam, quis </a></span>
>>
>>
>>When I copy the above source into my blank HTML file all text appears as one continuous text, without breaks. As Span tag is supposed to do. Yet on the web site where I see this, it is all rendered as paragraphs. As if instead of Span they used P tag.
>>
>>Is this in their Span class? Or in other words, if you were to create a style for this "unknownclassname" what would be there to make the text appear in paragraphs?
>>
>>TIA
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Previous
Reply
Map
View

Click here to load this message in the networking platform