I think I may have hit on the problem. It would appear that testing with data such as sssssssssssssss sssssssssssssss sssssssssssssss sssssssssssssss sssssssssssssss sssssssssssssss sssss isnt the best idea, when I break this up, i.e. sss sss sss sss, the width of the table reduces and new lines for each word are inserted.
Would this make sense to you!? Anyway problem resolved, I'll try not to be so naive in the future!
...
User Profile
Collapse
-
Changed but again no joy! Not to worry, I'll keep chipping away at it, thanks for the help though!Leave a comment:
-
I actually have tried adding <th width=40> but again it doesnt seem to take affect. Here is my source code:
[HTML]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>Displa y Call</TITLE>
<link href="main.css" rel="stylesheet " type="text/css">
</HEAD>
<BODY>...Leave a comment:
-
Yep that is just an omission.
Perhaps I should explain that the reason I want to do this is that when I enter data dynamically into the table, the table is being automatically stretched out meaning the user has to scroll from left to right in order to read the contents. Instead I want the table to stay at a fixed width but increase in height to enable all of the contents to be entered.
Hope this makes sense?!Leave a comment:
-
Sorry that is something I added after in an attempt to make it work (thought Id come across it somewhere) but it clearly didnt have any effect!Leave a comment:
-
Thanks for the prompt response. I've tried entering the table attribute code in my css file but it seems to make little difference.
Here is my include:
[HTML]
<HTML>
<HEAD>
<TITLE>Displa y Calls</TITLE>
<link href="main.css" rel="stylesheet " type="text/css">
</HEAD>
<BODY>
[/HTML]
Here...Leave a comment:
-
One more quick question. I'm having a similar problem with setting table width and height, can I enter these properties in the same css file and if so how?
Thanks again, very much appreciated.Leave a comment:
-
-
PHP - Changing the font sizes of HTML output
Hi,
This is probably really simple to most of you but I have a PHP based website that I want to change the font (of the outputted HTML) and I'm really struggling! Here is a snippet of my code:
...Code:echo "<font face='arial' size='1'>"; echo " <TABLE BORDER=1> <TR> <TH>Call Reference Number</TH> <TH>Techncian</TH>
-
Reading a text file in PHP
Hi,
I'm currently reading a text file via PHP which, in itself, is very easy. However I want to specifically get one word from the text file and assign it as a variable and I'm struggling like mad! The text file is just a ping result, as follows:
Pinging www.l.google.com [64.233.183.147] with 32 bytes of data:
Reply from 64.233.183.147: bytes=32 time=34ms TTL=249
Reply from 64.233.183.147: bytes=32... -
Dynamic Drop Down Menu
Hi,
I'm fairly new to PHP and I've created a dynamic drop down menu that populates itself with data from a MySQL table. What I would like to do is create a non dynamic drop down menu that alters what is shown in the dynamic menu.
For example, the first menu has three cities London, Paris, New York. If I choose London it populates the second menu with people from London.
Here is the code I have for my dynamic... -
PHP - Dynamic Drop Down Menu
I've created a dynamic drop down menu that populates itself with data from a MySQL table. What I would like to do is create a non dynamic drop down menu that alters what is shown in the dynamic menu.
For example, the first menu has three cities London, Paris, New York. If I choose London it populates the second menu with people from London.
Here is the code I have for my dynamic menu
...Code:<td valign=top><strong>Name:</strong></td>
Last edited by mart2006; Mar 6 '06, 10:04 PM.
No activity results to display
Show More
Leave a comment: