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
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.
Link to comment
Share on other sites

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
Link to comment
Share on other sites

[!--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.
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.