The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Help Please !
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 |
#2
|
|||
|
|||
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.
|
#3
|
|||
|
|||
is their a code i put after or before the image code?
|
#4
|
|||
|
|||
You can try a few things,
E.g. 1: Change: HTML Code:
<img src="..." alt="..." />
HTML Code:
<img src="..." alt="..." align="left" />
Change: HTML Code:
<img src="..." alt="..." />
HTML Code:
<div align="left"><img src="..." alt="..." /></div> |
#5
|
|||
|
|||
ok m8. emm 1 question lol. what goes in here
Code:
<div align="left"><img src="..." alt="..." /></div> |
#6
|
|||
|
|||
<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.
|
#7
|
|||
|
|||
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 [DATE]1199116828[/DATE] at [TIME]1199116828[/TIME] --------------- any1 know? please |
#8
|
|||
|
|||
Code:
<div align="left"><img src="IMAGE URL" /></div> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|