![]() | | ||||||||
| | #1 |
| Active Warrior Join Date: Jul 2008 Location: Portland, OR
Posts: 51
Thanks: 2
Thanked 0 Times in 0 Posts
|
Just started working on learning more and more about designing websites..my problem is with xsitepro2 I am trying to put a image up and right next to it have an Opt-In form..yet no matter what I do I can only have the Image above or below and not right next to an opt-in form..Any experienced designers know what I can do to solve this.. THANKS!
|
| | |
| | #2 |
| I.C.Hope War Room Member Join Date: Apr 2009 Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
|
You need to edit code and use div align right and left.. See here Two 250x250 Adsense side by side? Although Im not sure if it will work, and Im looking forward to seeing an answer for this as I want to split test on my new site, and one fucntion i needs is to float an add to cart button to the right and a video to the left. You may also want to ask at XSitePro2 forum, if you do update this thread so I can learn too. Cheers. |
|
I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
| |
| | |
| | #3 |
| Senior Warrior Member War Room Member Join Date: Sep 2004 Location: Gulf Coast, USA.
Posts: 15,146
Thanks: 3,714
Thanked 4,145 Times in 2,259 Posts
|
You can make a 2 cell table and that should be an easy fix.
|
| | |
| | #4 |
| Active Warrior Join Date: Jul 2008 Location: Portland, OR
Posts: 51
Thanks: 2
Thanked 0 Times in 0 Posts
| |
| | |
| | #5 |
| Advanced Warrior War Room Member Join Date: Feb 2008 Location: Escondido, CA. Becase San Marcos just wasn't hot enough.
Posts: 510
Thanks: 35
Thanked 56 Times in 55 Posts
|
Add border="0" into the <table> tag.
|
| | |
| | #6 |
| Active Warrior Join Date: Jul 2008 Location: Portland, OR
Posts: 51
Thanks: 2
Thanked 0 Times in 0 Posts
| |
| | |
| | #7 |
| Senior Warrior Member War Room Member Join Date: Sep 2004 Location: Gulf Coast, USA.
Posts: 15,146
Thanks: 3,714
Thanked 4,145 Times in 2,259 Posts
|
Phil - Put cursor on upper left hand corner of the table and right click to "table properties" then change the "1" showing in the border box to 0 . That will do it. kay |
| | |
| | #8 |
| Active Warrior War Room Member Join Date: May 2009
Posts: 73
Thanks: 1
Thanked 4 Times in 4 Posts
|
To put two images in the same line you can two one of the following: 1) Float one to left and one to right: Put one image in: <div style="float: left">YOUR IMAGE HERE</div> And put the second image in: <div style="float: right">YOUR IMAGE HERE</div> 2) Float both images to left or right: Put one image in: <div style="float: left">YOUR IMAGE HERE</div> And put the second image in: <div style="float: left">YOUR IMAGE HERE</div> The difference - they will be right next to each other. 3) Use a table with two cells: But this is a oldschool solution - you shouldn't use it |
| EXPRESSO - THE ULTIMATE WORDPRESS THEME FRAMEWORK 71 templates, Color changer, Background constructor, dynamic gradients & so much more! Use WSO promocode warriorforum to get 15% off any purchase! | |
| | |
![]() |
|
| Tags |
| images, line, put, xsitepro2need |
| Thread Tools | |
| |
![]() |