|
|
|
|
|
|
|
|
|
|
|
#1 |
|
My wife is not a doobie to be passed around! On our wedding day I promised to bogart her for life!
Join Date: Jun 2006
Location: Bay Area,Ca
Posts: 276
|
Na it's cool, I had that take on it too. I guess I kind of rush things a bit but its accidently. I am all self thought and so I but have a lot of the basics. I try to read anything and everything and find boards like this. It seems like everytime I think O ok this how its done, I get torn down. I like it and its fusterating at times. From what I can tell its some what normal and I always come away with something. You guys help a great deal. I thank you and everyone else for that. It something I always wanted to do. I am doing full time, but man there is a hell of a lot to know. I am sorry I ask stupid shit sometimes lol. I figure I need to ask but hope you all dont think I am an idoit.
|
|
|
|
|
|
#2 |
|
That which does not kill us, will try, try again.
|
Simple HTML is sometimes all you need
The screeshot below is from Safari on the Mac platform. It shows some positioning problems at the bottom of your page.
You really should be able to make that page in a text editor with simple hand-coded html and very basic CSS. If you learn to do that by hand, you'll have developed a valuable skill. Dreamweaver can help you move faster, but picking up speed isn't always the best thing to do before you know what you're doing. ![]() Added: Looking at your source code, I can see you're using ".png" images and calling files with paths that have spaces in their names. You're also use an XHTML doc-type but not leaving spaces before the trailing slash character. And in some cases there are tags which should have that trailing slash and don't have it at all. Some of these things mean your page isn't validating. Always be sure it validates before putting it online (unless you're making an intentional invalid page - which you have to mean to do). You really don't need to go to xhtml and css positioning to build that page. Take the time to learn html a little better and you can type valid code for that page into a text editor and have it online with less than an hour's work.
__________________
"If you're happy and you know it, think again." -- Guru Pitka Last edited by Simon; 2006-07-24 at 07:02 PM.. |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|