Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
correct use of <blockquote>
Old 08-21-2005, 04:37 AM correct use of <blockquote>
bez
bez's Avatar
Skilled Talker

Posts: 53
Trades: 0
Ive done a bit of research on blockquote but i cant seem to find a "from" attribute for this tag, which is a bit odd as surely every quote needs a source.

I know that there is 'cite', but as far as i can see this is only for linking the quote to another webpage, which i dont want to do, i just want to attribute the quote to a person.

For example, what would be to correct way to code this:

"Bez's websites are bloody marvellous"
-Mr Smith

I have this:

Code:
<blockquote>
<p>"Bez's websites are bloody marvellous"</p>
</blockquote>
<div class="quoteFrom">-Mr Smith</div>
With an arbitrary div tag for the 'From', which is hardly helpful semantics. If this is the only way to do it, would i be better sticking the 'fromQuote' in the 'blockquote':


Code:
<blockquote>
<p>Bez's websites are bloody marvellous</p>
<div class="quoteFrom">-Mr Smith</div>
</blockquote>
Thanks for any feedback

Last edited by bez; 08-21-2005 at 04:46 AM..
bez is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-21-2005, 05:06 AM
kate.SM's Avatar
Average Talker

Posts: 22
Location: England
Trades: 0
Hya,
I found this, seems to do what you want. maybe take a peep till someone here can help you further.

http://www.1976design.com/blog/archi...11/10/updates/

It did take me to a guys pictures so I think thats what you mean buy person...unsure!

kate.SM is offline
Reply With Quote
View Public Profile Visit kate.SM's homepage!
 
Old 08-21-2005, 05:37 AM
bez
bez's Avatar
Skilled Talker

Posts: 53
Trades: 0
I want to simply list the name of the person who made to the quote, no href at all. Im just wondering the correct CSS/ XHTML structure for this, if there is a way to implicitly link to quote with who it was made by.

For example, the <table> tag can contain a <caption> tag, which is used to give the table a title. That title is then implicitly linked to the table and is therefore semantically superior to writing, say, <h2> followed by <table> (where there would be no implicit link). I would have thought something similar would exist with <blockquote>, so we can, say, put <author> inside <blockquote> to implicitly link the quote with the author. In my code above there is no link between the the quote and the source (apart from what can be implied by the viewer of the page).

The link you posted seems to just use javascript to append the contents of the 'title' field to the end of the quote, which semantically is probably worse than what im doing right now.
bez is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to correct use of <blockquote>
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.53221 seconds with 12 queries