Jump to content

problem with table help me


ISTIAK

Recommended Posts

I am having some issue with making my websites. I am making a layout like a newspaper forr ebook site . Its look will be a column with books category and it will be in left side in center there will be some latest album but problem with text align help me

Link to comment
Share on other sites

I don't understand the question. Is the image above showing the problem or the desired solution?

 

i think the image above is the desired solution but he wants latest books at the top.

 

like this but i want latest books in top

Link to comment
Share on other sites

it would be better if u submit the code what u've tried.

u should use 3 columns (as u wish) with column fixed width and using php (if u r using) u should sort the rows by date(if ur table has it) descending (for the latest book to display first) and print that to the left column..

 

because u've not submitted ur try, it can't be explained clearly...

 

am i right @davej ???

Link to comment
Share on other sites

<!doctype html><html><head><title>Free Ebook Site BDEBOOK</title><meta charset="utf-8" /><meta name="keywords" content="download free ebook from BDEBOOK, free Ebook, Bangla Ebook, Bangla programming Ebook, moghol rannar boi, BDEBOOK, bangla golper boi, uponnash, kobita, Bangla natok " /><meta name="language" content="English" /><meta name="geography" content="United States of America, New York, New York City" /><meta name="city" content="New York City" /><meta name="state" content="New York" /><meta name="country" content="USA, United States Of America" /><meta name="author" content="BDEBOOK" /><link rel="stylesheet" type="text/css" href="default.css"></head><body><table><tr><td id="category"><h1>Books category</h1><hr><h2><a href=http://www.bdebook.com/category/.html>Golper Boi</a></h2><h2><a href=http://www.bdebook.com/category/.html>Uponnash</a></h2><h2><a href=http://www.bdebook.com/category/.html>Magazine</a></h2><h2><a href=http://www.bdebook.com/category/.html>Kobita</a></h2><h2><a href=http://www.bdebook.com/category/.html>Comics</a></h2><h2><a href=http://www.bdebook.com/category/.html>Science</a></h2><h2><a href=http://www.bdebook.com/category/.html>Thriller</a></h2><h2><a href=http://www.bdebook.com/category/.html>Natok</a></h2><h2><a href=http://www.bdebook.com/category/.html>Rannar Boi</a></h2><h2><a href=http://www.bdebook.com/category/.html>Technology</a></h2><h2><a href=http://www.bdebook.com/category/.html>Computer</a></h2><h2><a href=http://www.bdebook.com/category/.html>Islamic Books</a></h2><h2><a href=http://www.bdebook.com/category/.html>Science Fictions</a></h2></td><td id="latest books"><h1>LATEST BOOKS</h1></td></tr></table></body></html>
Link to comment
Share on other sites

Your attachments to post #14 above are not working correctly for me, but they seem to show a screen-capture of a webpage that has a four column table of images in addition to two outer columns of links or text. This would probably be accomplished with three div columns, but I don't really know what you are asking for.

<!DOCTYPE html><html><head><meta charset="utf-8"><title>title</title><style>*{margin:0;padding:0;}#wrap{width:1000px;margin:0 auto;text-align:center;overflow:auto;}#header{height:100px;background-color:#ddd;border:1px dotted black;}.left{float:left;width:300px;height:500px;background-color:#eee;border:1px dotted black;}.mid{float:left;width:394px;height:500px;background-color:#eee;border:1px dotted black;}.mid img{width:70px;height:70px;border:1px dotted black;margin:5px;}.right{float:left;width:300px;height:500px;background-color:#eee;border:1px dotted black;}#footer{clear:both;height: 40px;border:1px dotted black;}</style></head><body><div id="wrap"><div id="header"></div><div class='left'></div><div class='mid'><img src="http://www.byui.edu/images/agriculture-life-sciences/flower.jpg" alt="alt1"/><img src="http://www.byui.edu/images/agriculture-life-sciences/flower.jpg" alt="alt2"/><img src="http://www.byui.edu/images/agriculture-life-sciences/flower.jpg" alt="alt3"/><img src="http://www.byui.edu/images/agriculture-life-sciences/flower.jpg" alt="alt4"/><img src="http://www.byui.edu/images/agriculture-life-sciences/flower.jpg" alt="alt5"/><img src="http://www.byui.edu/images/agriculture-life-sciences/flower.jpg" alt="alt6"/><img src="http://www.byui.edu/images/agriculture-life-sciences/flower.jpg" alt="alt7"/><img src="http://www.byui.edu/images/agriculture-life-sciences/flower.jpg" alt="alt8"/></div><div class='right'> </div><div id="footer"></div></div></body></html>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...