How do you center graphics?
Ok, I have this graphic on my myspace, but I cant center it! I used the <center> ... </center> code but it didnt work. Heres the code if that helps any. Thanks! =)
<a href="http://s274.photobucket.com/albums... target="_blank"><img src="http://i274.photobucket.com/albums/... border="0" alt="ICONS"></a>
How do you center graphics?First off, don't copy the HTML tag. That turns your image into an ad link for Photobucket. Use the "direct link", which is right above it, & put it into this code:
<center><br>
<img src="LINK HERE">
<br></center>
The only reason that wouldn't work is if your layout has some type of paragraph formatting code already in it & it's overriding this code, in which case you'd have to delete some stuff.
How do you center graphics?Here try this:
<div align="center">PUT YOUR TEXT/ PICTURE CODE HERE!!!</div>
How do you center graphics?Either use one of the following:
<div align="center">Your Img Tag</div>
or
<p align="center">Your Img Tag</p>
or
<center>Your Img Tag</center>
More Related Questions and Answers ...
The Myspace information post by website user , myspace-codes.com.cn not guarantee correctness.
