OneManga Chapter Onepage

By knaces Last update Sep 4, 2009 — Installed 3,296 times.

Center images

in
Subscribe to Center images 2 posts, 1 voice



panoz Scriptwright
FirefoxWindows

Hi!

this is a great script thanks!

Would it be possible to make the images center-aligned (i set the size to auto).. it's not a big thing, but it would so much nicer if it could happen..

thx in advance!!

 
panoz Scriptwright
FirefoxWindows

actually, after messing around a bit i managed to make it center by wrapping the img tag in center tags, duh!

in line 108 change
element.innerHTML += '<img id="'+i+'" src="'+path+'/'+i+'.jpg" width="'+img_width+'" height="'+img_height+'">';

to
element.innerHTML += '<center><img id="'+i+'" src="'+path+'/'+i+'.jpg" width="'+img_width+'" height="'+img_height+'"></center>';

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel