User Profile

Collapse

Profile Sidebar

Collapse
mart2006
mart2006
Last Activity: Mar 31 '06, 03:01 PM
Joined: Mar 6 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mart2006
    replied to PHP - Changing the font sizes of HTML output
    in PHP
    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!

    ...
    See more | Go to post

    Leave a comment:


  • mart2006
    replied to PHP - Changing the font sizes of HTML output
    in PHP
    Changed but again no joy! Not to worry, I'll keep chipping away at it, thanks for the help though!
    See more | Go to post

    Leave a comment:


  • mart2006
    replied to PHP - Changing the font sizes of HTML output
    in PHP
    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>...
    See more | Go to post

    Leave a comment:


  • mart2006
    replied to PHP - Changing the font sizes of HTML output
    in PHP
    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?!
    See more | Go to post

    Leave a comment:


  • mart2006
    replied to PHP - Changing the font sizes of HTML output
    in PHP
    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!
    See more | Go to post

    Leave a comment:


  • mart2006
    replied to PHP - Changing the font sizes of HTML output
    in PHP
    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...
    See more | Go to post
    Last edited by mart2006; Mar 31 '06, 11:29 AM. Reason: Typo

    Leave a comment:


  • mart2006
    replied to PHP - Changing the font sizes of HTML output
    in PHP
    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.
    See more | Go to post

    Leave a comment:


  • mart2006
    replied to PHP - Changing the font sizes of HTML output
    in PHP
    You are a life saver! Thanks a million!
    See more | Go to post

    Leave a comment:


  • mart2006
    started a topic PHP - Changing the font sizes of HTML output
    in PHP

    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>
    ...
    See more | Go to post

  • mart2006
    started a topic Reading a text file in PHP
    in PHP

    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
    ...
    See more | Go to post

  • mart2006
    started a topic Dynamic Drop Down Menu

    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...
    See more | Go to post

  • mart2006
    started a topic PHP - Dynamic Drop Down Menu
    in PHP

    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>
    ...
    See more | Go to post
    Last edited by mart2006; Mar 6 '06, 10:04 PM.
No activity results to display
Show More
Working...