Hello Anthony, I am by no means an expert, but if you are referring to the Amazon code that you have added to Preparedness Supplies, for example, then you can align them alongside each other by removing the
(line break) tags in the code you have added to that page.
Thanks LaceyFilly! Uhm… though I think Im of average intelligence I don’t know what a line break looks like.
What does the html look like? Is it in the code that I pasted from Amazon or is it someplace else?
I appreciate your help!
Yes it will be the code pasted from Amazon, forgive me I didn’t see that it turned my example into actual code in my post. It is this, but without the spaces: < br >. If you remove the line break which acts as a form of an ‘enter’ key, everything sits horizontally.
Thanks again.
Still…. I don’t see the code you suggest, sorry. So, this is the
code below from another page- one I didnt already screw up -can you show me were the offending code is?
Thanks.
<iframe src=”http://rcm.amazon.com/e/cm?t=backyardprepp-20&o=1&p=8&l=as1&asins=B0007U010W&ref=qf_sp_asin_til&fc1=000000&IS2=1<1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr”
style=”width:120px;height:240px;” scrolling=”no” marginwidth=”0″
marginheight=”0″ frameborder=”0″></iframe>
<iframe src=”http://rcm.amazon.com/e/cm?t=backyardprepp-20&o=1&p=8&l=as1&asins=B002RZRJHI&ref=qf_sp_asin_til&fc1=000000&IS2=1<1=_blank&m=amazon&lc1=0000FF&bc1=000000&bg1=FFFFFF&f=ifr”
style=”width:120px;height:240px;” scrolling=”no” marginwidth=”0″
marginheight=”0″ frameborder=”0″></iframe>
It could be that when you posted each link, you pressed enter to add the next. If you go back into where you posted the content, try backspacing so the code is in a block.
So the end of one iframe ( < /iframe> ) and the start of the next (< iframe> are directly next to each other and not on a new line.
Another way would be to go into ‘html view’ and remove the paragraph breaks created automatically when you input any text in your editor and press enter: < p>
Apologies for the above answer, it showed page breaks in firebug, I should know not to take it at face value.
LaceyFilly- You are amazing!! Thanks, I did it!
I appreciate the help.
R/
Tony
Sorry it was so long winded, good luck with your WP page!