View Full Version : Help Please !
RedBird
12-31-2007, 10:58 AM
Hi guys
i need to know how to do this
in the picture i want to move the image that has the arrow pointing at it to the left where the circle is or the right.
how do i do this
thanks
https://vborg.vbsupport.ru/external/2007/12/1.jpg
Opserty
12-31-2007, 11:04 AM
You'll need to edit the skin, most likely a template, maybe the header template. Can't be anymore precise then that because your using a custom skin.
RedBird
12-31-2007, 11:12 AM
is their a code i put after or before the image code?
Opserty
12-31-2007, 11:17 AM
You can try a few things,
E.g. 1:
Change:
<img src="..." alt="..." />
To
<img src="..." alt="..." align="left" />
E.g. 2:
Change:
<img src="..." alt="..." />
To:
<div align="left"><img src="..." alt="..." /></div>
It's been a while since I've done HTML so I'm a little rusty but try those out. :D
RedBird
12-31-2007, 11:20 AM
ok m8. emm 1 question lol. what goes in here
<div align="left"><img src="..." alt="..." /></div>
in the 2 empty spaces because their is only 1 code not 2?
Opserty
12-31-2007, 11:22 AM
<font face="Courier New"><img src="..." alt="..." /></font> was just an example of an HTML image tag, your's will look something like that I hope. I was just indicating how it changes if you understand what I mean.
RedBird
12-31-2007, 11:32 AM
hmm still dont work. see what i want is the image that has the arrow pointing at it i want that moved from the center to the left or the right
--------------- Added 1199116828 at 1199116828 ---------------
any1 know?
please
5th-Level
01-01-2008, 11:19 PM
<div align="left"><img src="IMAGE URL" /></div>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.