| ||||||||||
| Shopping cart software Solutions for online shops and malls | ||||||||||
|
|
||||||||||
| X-Cart Home |
resize youtube | ||||
![]() |
|
|||
|
|
Thread Tools | Search this Thread |
|
#31
|
|||||||
|
|||||||
|
ok.. i'm going to try and do this.. maybe we can use tbody for this.. what do you think?!
or maybe I can try and put it in here: {$lng.txt_welcome_to_the_partners_zone_note}
__________________
X-Cart Gold v. 4.1.9 |
|||||||
|
#32
|
|||||||
|
|||||||
|
actually, I think putting it in a language variable helped out a lot!!!!
__________________
X-Cart Gold v. 4.1.9 |
|||||||
|
#33
|
|||||||||
|
|||||||||
|
Did you try the table and put it inside the central space from post number 28 http://forum.x-cart.com/showpost.php?p=213985&postcount=28
It will save you a lot of headaches (below the breadcrumb row has been removed). Code:
__________________
Doms kube v4.1.9 |
|||||||||
|
#34
|
|||||||
|
|||||||
|
I figured out the problem with .right.. its in the .css for example if i change .object embed the table actually resizes accordinally. how can we fix that?!?
/* partner main page */ .left { position: absolute; border: 1px; margin-left: 5px; } .right { border: 1px; height: 1px; } .object embed { height:170px; width:250px; } .video { BACKGROUND-COLOR: #448ccb; }
__________________
X-Cart Gold v. 4.1.9 |
|||||||
|
#35
|
|||||||||
|
|||||||||
|
Also get rid of the...
<p align="justify"> </p> so the table can be closer to the top.
__________________
Doms kube v4.1.9 |
|||||||||
|
#36
|
|||||||
|
|||||||
|
I just went with what you helped.. I think this just did save me another day.. thank you so much!
__________________
X-Cart Gold v. 4.1.9 |
|||||||
|
#37
|
|||||||||
|
|||||||||
|
Also remember: if you're going to change the dimensions of the object, you'll also have to change the dimensions within the embed as well.
__________________
Doms kube v4.1.9 |
|||||||||
|
#38
|
|||||||||
|
|||||||||
|
Give the outer lying table that contains the image and vid a width of around 690. And that should get you closer to the image.
__________________
Doms kube v4.1.9 |
|||||||||
|
#39
|
|||||||
|
|||||||
|
Hey, the bottom.. where the text is. how can I made that one td not two?!
__________________
X-Cart Gold v. 4.1.9 |
|||||||
|
#40
|
|||||||||
|
|||||||||
|
Within the the 3 TRs you have created put a colspan="2" in each single TD.
for example... <tr> <td colspan="2"><h1><center> Your Header </center></h1></td> </tr> <tr> <td colspan="2"><strong> Your Welcome Txt </strong></td> </tr> <tr> <td colspan="2"> Your UL's </td> </tr>
__________________
Doms kube v4.1.9 |
|||||||||
|
|
|||
|
X-Cart forums © 2001-2020
|
|||