I just wanted to get some advice, and maybe some best practices from
those who have done this.

I am wanting to use ajax, to load content into a div.  I am wanting
the link to be more than just a line of text.  It will be a box with
an image, and multiple lines of text in it.  I had wished I could just
use a div, with p tags inside, but I know this won't work since I need
to use an anchor tag with a href attribute.

So, would the best way to do this be, just make the anchor the
container, and add my content in spans, and then set them to block?
Or is there a better way, to make an entire block of content the ajax
link?

Reply via email to