Web Hosting Talk







View Full Version : So many problems..Please Help ASAP


Tyler
12-03-2004, 09:22 PM
Hey.
I have been using PS generated code. Big mistake, as people told me, I know. I have started learning HTML today. However I am need of desperate help ASAP. I need my site up soon! I use the same files over and over so I use the php command include so I can keep using it over and over. However I need to "anchor" or whatever it calls the images. So they wont move adjoning my the content.

Moved by content:
http://cbttechs.com/Untitled-3.php
Both the images as well as the footer, footer meaning Contact, Company etc.

Orginianl content (good)
http://cbttechs.com/index2.html

Please help. And I know not to use generated code, just started HTML. And please do not say I must restart I just cannot bear it, every single one of my pages will be like this (about 30). And i cannot afford to redo all that:angry: .

Tyler
12-03-2004, 09:43 PM
The time limit expired. But the really messed up URL is:
http://cbttechs.com/customize.php
Just compare it to the index file. So many problems. How can I fix this? Please help ASAP.

Oakii
12-03-2004, 10:18 PM
The best way is to code it with tables (being that you just started HTML, something like frontpage or dreamweaver would help a lot). Also, why are you going to php?, if a shopping cart or such requires php, just start the page with <? and end with ?>, keep the same html coding, and insert what you have to.

Also, as long as the images are the same, it is stored in the cache so no need get complicated calling with php.

And lastly, since you want this up ASAP, for a simple looking site (IMHO) like yours, offer 25$ on the employment forum to have someone fix it/redo for you.

Tyler
12-04-2004, 12:59 AM
Can anyone else suggest anything besides payone someone? I have been this far, without spending anything, I hopefully will get through it.

G. Antonov
12-04-2004, 10:18 AM
If your site consists of so few pages, and even fewer of them need quick updating, why are you using php everywhere?

My advice - get yourself a friendly html editor (such as dreamweaver) and spend a day in drawing tables, and tuning things. When you're happy, select all the parts of your html code that can be reused and create your .inc files. Then slap them in the php script of your phps and that should be it.

Change only one thing at a time between previewing, so that you know where any new problems are coming from.

And by the way - take care for the text to be readable - proper fonts, kerning and font size - but I suppose that's the least of your troubles right now :)

Good luck

sololo
12-04-2004, 07:10 PM
If you cant afford DWMX at the moment, there are some free HTML Web Editors like 1st Page 2000 (Version 2.0 Free Edition).