Ok if I don't make sense sorry. Just want to say that now So I'm trying to control a value , like width ( widht="100%" ) , with a .txt file. So the 100% value would be in the .txt. I don't know if I made sense at all..Lol. If you get what I'm saying showing me an example or giving ( or linking ) me a tut would be AMAZING!... I have googled this for awhile but don't know how to word it and I know this sites has a good chunk of people who know what they are doing thanks for reading
If your write the page with a php (or asp) extension you could use an include statement. Of course your host has to support server side includes for php (or asp) files. php example: <?php include_once "file.txt"; ?> PHP: and your value would go in the file.txt fie.
thanks for the reply but i was hoping for java or something along that line. the use will not be hosted from an online host , it will be hosted from my C:// file so I can't use php.. Thanks anyways!