displaying a varying number of images.. in tables?!
Hey all.
I'm building a news system. I have a page to display all posts made to
category=$id, simple enough, now I wanna make an index page that looks
up all the categories from the news_topics table, displays their name,
a link to their page, and the image assigned to that category.
Here's the catch: I wanna put this in a table as the images are only a
few hundred pixels wide, so a flat list of each image would be boring
and inefficient. The thing is, we may add/remove news categories over
time, so how can I deal with this?
Would it really be easier to manually make this in HTML and change it
as/when we make modifications to the topics table?
-Matt
.
Relevant Pages
- Re: How can I code to get more than One value from checkbox? (Revised Version)
... The columns of this table consists of project name, date, shot number, ... And these fields are the stuffs that I wanna to present ... I wanna to display the output in a table form and I'm currently ... with columns and rows instead of key: blah blah and value: blah blah. ... (comp.lang.python) - Re: Todays posts
... I was once told, "If you wanna see more posts, post more." ... Words don't do justice to how grateful I am that there is no lighter ... I don't wanna go back to the hell that nicotine addiction was for me. ... (alt.support.stop-smoking) - Resize an image stored in a DB prior to diplaying it on page
... purpose of a news system. ... display size in the DB I need to be able to resize it before outputing ... in this instance I need to be able to resize it to a thumbnail ... (comp.lang.php) - Re: Todays posts
... I was once told, "If you wanna see more posts, post more." ... Words don't do justice to how grateful I am that there is no lighter ... I don't wanna go back to the hell that nicotine addiction was for me. ... (alt.support.stop-smoking) - Re: Todays posts
... I was once told, "If you wanna see more posts, post more." ... Words don't do justice to how grateful I am that there is no lighter ... I don't wanna go back to the hell that nicotine addiction was for me. ... (alt.support.stop-smoking) |
|