List items not arranged as expected on web page


 
Thread Tools Search this Thread
Top Forums Web Development List items not arranged as expected on web page
# 1  
Old 09-11-2014
List items not arranged as expected on web page

greetings,

i have a list of items that are picks to be arranged within a row that is 22 in height. this "plugin" looks fine in the old installation but after installing a new version of the web app and dropping this "plugin" in place the layout isn't as i expect. they are arranged vertically rather than horizontally. there were many other issues but i've managed to figure them out one by one. mostly by changing lines and reloading the page to see what happens. but this one has me stumped. a portion of the code is as follows:

Code:
<td align="left" valign="top" style="background-color:#DAECFF;">
     <table width="100%">
       <tr height="22" style="background-color:#DAECFF;" bgcolor="#DAECFF">
         <div class="menu">
           <ul id="nav">
             <li id="home"><a href="{$agent}.xml">Home</a></li>
             <li id="mydata"><a href="{$agent}.xml?_uri=//com.enginframe.system/list.spoolers">My data</a></li>
             <li id="myjobs"><a href="{$agent}.xml?_uri=//com.enginframe.{$grid}/job.list">My jobs</a></li>
             <li id="alljobs"><a href="{$agent}.xml?_uri=//com.enginframe.lsf/job.list.all">All jobs</a></li>
             <li id="queues"><a href="?_uri=//com.enginframe.bqueues/show_queue_all">Queues</a></li>
             <li id="clusterstat"><a href="{$agent}.xml?_uri=//com.enginframe.{$grid}/host.load">Cluster Stat</a></li>
             <li id="licenses"><a href="{$agent}.xml?_uri=//com.enginframe.lmstat/flexlm">Licenses</a></li>
             <li id="logout"><a href="{$agent}.xml?_uri=//com.enginframe.system/logout">Logout</a></li>
           </ul>
         </div>
       </tr>
     </table>
</td>

being a rookie at best in the html world i've attached a tar file of what i think is relevant for someone to take a look and possibly provide some guidance. we have support for this sftwr but the six hour time difference means i get one question answered that usually spawns more questions because they answer as if i should know how to write html code. this sftwr is built on tomcat 6.0 if that matters. if more info is necessary just let me know. thanks in advance.
# 2  
Old 09-11-2014
i just found my issue, the css file was in the wrong directory. thanks to all those that might have looked and given this issue some thought.
This User Gave Thanks to crimso For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Parsing through a list of items

Hi there, Here is my checklist of items, 4.1.1 Alerter 4.1.2 Client Services for Netware 4.1.3 Clipbook 4.1.4 Fax Service 4.1.5 File Replication 4.1.6 File Services for Macintosh 4.1.7 FTP Publishing Service 4.1.8 Help and Support 4.1.9 HTTP SSL 4.1.10 IIS Admin Service ... (1 Reply)
Discussion started by: alvinoo
1 Replies

2. UNIX for Dummies Questions & Answers

List and download web page files

Hello, Does anyone know of a way to list all files related to a single web page and then to download say 4 files at a time simultaneously until the entire web page has been downloaded successfully? I'm essentially trying to mimic a browser. Thanks. (2 Replies)
Discussion started by: shadyuk
2 Replies

3. Shell Programming and Scripting

Help needed regarding first 3 items in the list

Hi, I've a list in the following format: Empdept filedetails buildingNo Area AAA 444 2 juy AAA 544 2 kui AAA 567 4 poi AAA 734 5 oiu AAA 444 ... (2 Replies)
Discussion started by: skpvalvekar
2 Replies

4. AIX

nmon and web page !

nmon and web page ! Is there any way to let nmon be configured with external Web Page and updating the same web page to be graphic monitoring. Pls advice ... (1 Reply)
Discussion started by: Mr.AIX
1 Replies

5. UNIX for Dummies Questions & Answers

Looking for a web page that won't let me in

Hi, I have a project for school using wget and egrep to locate pattern locations on a web page. One of the things we have to do is handle an "access denied" exception. Here is the problem, I can not think of/find any web pages that give me an access denied error to play with, can anyone suggest... (1 Reply)
Discussion started by: njmiano
1 Replies

6. UNIX for Dummies Questions & Answers

Drag and drop items in plain html page

Hello, Am looking for a tool / open source framework that could do the following. A plain html page, with some toolbox at the border of the page where the tool box contains individual tool that represents operation like "extend fleet", "add drives", "backtrack" or something of that sort. ... (1 Reply)
Discussion started by: matrixmadhan
1 Replies

7. Shell Programming and Scripting

File to web page

Hi all, I am having an XML file. And as per requirement I need to map fields of this file with various field of web page. So how can I use wput command into it ? Regards, gander_ss (3 Replies)
Discussion started by: gander_ss
3 Replies

8. Programming

fetching a web page in C

Hello, I'm a total newbie to HTTP commands, so I'm not sure how to do this. What I'd like is to write a C program to fetch the contents of a html page of a given address. Could someone help with this? Thanks in advance! (4 Replies)
Discussion started by: rayne
4 Replies

9. UNIX for Dummies Questions & Answers

Accessing Web Page

Hello, I am new to unix, but wanted to know how can we fetch data from a web page (i.e. an HTML Page), my requirement is to read an html page and wanted to create a flat file (text file) based on the contents available in the mentioned HTML page. Thanks Imtiaz (3 Replies)
Discussion started by: Imtiaz
3 Replies

10. UNIX for Dummies Questions & Answers

making a web page

Hey im new to unix! I am tryin to create a web page in unix and have done it all but when i try and load it it says permission denied!?> i have chmod a+rx for folder and file to make sure but still permissions wont let me?! any ideas can anyone do a quick run through of how to make a web page... (4 Replies)
Discussion started by: shashora
4 Replies
Login or Register to Ask a Question