Initiate Mage
- Joined
- Jun 6, 2007
- Messages
- 3
- Reaction score
- 0
I can make layouts in paint. But i dont know how to code them from paint to html? any help here?
Yeah i say tables, and maybe use float: left/right
I'd try not to use float, it's evil, it always messes up something. Instead use a container DIV (which is relative) then you can use absolute DIVs for the real layout. In my experience that works a lot better![]()
I'd try not to use float, it's evil, it always messes up something. Instead use a container DIV (which is relative) then you can use absolute DIVs for the real layout. In my experience that works a lot better![]()
can i see them ? thx
Tables, they go fine, but not with IE... IE sucks.. the i cant even exit it normal lol i get a C++ Runtime error.
If i want to shut it, i MUST do ctrl+alt+del ^^
Hell no, trust me when you make more complicated layout there is nothing worse than makeing relative and absolute because if you forget about some margin or padding or whatever it will cause a huge difference in output in IE or FF so i suggest using floats, simply use divs to split page in to collumns or so and simply use float.
I always try to tell people to use one particular browser. So i end my website in PHP and tell them using php script to use a different browser because the website cannot be displayed properly on the following browser.
I see them used alot.. ALOT!
Or just use DW.. it can make a pro site for you and u only have to do the text, links ^^
I suck @ CSS, and then suposed to make layouts w/ it?![]()
I always try to tell people to use one particular browser. So i end my website in PHP and tell them using php script to use a different browser because the website cannot be displayed properly on the following browser.