Hi I have button control in my web page. It is placed above the attachment files. I want that button on the right side of that attachments. What can I do for this?

Thanks in advance,
Revathy.

Comments

marcvangend’s picture

I can't tell you without seeing the site. Can you post a link?

BTW, this is most likely a theming question, Module development is probably not the most appropriate forum section.

sanjanaa’s picture

Thank you marcvangend. But now i am designing site in my localhost. I am unable send link for this.

Whats my problem is I have a button control and one attachment file for download in my page. These two only placed in my page.

I used the code

for Button in body section.

I attached a folder in File Attachments Section.

That attachment is placed below the button control. I want to place the button on the right side of the attachment.

For example:

I need my attachment here: I need my button Here:

But Now:

My button is available Here:

My attachment is available Here:

Thanks,
Revathy.

marcvangend’s picture

I understand, but in that case, I can't do much for you. Usually this should be able with CSS, probably by setting 'float:left' on the button element. If these instructions sound like abracadabra to you, find a CSS tutorial and/or read the Drupal theme guide.

sanjanaa’s picture

Ok Thank you marcvangend. I will try to do using CSS.

Thanks,
Revathy.