klpang Posted March 30, 2006 Share Posted March 30, 2006 [img src=\"http://localhost/layout.gif\" border=\"0\" alt=\"IPB Image\" /]How to design the layout like this? i already done the coding in PHP code. but do not know how to export the value in this layout and do not know how to merge cell by using the php code. please advise. p/s: sorry ober, last post i did not mention it properly. is an php code and not html code. Quote Link to comment Share on other sites More sharing options...
craygo Posted March 30, 2006 Share Posted March 30, 2006 Well first thing we need to do is teach you how to link a picture cause we still cannot see your layout.Ray Quote Link to comment Share on other sites More sharing options...
klpang Posted March 30, 2006 Author Share Posted March 30, 2006 [!--quoteo(post=359889:date=Mar 30 2006, 11:59 AM:name=craygo)--][div class=\'quotetop\']QUOTE(craygo @ Mar 30 2006, 11:59 AM) [snapback]359889[/snapback][/div][div class=\'quotemain\'][!--quotec--]Well first thing we need to do is teach you how to link a picture cause we still cannot see your layout.Ray[/quote]okay. how to link the picture. Quote Link to comment Share on other sites More sharing options...
craygo Posted March 30, 2006 Share Posted March 30, 2006 Well if you have web space, put the picture on it and then click the button above that says "insert image" then in between the tags put your link to the web page ie [a href=\"http://mysite.com/images/ipbimage.jpg\" target=\"_blank\"]http://mysite.com/images/ipbimage.jpg[/a]Ray Quote Link to comment Share on other sites More sharing options...
trq Posted March 30, 2006 Share Posted March 30, 2006 [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]p/s: sorry ober, last post i did not mention it properly. is an php code and not html code.[/quote]That is not the point. Php is NOT responsible for design. This IS a html question. Quote Link to comment Share on other sites More sharing options...
ober Posted March 30, 2006 Share Posted March 30, 2006 kplang,Until you can describe your problem better or produce a picture of a schematic that describes an algorithm or something you're trying to write, I have to assume that you're talking about the look and layout, not the coding of a project, especially since you said you already have the PHP code done.Moved to HTML.If you post it in PHP Help again, I will delete the thread without warning. Quote Link to comment Share on other sites More sharing options...
xplicit503 Posted April 1, 2006 Share Posted April 1, 2006 Use Photoshop/Imageready to create the layout. Export it as a Web File, yadda yada yada, then when you get into dreamweaver you should leave the entire image intact. and use image maps, its the simpilar way rather than slicing each indivisual table.Example of a Imagemap:[code] <map name="Map"> <area shape="rect" coords="461,19,512,42" href="#"> <area shape="rect" coords="511,19,560,42" href="#"> <area shape="rect" coords="559,19,617,41" href="#"> <area shape="rect" coords="615,19,661,40" href="#"> <area shape="rect" coords="660,19,697,40" href="#"></map>[/code]Dreamweaver has a nifty tool that draws them in to the area which you select. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.