| Author |
Topic  |
|
coastalem
Advanced Member
USA
317 Posts |
Posted - 07/29/2012 : 21:49
|
Bringing over from the php thread since I am asp per David suggestion...
Xref this post example: By Responder from http://www.ecommercetemplates.com/support/topic.asp?TOPIC_ID=89835
Hi folks,
I can't for the life of me figure out how I can separate the Login form from the Cart form?
I'm reasonably OK with CSS wish to introduce a blank row beneath it or an empty div of some sort. But where? Which file do I modify?
See attached
[URL=http://www.use.com/383a4007ca0fd9af7c62][/URL]
***
I want to know the same thing. I want a simple space to be added to a form/table even if in an inc file.
I want to add a space like the person above picture. I also want to add a space after the Your are not logged in... text before you click the link for the loggin as shown in the picture.
I also want to add a space (or row) between the product ID and the Product name in both the product and product details page/s.
All these seem to be areas in the appropriate inc file/s. I tried several things to add a row or space but while I didn't break anything it didn't do a space.
So my question is not where to find what I want to do... I have figured that out.
My question what specifically do I insert to have a break/line/space or whatever it would be called inserted to the applicable code.
I tried adding <br /> I tried adding <tr>space as place holder</tr> I tried many other things but not being well versed in what is needed can you just let me know the best code to add to give me a blank line.
This is for inc files where the line break would be part of the coding within a <table> structure.
This is making me crazy and I have spent a whole day messing around with this. But I really want a space between some of the formatting in the tables.
For Example: what do I add to get a line space after the pID row so there is a blank line or space between that and what come next - in this case it was manufacturer display if turned on. This is from /inc/incproductbody2.asp
<table width="100%" border="0" cellspacing="4" cellpadding="4"> <% if showproductid=true then print "<tr><td><div class="""&cs&"prodid"">" & sstrong & xxPrId & ": " & estrong & rs("pID") & "</div></td></tr>"
Thanks!
|
Edited by - coastalem on 07/29/2012 21:52 |
|
dbdave
ECT Moderator
USA
4331 Posts |
Posted - 07/29/2012 : 23:50
|
Hi, the other poster wanted to move/add a field there.
quote: separate the Login form from the Cart form
You are saying you want to add space.
quote: I want a simple space to be added to a form/table
So I don't think it's quite the same thing.
Can you post a screenshot or link describing what you want to do? Are you looking to add something to this space, or you just want some blank space?
David |
 |
|
coastalem
Advanced Member
USA
317 Posts |
Posted - 07/30/2012 : 11:17
|
Hi, I just want to add a blank space.
For example If my display text (which in most cases cited above is in the inc files tables sections)
Hi, how are you can you loging. login is fun and jane is a good girl, ect. (now on to new if/include/else thing manufactures are going to be talked about now how area you
I want to put in a blank space/line/whatever you want to call it like so for the display:
Hi, how are you can you loging. login is fun and jane is a good girl, ect. (now on to new if/include/else thing
manufactures are going to be talked about now how area you
See, in the above example there is space between the text that ends with "thing" and the next subject that starts with "manufactures"
This space to separate what comes next is something I want to do in several areas.
For Example: what do I add to get a line space after the pID row so there is a blank line or space between that and what come next - in this case it was manufacturer display if turned on. This is from /inc/incproductbody2.asp
<table width="100%" border="0" cellspacing="4" cellpadding="4"> <% if showproductid=true then print "<tr><td><div class="""&cs&"prodid"">" & sstrong & xxPrId & ": " & estrong & rs("pID") & "</div></td></tr>"
Thanks:-) |
 |
|
Andy
Administrator
69140 Posts |
|
| |
Topic  |
|