Forum: HTML and CSS Jan 21st, 2008 |
| Replies: 2 Views: 6,171 Very bad ;-)
Some browsers may actually listen to you and not bother to expand it, so I would suggest you simply set the size of your input element instead...
<INPUT TYPE="file" NAME="photo"... |
Forum: HTML and CSS Apr 18th, 2006 |
| Replies: 4 Views: 5,906 Can you not use it in excel format?
Just link to somefile.xls and most people have excel and should be able to view it fine. There is a free viewer available from microsoft if you want to link to... |
Forum: HTML and CSS Apr 5th, 2006 |
| Replies: 4 Views: 3,224 There's a lot of questions in there...
% is related to the size of it's container, em relates to the font size.
To apply a background to all html files you need this in your stylesheet:
body {... |
Forum: HTML and CSS Mar 10th, 2006 |
| Replies: 9 Views: 2,656 <?php
$UA = $_SERVER['HTTP_USER_AGENT'];
if ((!preg_match('#(opera)#si', $UA)) && (!preg_match('#(firefox)#si', $UA)) && (!preg_match('#(safari)#si', $UA)))
{
# IE stuff
?>
Missing }... |
Forum: HTML and CSS Mar 9th, 2006 |
| Replies: 9 Views: 2,656 A lack of character encoding shouldn't cause your alert not to display, but try using
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> on your html page instead.
Can you... |
Forum: HTML and CSS Mar 8th, 2006 |
| Replies: 3 Views: 3,976 |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 3 Views: 3,976 there's a cross browser script for doing this which I've used on http://www.williamsons-oldham.co.uk/ - the front page |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 5 Views: 2,079 Does that mean you've spotted your style should be a class?
We all have those moments... |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 13 Views: 2,921 |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 6 Views: 7,082 how complicated is your map? Simple stuff doesn't need much, but if you're doing something like http://www.cssplay.co.uk/menu/image_map.html then you need good software. |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 6 Views: 7,082 there's loads of stuff on google for it
http://www.google.co.uk/search?hl=en&q=freeware+image+map+creation&meta=
but I've no idea how good any of it is. |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 5 Views: 2,079 I think it'll be the browser version, not the version of windows, which is causing you problems. That is, IE5 or 5.5 on the 98 machine, and 6 on the XP machine?
There's no real reason why it... |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 13 Views: 2,921 How exactly? I just tried the BB tags and it printed them as they were.
<td>Bold bit in here </td> |
Forum: HTML and CSS Mar 7th, 2006 |
| Replies: 13 Views: 2,921 Taking the last few lines of your page:
<map id="buscardtj" name="buscardtj">
<area shape="rect" alt="" coords="1,5,223,359" href="tjs.htm" title="" target="TJ's Business Card" onMouseOver="TJ's... |
Forum: HTML and CSS Mar 6th, 2006 |
| Replies: 7 Views: 1,905 I know what it's going to look like in Firefox, so I concentrate on old IE... |
Forum: HTML and CSS Mar 3rd, 2006 |
| Replies: 13 Views: 2,921 and then will it accept the part I need bolded? |
Forum: HTML and CSS Mar 2nd, 2006 |
| Replies: 13 Views: 2,921 also on the second line you are missing a '>'.
<html> <head> |
Forum: HTML and CSS Mar 2nd, 2006 |
| Replies: 13 Views: 2,921 In the source code of this page: http://www.bestgraphicsbydesign.com/port.html
There is a target attribute in your image map on the tri-fold brochure.
Open the page in notepad, (open notepad then... |
Forum: HTML and CSS Mar 2nd, 2006 |
| Replies: 13 Views: 2,921 Do you have the url available so we can take a look for ourselves? |
Forum: HTML and CSS Mar 2nd, 2006 |
| Replies: 1 Views: 1,426 I've seen a few solutions, but none particularly viable:
http://www.codeave.com/javascript/code.asp?u_log=7069
- you have to alt-ctrl-del to close it...
... |
Forum: HTML and CSS Feb 27th, 2006 |
| Replies: 7 Views: 1,905 I build my layout in IE5.5. Then I test in Moz and sometimes update. Then I add content and do a last minute testing round in Moz, Opera and IE6. |
Forum: HTML and CSS Feb 14th, 2006 |
| Replies: 2 Views: 3,401 Would it be correct to say that you are asking us to answer your homework? |
Forum: HTML and CSS Aug 24th, 2005 |
| Replies: 1 Views: 3,724 Clearly you have a design problem. If you're working in tables, try setting your width to 100%. You can also do the same to your height. It depends on your design as to whether or not it works.
What... |
Forum: HTML and CSS Jul 30th, 2005 |
| Replies: 3 Views: 4,039 See http://www.pageresource.com/jscript/jwinopen.htm
I believe the line that might interest you is: 'remove any whitespace for netscape'. |
Forum: HTML and CSS Jul 20th, 2005 |
| Replies: 2 Views: 4,681 Hi John
The point of a frame is that it's supposed to scroll... if you don't want it to scroll then you're not looking for a frame...
Can you give us more info on what you want?
Regards
Dave |
Forum: HTML and CSS Jun 14th, 2005 |
| Replies: 2 Views: 3,075 Does your form mailer tell you to use <input type="hidden" name="GOTOURL" value="http://www.heybyrne.co.uk/contact_confirm.htm"> ? Or did the instructions come from another mailer? |
Forum: HTML and CSS Jun 6th, 2005 |
| Replies: 4 Views: 3,583 Hi
There is a CSS property intended to do what you want, but browser support appears to be very limited.
The property is "page-break-inside: avoid;" if you want it for future reference, but it's... |
Forum: HTML and CSS Jun 1st, 2005 |
| Replies: 4 Views: 3,583 So what do you want the page to do when there's too much content on it? |
Forum: HTML and CSS Jun 1st, 2005 |
| Replies: 2 Views: 22,990 <a href="#" onclick="window.print()">Print me!</a> |
Forum: HTML and CSS May 20th, 2005 |
| Replies: 8 Views: 8,584 Yeah I was sort of replying to you. When you said:
I took it to mean putting the border directly onto the image, and then the css blanks off the css top border.
I just wondered why go to those... |
Forum: HTML and CSS May 20th, 2005 |
| Replies: 8 Views: 8,584 I'm lost... why not leave the border off the image and just let it go all the way round? |
Forum: HTML and CSS May 19th, 2005 |
| Replies: 8 Views: 8,584 you can't use images as borders.
use a background image set to tile across the top instead.
background: url('tab.gif') 0 0 repeat-x; |
Forum: HTML and CSS May 19th, 2005 |
| Replies: 1 Views: 1,400 Hi Michelle
Have you fixed it? It looks like what you want from my end.
Dave |
Forum: HTML and CSS May 18th, 2005 |
| Replies: 3 Views: 4,819 |
Forum: HTML and CSS May 18th, 2005 |
| Replies: 3 Views: 4,819 try display: block on your #navbutton and #navbutton a
You may need to alter your other code to regulate the width it extends to. |
Forum: HTML and CSS May 17th, 2005 |
| Replies: 1 Views: 2,295 HTML is a markup language with defined tags
XML is a markup language where you make up your own tags
XHTML is an XML implementation of HTML
Hope this helps |
Forum: HTML and CSS May 14th, 2005 |
| Replies: 1 Views: 1,576 Hi Michelle
I'm going to be really busy with exams for a week and a bit.
pm me a week tuesday if you still haven't solved it and I'll take a look for you.
Regards
Dave |
Forum: HTML and CSS May 6th, 2005 |
| Replies: 4 Views: 2,219 Ah that problem.
Congratulations. |
Forum: HTML and CSS May 5th, 2005 |
| Replies: 4 Views: 2,219 do you have a picture outlining what you hope to achieve? |
Forum: HTML and CSS Apr 25th, 2005 |
| Replies: 3 Views: 1,755 There is a very basic html only one at
http://www.w3schools.com/html/tryit.asp?filename=tryhtml_form_mail
However AOL users won't be able to use it. - it opens the default mail client, which AOL... |