- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 4
- Upvoting Members
- 4
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- Interests
- Web Design & Development, Server Management, Vacations (Florida & Italy). Family. Wifes…
- PC Specs
- AMD Athlon 64 X2 Dual Core Processor 5000+ 2.90 GHz, 6GB RAM, 64Bit Operating System (Windows 7 Ultimate)…
Re: Or simply add a `<br />` which will force your text to move to the next line. each time you come to the end of the text just insert a `<br />` like this and it will automatically make it jump to the next line. Or another way is contain … | |
Re: I'm very big on valid coding myself but always feel that if your happy with your web sites errors and warnings then don't worry. However, if it didn't recognise your DOCTYPE then chances are that browsers might not and then place your website into "Quirks Mode" which is not a … | |
Re: As was already atated this is the best way [CODE] <img src="images/logo.png" width="250" height="60" alt="logo">[/CODE] Don't forget the Alt tag to make it valid. This also helps with screen readers for blind people viewing your web site. @ SKANK!!!!! That is a Div your using, this will not size your … | |
Re: To center a page you should use this CSS [CODE] #header { margin: 0 auto; } #wrapper { margin: 0 auto; } #footer { margin: 0 auto; } [/CODE] This >>> margin: 0 auto; <<< Will center whatever CCS section its in. If you want something to move left or … | |
Re: [QUOTE=Nattynooster;902210]Hi on my website [URL="http://www.theconsolelounge.co.uk"]http://www.theconsolelounge.co.uk/[/URL] When you visit it, the logo will kind of move back and forth along with the content. After about a second it will stop. But why is it doing this?[/QUOTE] Before anyone can answer any of what your saying we need some coding from your … | |
Re: [QUOTE=alfator;725802]Right don't worry about slicing Ive figured that part out already :) now i have another question : here is what turned out from what ive sliced up from photoshop and uploaded to my ftp Im looking for some tutorials how to make this page flash ( flash website ) … | |
Re: [QUOTE=marjan_m;389417]Hi, I want to ask that hw a CSS file can be created for a website? Thankx[/QUOTE] Hi, This is simple and also depends on your Editor. This is what you do. In the same way you created your "index.html" file then all you do i make a css file … | |
Hiya folks, just thought i'd pop in and say hi. I'm a freelance web developer and PHP professional and im 39 years of age. Ive been into web design and graphic design for some years now. If theres anything else you wanna know just ask ok. I'm also in the … |