Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
Floating table in AM

 

 


svsanchez
User

Jul 22, 2006, 3:12 PM

Post #1 of 5 (1540 views)
Shortcut
Floating table in AM Can't Post

Hello, I need to insert a floating table aligned to the right of the AM contents. When I do this, only the first article in the article list appears to the left of the floating table, then there is a big space underneath the first article and the rest of articles appear at the bottom of the floating table, instead of wrapping the entire left portion of the floating table.

Please help.

Thx


ross
Staff / Moderator


Jul 23, 2006, 10:55 AM

Post #2 of 5 (1537 views)
Shortcut
Re: [svsanchez] Floating table in AM [In reply to] Can't Post

Hi there.

Thanks for posting!

I was wondering, though, could you post up a link to a sample page where I can see the problem in action? That will make it much easier to put work out a solution for you.

If you didn’t want to link to your site in the forum, feel free to email it in through support@interactivetools.com

Either way, I look forward to hearing from you Smile.
-----------------------------------------------------------
Cheers,
Ross Fairbairn - Product Specialist
support@interactivetools.com

Hire me!  Save time by getting our experts to help with your project.
Template changes, advanced features, full integration, whatever you
need. Whether you need one hour or fifty, get it done fast with
Priority Consulting: http://www.interactivetools.com/consulting/



svsanchez
User

Jul 23, 2006, 6:10 PM

Post #3 of 5 (1532 views)
Shortcut
Re: [ross] Floating table in AM [In reply to] Can't Post

Sure Ross, please check the link below, you will see that only the first article's text to the left of the floating table with the advertising is wrapping it. The next article appears below the floating table, and I need it to appear just below the first article. I do not want to divide the center column in two because depending on the size of what I am publishing there would be to much "white space" so I want to have a floating table there that will only use the space it needs, and allows the articles summaries to wrap it, as it will almost allways be much bigger than what I put inside the floating table.

http://www.deguate.com/artman/publish/noticias.shtml


(This post was edited by svsanchez on Jul 23, 2006, 6:26 PM)


Donna
Staff / Moderator


Jul 24, 2006, 2:04 PM

Post #4 of 5 (1504 views)
Shortcut
Re: [svsanchez] Floating table in AM [In reply to] Can't Post

Hi there,

Thanks for your email. It looks like you're basically just having an issue getting the HTML to line up as you'd like.

One thing to remember with Article Manager is that the code that it outputs is just straight HTML -- there's nothing "special" about it that makes the output act any differently from a page that you had handcoded. So, what you basically need to do is take a look at the HTML directly.

So, I took a look, and it looks like you have a <br clear="all"> in your code, which tells the next line to be below anything else that might be there -- including your table. So, remove the <br clear="all"> tags from the list of articles in the index template, and you should be okay. :)

Donna

--
support@interactivetools.com


svsanchez
User

Jul 25, 2006, 3:59 PM

Post #5 of 5 (1480 views)
Shortcut
Re: [Donna] Floating table in AM [In reply to] Can't Post

Thanks donna, that did it :)