MyBB Community Forums

Full Version: put pictures in sidebar??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I put pictures in my sidebar(made by nayar).and how can I change the height of the each box????
Open side box settings from ACP and put the following code in the box where it says ADDITIONAL BOX 1:

<img src="YOUR IMAGE URL HERE"></img>
(2011-05-05, 03:24 PM)crazy4cs Wrote: [ -> ]Open side box settings from ACP and put the following code in the box where it says ADDITIONAL BOX 1:

<img src="YOUR IMAGE URL HERE"></img>

Actually no need for a closing </img> tag Toungue It works with <img src="IMAGE_URL">
(2011-05-05, 03:25 PM)Yaldaram Wrote: [ -> ]
(2011-05-05, 03:24 PM)crazy4cs Wrote: [ -> ]Open side box settings from ACP and put the following code in the box where it says ADDITIONAL BOX 1:

<img src="YOUR IMAGE URL HERE"></img>

Actually no need for a closing </img> tag Toungue It works with <img src="IMAGE_URL">
But its my way, I always do that to ensure things goes right. Toungue

Dreamweaver does <img src="" /> but you can do it either way.

Quote:Differences Between HTML and XHTML

In HTML the <img> tag has no end tag.

In XHTML the <img> tag must be properly closed.

So you should either do
<img src="" />
or
<img src=""></img>
Nope, its incorrect. <img> tags works without it.
I know it works, but you should close it.
Thanks everybody for the help.
but what about box size I mentioned above???? I want to increase the height of those boxes!!!
Ok, thanks guys, I fixed it!!!! actually it fixed itself.........
Thanks for the helps