I am trying to post a piece of html into a cell in the table but cannot get it to display - although it wants an url - I want to have more attributes to the url - for example an image at this address: http://www.upvbc.org/files/u1/_DAN3265.jpg http://www.upvbc.org/files/u1/_DAN3265.jpg
What I actually want:
![]()
<a rel="lightbox" href="/files/u1/U17_536%20x%2080005.jpg" title="Alaurra Boring"><img src="http://www.upvbc.org/files/u1/_DAN3265.jpg" alt="Alaurra" height="50" width="34" /></a>
What is the correct way to do this?
I am using excel to enter my data, then export to csv and using table manager to import the csv. Although there may be better ways to do all of this - I don't know them:)
Comments
Comment #1
danmc commentedOn selecting edit and viewing my code - somehow all the " quote became "" doubled. A wysiwyg must have did it... or possibly it is the excel formatting causing it - either way I know what to look for.