Forum: HTML and CSS Oct 1st, 2009 |
| Replies: 4 Views: 295 I believe the file extension is required.
some acceptable addresses would be:
-www.mycompany.co.uk/index.html
-www.mycompany.co.uk/about.html
If someone types -www.mycompany.co.uk/ in the... |
Forum: HTML and CSS Oct 1st, 2009 |
| Replies: 3 Views: 612 Are you using CSS?
Do you want to post the code you are using. |
Forum: HTML and CSS Sep 3rd, 2009 |
| Replies: 8 Views: 428 That sounds reasonable, I'd get a few DVD-RW and fill them with backups then when you run out of space get rid of the old backups and replace with new ones. |
Forum: HTML and CSS Sep 3rd, 2009 |
| Replies: 8 Views: 428 no no. CD-R is writable, CD-RW is rewriteable.
CD-R's are cheaper than DVD's. CD-R's can be burnt too faster as well.
A DVD holds more data though. If you site backup is less than 700MB us CD-R... |
Forum: HTML and CSS Sep 3rd, 2009 |
| Replies: 8 Views: 428 If it were me I would create an archive of the site and burn it to CD-R and keep a copy on the PC.
Burning to a CD-R gives you a permanent backup and if you have multiple backups on a disk you can... |
Forum: HTML and CSS Sep 2nd, 2009 |
| Replies: 8 Views: 428 Have you though of storing them on your computer/memory stick or CD perhaps?
I know you can store up to 25GB on sky drive for free.
Does your Host not offer online backups? |
Forum: HTML and CSS Aug 27th, 2009 |
| Replies: 6 Views: 418 Can you post your CSS? You may want too consider cell padding or perhaps a margin for this text. |
Forum: HTML and CSS Jul 22nd, 2009 |
| Replies: 4 Views: 322 I don't know how to solve your problem but until you have a solution why not download GIMP (http://www.gimp.org/) and resize the image to the size you want. This should avoid the blur for now. |
Forum: HTML and CSS May 29th, 2009 |
| Replies: 19 Views: 1,401 Can you try changing the post width to a percentage instead of a pixel width? |
Forum: HTML and CSS May 27th, 2009 |
| Replies: 19 Views: 1,401 Can you post how you want your screen to appear at different resolutions? I know that as you shrink the screen the boxes come closer together.
Post us a pic of what you want it like (do a... |
Forum: HTML and CSS May 26th, 2009 |
| Replies: 5 Views: 560 Maybe the other Divs are hiding it. Can you put in your CSS a margin for your footer Div to see if it is positioned behind the others and where it is located. |
Forum: HTML and CSS May 26th, 2009 |
| Replies: 5 Views: 560 The div has nothing in it.
Try putting a border in CSS around the foot div to see if it displays. |
Forum: HTML and CSS May 25th, 2009 |
| Replies: 19 Views: 1,401 You could try reducing the margin and set width to 100%.
If you are after a bit more space before Home and after Search try putting.
<li> </li>
// Your links
<li>%nbsp</li> |
Forum: HTML and CSS May 25th, 2009 |
| Replies: 19 Views: 1,401 What is the CSS for that object. Dimensions, margins etc...
I would prefer the Nav to be longer and the text bigger. It would be much better if the navigation fit on one line. |
Forum: HTML and CSS May 25th, 2009 |
| Replies: 6 Views: 485 Here is you site source:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta... |
Forum: HTML and CSS May 24th, 2009 |
| Replies: 6 Views: 485 Have you tried using a DIV for your navigation aswell. I use this for my site and the links don't exceed their borders. |
Forum: HTML and CSS May 24th, 2009 |
| Replies: 6 Views: 485 |
Forum: HTML and CSS May 24th, 2009 |
| Replies: 19 Views: 1,401 Have you tried using something like margin-left:25%;?
As for your post boxes how about black text on a light grey background? -maybe have a border slightly lighter or darker than the background. |
Forum: HTML and CSS May 20th, 2009 |
| Replies: 3 Views: 421 Have you tried using CSS for the style of the page?
CSS is supposed to be used now.
instead of;
position:absolute;
try
position:fixed; |
Forum: HTML and CSS May 20th, 2009 |
| Replies: 3 Views: 303 I find W3Schools (http://www.w3schools.com/CSS) very useful. |
Forum: HTML and CSS May 20th, 2009 |
| Replies: 2 Views: 461 Maybe W3Schools (http://www.w3schools.com/CSS/css_reference.asp#dimension) will help.
I believe the difference is; height is the height and min-height is the minimum height of the image.
Lets... |
Forum: HTML and CSS May 15th, 2009 |
| Replies: 5 Views: 636 Hello
Do you know how to use CSS?
I use <DIV>'s.
in your case in the CSS I would try...
#column1
{ |