Log In · Register

 
picture positioning, how do you?
revengexx
post Jan 26 2006, 07:50 PM
Post #1


Newbie
*

Group: Member
Posts: 8
Joined: Jan 2006
Member No: 339,737



uhm. so how do you position a picture?
i know there's <center>
but if you want it on the far right,
or left
how do you do that?

thankss if you can help. happy.gif
 
 
Start new topic
Replies (1 - 20)
freeflow
post Jan 26 2006, 08:15 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



For a picture like in your text you can just do
<img src="imgurlhere" align=rightorleft>
Also look here:
http://www.createblog.com/forums/index.php?showtopic=96433
 
PrincessAda
post Jan 26 2006, 08:32 PM
Post #3


the name is ada.
*******

Group: Official Member
Posts: 4,688
Joined: Dec 2005
Member No: 334,608



click
 
resrchmnkygrl6
post Jan 26 2006, 08:38 PM
Post #4


appealing only because they are just that unappealing
****

Group: Member
Posts: 211
Joined: May 2005
Member No: 143,673



or you can: <div align=DIRECTION>W/E YOU WANT</div>
 
Aquaheart
post Jan 26 2006, 09:24 PM
Post #5


Senior Member
****

Group: Member
Posts: 152
Joined: Dec 2005
Member No: 333,329



yeah i tried everything that everyone says
but when i insert the codes it merges my divs.. and thats all it does.

because i have a button and a picture which is centered,
the button centers with the picture :(

how do i get it to move to the left of the div?
 
freeflow
post Jan 26 2006, 09:30 PM
Post #6


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



^ huh? Do you mean your trying to move your linked button left?

Did you try
<a href="urlhere"><img src="imgurlhere" border="0" align="left"></a>
?
 
Aquaheart
post Jan 26 2006, 09:34 PM
Post #7


Senior Member
****

Group: Member
Posts: 152
Joined: Dec 2005
Member No: 333,329



yes that worked.

except.
since my picture is centered... when i put the button to the left of it.. it moved the picture right a little bit so it would be centered..

hard to explain..
look at my profile at the top
 
freeflow
post Jan 26 2006, 09:38 PM
Post #8


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Can you paste the div code for the div that contains the two pictures?
Why don't you just center the main pic and not hte button?
 
Aquaheart
post Jan 26 2006, 09:46 PM
Post #9


Senior Member
****

Group: Member
Posts: 152
Joined: Dec 2005
Member No: 333,329



yeah thats what i did!
and my picture moved a little right..

also.. how do i get my buttons below each toerh!! i tried <br> and it moved the pics button down a line, but its still not center under my other button :(
 
freeflow
post Jan 26 2006, 09:56 PM
Post #10


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



To move buttons ot the next line this should work even in divs.. if it doesn't you should just post your code for that div

<a href="url"><img src="imgurl"><Br>
<a href="url"><img src="imgurl"><Br>

and it will look like
button 1
button 2
 
Aquaheart
post Jan 26 2006, 10:04 PM
Post #11


Senior Member
****

Group: Member
Posts: 152
Joined: Dec 2005
Member No: 333,329



yeah thats what i did.
it most def. didnt work.
heres my code..

 
freeflow
post Jan 26 2006, 10:08 PM
Post #12


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Your not putting the codes in the right spot .
CODE
<div class="div1">
<font size=5><a><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=12391837&MyToken=773ee3af-5cbe-4ab6-978d-dcbe47429cde"><img src="http://i31.photobucket.com/albums/c366/stfundieplzthx/f977cc81.jpg" border="0" align="left"><br><br></a><a href="http://blog.myspace.com/moreteepeeformybunghole"><img src="http://i31.photobucket.com/albums/c366/stfundieplzthx/d4596c42.jpg" border="0" align="left"></a><center><img src="http://i31.photobucket.com/albums/c366/stfundieplzthx/35c34dbd.jpg"></center><a>
</font>
</div>

is your code
QUOTE
<a><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=12391837&MyToken=773ee3af-5cbe-4ab6-978d-dcbe47429cde"><img src="http://i31.photobucket.com/albums/c366/stfundieplzthx/f977cc81.jpg" border="0" align="left"><br><br></a>

The first <a> you don't need that..
The second part I bolded should be like this
CODE
<a><br><br>

and not the other way around.
 
Aquaheart
post Jan 26 2006, 10:31 PM
Post #13


Senior Member
****

Group: Member
Posts: 152
Joined: Dec 2005
Member No: 333,329



omg
no luck again.

i redid my code like you said
and im still getting hte same thing

heres my code

 
freeflow
post Jan 26 2006, 10:47 PM
Post #14


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Change it to this:
CODE
<div class="div1">
<font size=5><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=12391837&MyToken=773ee3af-5cbe-4ab6-978d-dcbe47429cde"><img src="http://i31.photobucket.com/albums/c366/stfundieplzthx/f977cc81.jpg" border="0" align="left"></a><br><a href="http://blog.myspace.com/moreteepeeformybunghole"><img src="http://i31.photobucket.com/albums/c366/stfundieplzthx/d4596c42.jpg" border="0" align="left"></a><center><img src="http://i31.photobucket.com/albums/c366/stfundieplzthx/35c34dbd.jpg"></center>
</font>
</div>
 
Aquaheart
post Jan 26 2006, 10:57 PM
Post #15


Senior Member
****

Group: Member
Posts: 152
Joined: Dec 2005
Member No: 333,329



alright that worked
butttttt
it moved my picture down a lot.. for some reason
take a look at it..
my picture is like not at the top of the div :(
 
freeflow
post Jan 26 2006, 11:02 PM
Post #16


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Does it look the same when you change it to this:
CODE
<div class="div1">
<font size=5><center><img src="http://i31.photobucket.com/albums/c366/stfundieplzthx/35c34dbd.jpg"></center><a href="http://viewmorepics.myspace.com/index.cfm?fuseaction=user.viewPicture&friendID=12391837&MyToken=773ee3af-5cbe-4ab6-978d-dcbe47429cde"><img src="http://i31.photobucket.com/albums/c366/stfundieplzthx/f977cc81.jpg" border="0" align="left"></a><br><a href="http://blog.myspace.com/moreteepeeformybunghole"><img src="http://i31.photobucket.com/albums/c366/stfundieplzthx/d4596c42.jpg" border="0" align="left"></a>
</font>
</div>
 
Aquaheart
post Jan 26 2006, 11:08 PM
Post #17


Senior Member
****

Group: Member
Posts: 152
Joined: Dec 2005
Member No: 333,329



LOL
it looks different.
BUTT it moves my buttons downward.
and my picture up.. and my picture STILL isnt at the top.


the other way was better :(
 
freeflow
post Jan 26 2006, 11:11 PM
Post #18


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Ok I would say your best bet is to use two divs.
Make a div on the far left for buttons only.
Then keep the div we've been messing with for pictures and text.
 
Aquaheart
post Jan 26 2006, 11:35 PM
Post #19


Senior Member
****

Group: Member
Posts: 152
Joined: Dec 2005
Member No: 333,329



alright
i made another new div
thanks for your help
it worked :D
 
bcmca
post Jan 27 2006, 01:26 AM
Post #20


(((genius)))
***

Group: Member
Posts: 74
Joined: Sep 2005
Member No: 248,842



Is there a way to align marquee text?

That is, if I use this code:

I get text aligned to the middle of my IMG, but if I add marquee tags

The text aligns to the bottom of the image.
 
freeflow
post Jan 27 2006, 10:06 AM
Post #21


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



^The middle align , aligns your picture not your text. If you want your marquee text align you should maybe try this:
<marquee text-align:right>textexttext</marquee>
or
<marquee text-align:"right">textexttext</marquee>
or
<marquee align:"right">textexttext</marquee>
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: