You are here:   Support > User Forum
Register   |  Login

Invenmanager User Forum

Minimize
Separator Template
Last Post 17 Jan 2010 12:44 AM by Inven Manager. 9 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Salem Khalidi
Basic Member
Basic Member
Posts:132
Avatar

--
09 Jan 2010 05:59 AM  
hi
I have applied the following default style, it is visible in chrome and not visible in either ie or firefox, kindly assist with many thanks



<tr>
<TD height="10px" style="border-top:1px dotted;" colspan="3"></TD>
</TR>
Salem Khalidi
Basic Member
Basic Member
Posts:132
Avatar

--
09 Jan 2010 07:19 AM  
further to the above the site is
www.arabavia.com

thanks
Inven Manager
Senior Member
Senior Member
Posts:6761
Avatar

--
09 Jan 2010 01:57 PM  
Salem,

1. It depends on what's your item template as well...?

2. try change it to the following:
<tr>
<td style="border-top:1px dotted;height:10px;" colspan="3"></td>
</tr>
========================================
Delivering high value DotnetNuke Modules to save your time and resources
Salem Khalidi
Basic Member
Basic Member
Posts:132
Avatar

--
11 Jan 2010 09:26 PM  
thanks for the above but sorry i tried it and it did not work, can u assist me pls

my item temple is the following:
<TR >
<TD valign="top" rowspan="2" style="padding-left:10px; padding-right:10px" >[PICTURE|100,100]</TD>
<TD height="20px">[CALENDARPUBLISHDATE]</TD>
<TD valign="top" width="100%">
<div>[EDIT]<b><a href='[DETAILLINK]'>[TITLE]</a></b></div>
<span></TD></tr>
<tr>
<TD width="100%" valign="top" colspan="2" height="80px" style="padding-right:10px;">
[SUMMARY] [DETAILLINK2|<a class="MoreLink" href="{0}">Read More</a>| ]
</TD>
</TR>
Inven Manager
Senior Member
Senior Member
Posts:6761
Avatar

--
12 Jan 2010 01:47 PM  

Salem,

I can see that gap appears between each event in my Firefox as shown below, is this what you mean:



So I suppose it works.?
========================================
Delivering high value DotnetNuke Modules to save your time and resources
Salem Khalidi
Basic Member
Basic Member
Posts:132
Avatar

--
12 Jan 2010 04:00 PM  
there is indeed space and the layout on all major browsers are very similar if not identical, i require the dotted line that is included in the default template to appear (it appears in chrome browser only)

I tried both but not luck :
<tr>
<td style="border-top:1px dotted;height:10px;" colspan="3"></td>
</tr>

<tr>
<TD height="10px" style="border-top:1px dotted;" colspan="3"></TD>
</TR>
Inven Manager
Senior Member
Senior Member
Posts:6761
Avatar

--
13 Jan 2010 04:17 AM  
Oic,

You may need to use Stylesheet to do this, maybe the browser does not support that kind of syntax.

Another way is to include a <div></div> in the <td> with a dotted line. You can try different ways.. :)
========================================
Delivering high value DotnetNuke Modules to save your time and resources
Salem Khalidi
Basic Member
Basic Member
Posts:132
Avatar

--
13 Jan 2010 07:34 AM  
i will try it and keep updated in the forum
thanks for the lead and hint!
Salem Khalidi
Basic Member
Basic Member
Posts:132
Avatar

--
16 Jan 2010 11:55 PM  
the solution is the following:


<tr> <td colspan=3 style="100%;">
<div style="width:100%;" valign=middle> <table style="width:100%;"><tr> <td valign=middle style="height:1px; background-color:#061F57; " ></td> </tr></table> </div>
</td> </tr>

Thanks again fro the lead!
Inven Manager
Senior Member
Senior Member
Posts:6761
Avatar

--
17 Jan 2010 12:44 AM  
Great it works for you!

However, I would not recommend using so many <table> tags, as it will slow down the web page response... but well that impact is minimal...
========================================
Delivering high value DotnetNuke Modules to save your time and resources
You are not authorized to post a reply.

Active Forums 4.1