the_furious1 0 Report post Posted March 8, 2005 I am really struggling right now. I need help!!! Can anyone please tell me what the best way to make web page layout is!!!!Please if you say any way, point me to the web site where I can learn about it!!!Thanks:) Share this post Link to post Share on other sites
biscuitrat 0 Report post Posted March 8, 2005 Umm...go to http://www.lissaexplains.com/ to learn the jist about HTML and CSS layouts...the simplest would be using tables. If you PM me, I can walk you through how to make your own site. Or I could make it for you, but I want you to learn Share this post Link to post Share on other sites
mizako 0 Report post Posted March 8, 2005 http://www.htmldog.com/ have all the tutorials about html and css that you need. Please do not use invisible tables, use only CSS. Share this post Link to post Share on other sites
the_furious1 0 Report post Posted March 8, 2005 I now HTML but I don?t know CSS. I have been making layout with the invisible tables but it doesn't work too good!!!Thanks for the web sites I check into them!!!! Share this post Link to post Share on other sites
krap 0 Report post Posted March 8, 2005 i dont understand css :/ but i think invisible tables are fine. they cause no problems Share this post Link to post Share on other sites
the_furious1 0 Report post Posted March 8, 2005 Invisible tables are fine as long as the window is maximized, when you make the window smaller the whole content moves with it and I don?t want that!!! Share this post Link to post Share on other sites
round 0 Report post Posted March 8, 2005 I'm not sure why no one isn't just saying to use dreamweaver. I wouldn't bother with css, it just bogs everything down. It's fine for small sites but not for huge ones. Anyway google likes simple text.round Share this post Link to post Share on other sites
Joshthegreat 0 Report post Posted March 8, 2005 CSS makes the4 laoding time about 5x quicker in lots of cases, especially if you use the class tag alot. CSS is definitly worth learning and can make your site layout much much more effective. Share this post Link to post Share on other sites
nightwolf 0 Report post Posted March 8, 2005 Hmmm i guess welll use frontpage if you have to me i am a kid so i use photoshop CS it's not bad at all but you need to know HTML at lest a little so i newed to know if you know HTML so i can help you. Like if you know html i say things like photoshop for some one new front page you can use word to just save as a webpage file and your good to go Share this post Link to post Share on other sites
Styx 0 Report post Posted March 8, 2005 man, use photoshop for your design, take it into imageready and create the html, and fix it up in dreamweaver. there you have it as simple as you could ask for. CSS is great, but in the interim while you're poking around figuring out what works and what doesn't, just use plain html. Share this post Link to post Share on other sites
snlildude87 0 Report post Posted March 10, 2005 http://forums.xisto.com/no_longer_exists/ has several layouts you can use for free. Just copy and paste the code to your web page. I used another page to get the layout for my site, but I don't remember what it was.I don't recommend using tables because if you have a large site, you won't see your site until all the table code has been rendered, but if you use CSS and make it a separate file, then the file is stored in the cache, and the page will load much faster.I agree tables would be easier - I used it once, but using CSS is better in the long run if you want to maintain a large site. Share this post Link to post Share on other sites
nykegodess 0 Report post Posted March 18, 2005 if u are using frontpage just click view and scrool down, somewhere down there u wld see page size, chose one there.they advice u 2 use 800x600 setting, but it makes the page fat and really really ugly, so instead use 1024x768 that is better it makes sites look more sophisticated.also npay attentioon to your table setting it is very very important Share this post Link to post Share on other sites
splehati 0 Report post Posted March 22, 2005 Go to http://www.flexitemplates.com/, and here you can find many layout, some free examples and a tutorial how to make good layout in adobe photoshop and how to cut layout in adobe image ready. Conceptual u have to draw layout in layers in photoshop, then u cut it out and on paper u must have drawn a concept with dimensions in pixels... This is the best way to do ur web template...see on the page above how do that web professionals Share this post Link to post Share on other sites
Becca 0 Report post Posted March 22, 2005 CSS is A LOT easier than HTML... you can just make stuff up and it works... well most of the time for me. Plus you don't need to keep doign the colours in EVERYTHING you do....Tables are use probably the most in layouts.. but they aren't really like reliable. Too many iframes aren't good either and div layers sometimes get mucked up in certains browsers. So I you have to choose wisely right ?If you find photoshop too hard you could always go for paint shop pro... it has just as much (i think) but i reckon it is a lot easier to use. Share this post Link to post Share on other sites