Jump to content

how to design layout like this


klpang

Recommended Posts

[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.
Link to comment
https://forums.phpfreaks.com/topic/6138-how-to-design-layout-like-this/
Share on other sites

[!--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.
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
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.
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.