|
Posted by Andy Dingley on 10/15/88 11:55
Koolbreak wrote:
> Ok I need help.
You need help, we need a URL.
> im a newbie to css..i know most html. i need to change this html to xhtml and css.
Forget XHTML. Convert it to CSS first. (HTML to XHTML is easy)
> I tried all those online tutorials but its a no go.
This isn't quite "do my homework for me", but you're awfully close.
_Why_ should we do this for you? I do this for lots of people - they
pay me for it.
If you need something better than the (admittedly poor) on-line
tutorials, then get a copy of "Head First HTML & CSS"
If you want a quick example of how to do 3 column layout, then search
for "3 column CSS layout" rather than CSS tutorials. You'll find them
(bluerobot, glish, alistapart)
> <td height="78" align="left" valign="top"><img src="images/title.gif"
> width="777" height="78"></td>
That's not HTML. HTML begins with a doctype, or at least <html> As
you think we can work from a tiny fragment of your HTML without seeing
the whole thing, then I suggest the answer for the CSS would have to be
this
(it's real code, it's just not all of it):
.pink { background-color: pink; }
Navigation:
[Reply to this message]
|