Hello,
I am having a hell of a time with my images on Myspace. I had different layout before and it worked great. My problem is that I want to put my images side by side instead of them lining up vertically. The images I have been trying to put side by side are in my interest section. I have tried the %26lt;br%26gt; and 鑱?and it is still not working.
I would like my text to be longer...like on the right side of my page instead of one squished column on my left side. Here is the url to my page: http://www.myspace.com/jammiekibbe and I was wondering if anyone could help me figure out thise mess it is driving me mad. So all-in-all how can I get my pics to be horizontal and make it so my text is not in one column on the left side of my page?
Thanks a bunch--Jammie
Having trouble with images on Myspace want them side by side?
1. Your Problem is that you are using the %26lt;BR%26gt; Tag
%26lt;BR%26gt; BReaks the text (Wutsoever) and starts it again on the next line .....
2. %26lt;b align="right"%26gt; Text here ....etc. %26lt;/b%26gt; That code for making ur font Bold And align stands for where you want to put your text right , left ... Top , bottom....etc. ! :) and always remember to close the tag %26lt;/...%26gt; :) You See the "/" Sign :) we use this one to close the HTML tag ! :D
3. and yea if u want to make your font biger than bold use this one %26lt;h%26gt; Text Here , then close your tag %26lt;/h%26gt; but %26lt;H%26gt; makes ur font too big I don't think you really need this one try %26lt;h2%26gt; , %26lt;h3%26gt; , %26lt;h4%26gt; , %26lt;h5%26gt; , %26lt;h6%26gt; .....etc. :D But I prefer the %26lt;h3%26gt; :D and remember to close the tag again ;)
Enjoy! :D
Having trouble with images on Myspace want them side by side?
you may want to create a table to add th pictures here is a sample code
%26lt;table border="1"%26gt;
%26lt;tr%26gt;
%26lt;td%26gt;row 1, cell 1%26lt;/td%26gt;
%26lt;td%26gt;row 1, cell 2%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;tr%26gt;
%26lt;td%26gt;row 2, cell 1%26lt;/td%26gt;
%26lt;td%26gt;row 2, cell 2%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;/table%26gt;
try using that it should help
No comments:
Post a Comment