HighDots Forums  

Sponsored Links


alt.html.tags alt.html.tags


Discuss in the alt.html.tags forum.



Post New Thread
Threads in Forum : alt.html.tags Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
am using a simple form where clients need to imput a date of birth and a date a gift is given. the output is sent using a mailto post form with...
Ikkeboeken
02-11-2004 10:47 PM
Ikkeboeken Go to last post
7 360
Hey there. Can anybody here help me with this: An acquaintance of mine owns a website where she post her photos for sales purposes. I adviced her...
Rasmus Nielsen
02-11-2004 10:02 PM
Marc Nadeau Go to last post
1 395
In article <bvr4rj02n08 (AT) drn (DOT) newsguy.com>, New_member (AT) newsguy (DOT) com says... Possibly the dumbest idea yet. Surely problems are...
Hywel Jenkins
02-11-2004 04:42 PM
Miguel De Anda Go to last post
4 453
http://www.TechDevils.com Developers and webmasters can create PayPal Shopping Cart buttons without being logged into PayPal. Tons of free shopping...
Dan
02-09-2004 10:46 PM
Dan Go to last post
0 353
Hello, can someone please tell me how to open my target in a new window? Thanks Ian
Ian T
02-09-2004 04:03 PM
Ian T Go to last post
4 357
Is it possible to use headers (H1, H2, H3 etc) but without a blank line being inserted after them ? For example, at the moment the html I...
George B
02-09-2004 02:09 AM
Toby A Inkster Go to last post
1 343
I've never done any html coding on a linux platform, but a little with Windows. I'm trying to put together a homepage for my intranet that my kids...
Mark Adams
02-08-2004 04:18 PM
Mark Adams Go to last post
0 484
jrefactors (AT) hotmail (DOT) com (Matt) wrote: Probably the simplest way is to use <table align="left"> for the first two tables and to put <br...
Jukka K. Korpela
02-07-2004 07:18 PM
Jukka K. Korpela Go to last post
0 326
Matt wrote: You didn't put the third table into any <TD>. Try this: <table border="1"><TR><TD> <table border="1"> <tr><td>row 1a</td><td>row...
Inger Helene Falch-Jacobsen
02-07-2004 07:01 PM
Inger Helene Falch-Jacobsen Go to last post
0 302
i have a textarea with 10 rows, i need to only display scrollbars when needed. what should i set in my style for input of type textarea to do that...
Mel
02-03-2004 05:00 PM
Jukka K. Korpela Go to last post
1 373
Everywhere I have used <h#> ... </h#>, with or without a class=.. I get an effective double line break, with or without CSS. What I want to do is to...
John Bowling
01-29-2004 10:49 PM
wayne Go to last post
1 351
It is very difficult to find a good affiliate program that actually pays! Here is the criteria is use: 1) Recurring billing. Don't just get paid...
testedaffiliates@att.com
01-27-2004 03:37 PM
testedaffiliates@att.com Go to last post
0 351
I want to have a page that has a lot of thumb nails. I want to be able to click on a thumb nail and have it open in a window but I don't want a...
Darrell
01-21-2004 05:26 PM
Mark Parnell Go to last post
8 377
Hi, I'm using a custom style sheet in IE6 to override the funny font and color use of websites, but have a problem with some font colors. Here is a...
Alex D
01-19-2004 03:17 PM
Alex D Go to last post
2 514
Does anyone know where I can find Tags or Siggies on here .........I have done some looking but was just wondering if anyone knew...
babygirl
01-18-2004 09:28 PM
babygirl Go to last post
0 458
This is proberly not the place but can't find any better. I have over 200 hits per day. Can I make some money from that (advertising) and where is...
KaVe
01-14-2004 05:24 AM
KaVe Go to last post
0 365
Hi, How can I set a style on a drop down list in a form? I wish to set the border to a certain color. What works on other form...
McEve
01-10-2004 07:09 AM
McEve Go to last post
6 495
Sometimes, a table cell (<TD>) displays quite a lot of information. Is there a property or style indicating that is should display only part of the...
Jonathan Taub
01-08-2004 10:17 AM
Jonathan Taub Go to last post
2 367
they. Ive got a page with a couple of houses. They all have different Brochures wich are PDF files. I made the page using Microsoft Word 2000...
Dirk van Lierop
01-08-2004 03:26 AM
Jukka K. Korpela Go to last post
1 342
is there a way to make links the same color as the text it is next to on the page i have it has several color text so its not as simple as...
chris
01-05-2004 02:06 PM
kchayka Go to last post
4 467
Coleichesogna wrote: it.comp.www.html might be a better bet. -- David Dorward <http://dorward.me.uk/>
David Dorward
01-04-2004 03:57 PM
Coleichesogna Go to last post
1 449
Martin wrote in message ... Martin, if it's just the image only opening in a new window, you can pinch the sorce code from the "Images" page...
Trevor George
01-04-2004 08:32 AM
Trevor George Go to last post
7 563
"Steve R." wrote in message ... well thats what i mean if the table cell with the green background valigns top with the table cell containing the...
Martin Fuchs
12-30-2003 05:39 AM
David Dorward Go to last post
4 566
If having a image linksample code <tr> <td width="15%" valign="top"><a href="_Sto-004.jpg"><img src="_STF-004.jpg" width="113" height="150"...
rod@mastar.com
12-26-2003 01:34 PM
J&D Go to last post
9 339
Using Mozilla Firebird 0.6 on win2000. How do I change the font size of a table? I've tried the following: <table style="font-size:-2"> and <font...
A man
12-22-2003 03:39 PM
A man Go to last post
2 927
i am trying to set a default value for a <textarea> - i have put in a value"" but it doesnt work any ideas
chris
12-22-2003 08:12 AM
chris Go to last post
0 395
<a href="http://www.statcounter.com" target="_blank"> Anything in this tag trigger...
FCR
12-19-2003 01:40 PM
FCR Go to last post
0 369
is there a way to have just a link instead of a submit button that will POST the form ???? thanks in advance
chris
12-18-2003 02:05 AM
Eric Bohlman Go to last post
4 442
Simply, with CSS. in the css file write a {color:red;} a:hover{color:blue;} a:visited{color:green;} td a {color:silver;}
J i m b o
12-17-2003 02:47 PM
Gazza Go to last post
3 410
"brucie" <brucie01 (AT) bruciesusenetshit (DOT) info> wrote I am used to a newsgroup where they get kittens if you don't top post. Ok I will bottom...
Patrick De Ridder
12-16-2003 04:53 AM
Patrick De Ridder Go to last post
2 343
How can I make a text line appear at the bottom of the screen? Patrick.
Patrick De Ridder
12-15-2003 06:56 PM
Patrick De Ridder Go to last post
2 616
"Jane Doe" <jane.doe (AT) spam_me_like_never_before (DOT) com> wrote You might want to reconsider your use of frames. There is rarely a...
Tina - AffordableHOST.com
12-12-2003 09:48 AM
Trevor George Go to last post
4 320
Jane Doe wrote: there's your first problem - frames are evil (look it up) You don't need a table to display one image - that's an inappropriate...
William Tasso
12-12-2003 07:45 AM
William Tasso Go to last post
2 322
Jane Doe wrote in message ... In your index.html you've used a lower-case 'm' in the word 'main'. In left.html you've used a capital 'M' in the...
Trevor George
12-12-2003 06:33 AM
Trevor George Go to last post
0 326
I have a thumb nail image of a program screen on a webpage. When the user clicks on it, I would like a new window to open That much I've figured...
Karl
12-09-2003 05:56 PM
Greg Griffiths Go to last post
1 351
Communication Arts Magazine announces the deadline for their Tenth Interactive Design Competition--January 15th, 2004. INTERACTIVE DESIGN...
Competition
12-09-2003 04:30 PM
Competition Go to last post
0 335
I had a Website Saved that had several Types of Unordered & order List Tags but That Site was No Longer Available Is there any oter ones...
50 and Still Single
12-05-2003 11:59 PM
Andrew Murray Go to last post
1 469
Are there any tags that left, right, or center align text in cells?
JonWayn
12-05-2003 11:58 PM
Andrew Murray Go to last post
3 366
I was viewing some HTML codes and withing the TABLE tag was 'width=100%' (or some other figure). What does the width property do?
JonWayn
12-05-2003 11:56 PM
Andrew Murray Go to last post
4 378
I am using a CSS with TD.BottomBorder { border-bottom: thin solid; border-color: #EE0202; } And http://209.204.172.137/carolyn/ if viewed with IE...
Todd Cary
12-04-2003 07:12 PM
Anduin Go to last post
1 331
Dear all, Please help me to set the scroll bar to have special color, thanks Simon
simon lee
12-01-2003 04:43 PM
J&D Go to last post
8 353
Is there any way to pass an Environmetal Variables to html?? I have been using the following which works <A HREF=/reserve/info.html?subject=Please...
jpb
12-01-2003 10:16 AM
jpb Go to last post
0 375
What does the following TABLE tag element do? Class="SilverBF" what is silverbf?
JonWayn
11-27-2003 03:36 PM
Eric Bohlman Go to last post
3 426
Can you get the data in a table cell to line-wrap?
JonWayn
11-20-2003 05:54 PM
JonWayn Go to last post
4 504
Hi I just tried to create a link to an mpeg ? The problem is I just get a page error from the server when I click on link. While on the site I...
Lee Austin
11-17-2003 12:00 AM
Jukka K. Korpela Go to last post
3 339
Hello I need a Input field where a PIN number is entered. Then this Pin should be sent to my Application and it should be embedded into a few...
Clemens Richter
11-11-2003 02:47 PM
J&D Go to last post
1 322
hi group, I have problems using icons with a frame based website. All html-documents have the link <link rel="shortcut icon" href="pics/pi.ico"...
Markus Manninger
11-11-2003 03:59 AM
Markus Manninger Go to last post
1 469
Goto www.geocities.com/m15adeca/index.html
Adrian Mitchell
11-10-2003 03:36 PM
Adrian Mitchell Go to last post
0 369
Is the <span class> tag not yet accepted in all newer browsers? The reason I ask that I am using the following code as an example (using a style...
Andrew
11-08-2003 07:33 PM
Jukka K. Korpela Go to last post
1 431
hi there How to send IM to MSN , ICQ , AOL , mIRC users? I know for yahoo , is this : <a href="ymsgr:sendim?ID"><img...
ArShAm
11-07-2003 09:50 PM
ArShAm Go to last post
0 465
Post New Thread

Display Options
Showing threads 251 to 300 of 390
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  


 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.