Positioning Difficulties

I'm having problems positioning results tables in ASP. Basically it's a catalogue site and I want to display 2 products side by side in rows of however many products there are in the category.

At the moment all items in the catagory are appearing side by side in one long row.....Can any one advise me what I'm doing wrong? Code:

View Replies


ADVERTISEMENT

Difficulties With Excel

i m Having some difficulties with Auto Save, Print Excel File &

1)Does anyone know how to auto print and save the export excel file using ASP ?
My elaborated situation

2)as you know that excel book is able to create a lot of worksheets..sheet1,sheet 2.Anyone knows the code to generate the sheets?Bcos currently,only able to export my data only in one worksheet.

View Replies View Related

Jump Menu Difficulties

I put jump menu with a dynamic value of username field in my ASP JS... i want to display the field information every time i click or select the certain username.

View Replies View Related

Positioning <tr>

I managed to make This code works, in the sense that the <tr> are clickable, but the only problem is that it prints the first values (cat) on a separate column above the table.

code

<table align = center bgcolor = skyblue border = 2 width = 90%>
<%
while not rsTypes.EOF
Response.write "<tr style=""cursor: hand"" onmouseover = ""this.className='orangeThing';"" onmouseout = ""this.className='skyThing';""> <a href=""editfirstmarch.asp?cat=" & rsTypes.Fields.item("cat").Value &""" >" & rsTypes.Fields.item("cat").value & """ >"

Response.write "<td align = center >" & rsTypes.Fields.item("one").Value & "</td>"

Response.write "<td align = center>" & rsTypes.Fields.item("two").Value & "</td>"

Response.write "<td align = center>" & rsTypes.Fields.item
("three").Value & "</td>"
%></a><%
Response.write "</tr>"
rsTypes.MoveNext
wend
Response.write "</table></html>"
%>

View Replies View Related

Write Positioning

Does any one know how I can position the output at certain point? Such as If I want to print "hello" starting at position 50 from the left in the file.

View Replies View Related

Positioning Text

I'm having trouble with an asp page. First off, I'm new to the html / asp world, but not to software development. I'd like to minimize or "normalize" the site, so I'm trying to use one menu page and include it into any page that needs the menu. The problem is, I include the header.asp page, include the menu.asp page, but when I write the body of the page, it sticks the text underneath the side menu.

I'd like the text to begin under the header (logo) but beside the menu on the left side of the page.The page that I'm working on is at ttp://www.hemmingway.com/default.asp.what I should look at or what I might want to try searching .

View Replies View Related

Menu Positioning On A DIV Using Include

i found a code for a menu which retrieves the links from a database, problem is i can't seem to position it properly on my layout.

at the same time, i want to make the asp codes external, so i can just include it in the areas i need it, which is the entire site.

i zipped a folder to make better sense... the sample.asp in menus folder, works fine on it's own, but the moment i placed it in the laid out page, the menu stays at top left and not on the navHeader layer that i want it to be in Code:

View Replies View Related

Searh Engine Positioning

I was wondering whether having ASP pages hinders search engine positioning. I am soon to encourage submission and wanted to know whether recode some 'key' pages (ieindex.asp) to .html pages?

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved