09.08.2016, 08:50
Hey,
So basically, I've been learning some HTML alongwith CSS. I was making an "IRC" button page so that on the website, when a player clicks the tab, it shows him a Embed "Mibbit IRC Widget". But it shows the chat widget at the most top of it, I want to basically lower the the chat widget a little bit so I can create a few buttons on the top that takes the user back to the website and some others. But I really have no idea how can I position the widget a little bit lower.
Here's my code
Here's a demo, how to looks like
Click Me!
I know that this forum has nothing to do with HTML or CSS, but I thought there would be a few guys who could potentially help me out!?
Thanks,
So basically, I've been learning some HTML alongwith CSS. I was making an "IRC" button page so that on the website, when a player clicks the tab, it shows him a Embed "Mibbit IRC Widget". But it shows the chat widget at the most top of it, I want to basically lower the the chat widget a little bit so I can create a few buttons on the top that takes the user back to the website and some others. But I really have no idea how can I position the widget a little bit lower.
Here's my code
Код HTML:
<section> <center><iframe width="800" height="800" scrolling="no" src="http://widget.mibbit.com/?settings=8b71c0d91bc8459f780f947ef2ad92d4&server=irc.tl&channel=%23UoS.Echo%20%23UoS"></iframe></center></section> <html> <body background="bgimage.jpg"> </body> </html>
Click Me!
I know that this forum has nothing to do with HTML or CSS, but I thought there would be a few guys who could potentially help me out!?
Thanks,