This is my forum: http://www.duelacademy.net/forum
The widgets appear down below the forums and not on the same line. How do i fix it?
This is the normal appearance: http://prntscr.com/8cv1u8
This what happens after i add the new code: http://prntscr.com/8cv2g0
The widget moves down below forums, like this: http://prntscr.com/8cv4vf
This is the code I'm trying to add:
I couldn't find anything faulty with the code. It's simple HTML and CSS, I don't see why it's not working. I'm adding the code to Homepage message.
I would post the entire thing we have there, but it says message too long when i try to post it here.
The widgets appear down below the forums and not on the same line. How do i fix it?
This is the normal appearance: http://prntscr.com/8cv1u8
This what happens after i add the new code: http://prntscr.com/8cv2g0
The widget moves down below forums, like this: http://prntscr.com/8cv4vf
This is the code I'm trying to add:
- Code:
<style>
#img_url_main_events {
 width: 794px;
}
Â
 #img_url_ann_in {
 margin: -2px;
 text-align: center;
 }
</style>
<div id="img_url_main_events">
 <a id="img_url_unique" href="LINKHERE"><img id="img_url_ann_in" src="http://i.imgur.com/O9AeCgx.png"/></a>
 <a id="img_url_unique" href="LINKHERE"><img id="img_url_ann_in" src="http://i.imgur.com/G7cvzzA.png"/></a>
 <a id="img_url_unique" href="LINKHERE"><img id="img_url_ann_in" src="http://i.imgur.com/U65FxSA.png"/></a>
 <a id="img_url_unique" href="LINKHERE"><img id="img_url_ann_in" src="http://i.imgur.com/T5zf0zu.png"/></a>
   </div>
I couldn't find anything faulty with the code. It's simple HTML and CSS, I don't see why it's not working. I'm adding the code to Homepage message.
I would post the entire thing we have there, but it says message too long when i try to post it here.