Click here to Skip to main content
15,915,164 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have one html page in that I have one image of franchieses and countries name of that franchieses now i want to make and design like left side of page i want to display image and besides it means at right side i want to display all 5-6 names of countries......just display the name not link for that name...

so what should be HTMl code???? how can i arange tags?

Please any one help me as i new to this field.
Posted
Updated 18-Aug-12 10:55am
v2
Comments
Sergey Alexandrovich Kryukov 18-Aug-12 17:06pm    
What have you done so far? What the problem HTML "img" element? Or navigation? Two-side layout?
You can find answers on the Web faster that you can clarify it all...
--SA

The easy way is to use a table with the image in one column and the text in another. Then you can use multiple columns to help align the images, if you want.
 
Share this answer
 
Hi,

As Christian Graus suggested, you can do it using table. you can also do that using DIV tag. but for beginner Table structure is very easy to implement. In future you will heard that DIV based structure is preferable(although it's depend upon your layout). So i suggest you to learn both Table based and Div based layout. There are so many sites provides you learning. but i prefer W3School[^]. this site will guide you from beginner to professional. In case you are not able to resolve your issue please go though Table,Img html tag and Alignment,Margin and other related keywords from W3School.

Now start with Table based layout, it's very simple table layout and i hope you can do it without any extra effort.

Best of luck

Let us know if you stuck somewhere but try something.

Thanks
-Amit Gajjar
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900