You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

***Help Please*** with Top Feature

UserPost

2:37 pm
January 24, 2012


Bluesman

Member

posts 6

1

Hey everyone here,

I am having a problem flushing the two images (the left one is an image/the right my aweber code) I do not want that space in the middle and want to flush them. I selected 2 columns for the top feature but somehow they are not flushing. 

Pleas help ;) 

http://bluesmanofmlm.com

Thanks in advance

3:56 pm
January 25, 2012


Ryan

Admin

posts 1547

2

Ok, the issue is when you select 2 columns, it divides the feature area in two equal width sections.  Since your right widget is wider than the left, you just need to put them into a table in one widget.  So something like this:

<table>
<tr>
<td>
left code goes here
</td>
<td>
right code goes here
</td>
</tr>
</table>

Then switch the feature to just use one column.

1:57 am
January 26, 2012


Bluesman

Member

posts 6

3

Dude you are the man!! 

 

Thanks soooo much, it did the trick!!!