News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Comment Box in Cell

Started by theflori, November 04, 2006, 01:28:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

theflori

Hello!

i have a little problem, i want set the comment box ($template_image_comments + $template_add_your_comment) in a Table, looks like the screenshot i added
is it possible?


Gizmo

Paste this selector into your style.css and upload.

#comments {
    border: 2px solid #F704FC;
}


The reason this works is because there's already a <div> with this selector in the code. You can check this by looking at function theme_display_image($nav_menu, $picture, $votes, $pic_info, $comments, $film_strip) in the sample>theme.php file. You may also have this in your theme.php if you are using a customized theme.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

theflori

ah thanks, and when i want to create a frame like these on the next screen?
i use border like these on all the screen but i dont know i how can i set a table
all commens (like pink border)

sry for bad englisch

Gizmo

You change the size, style and color. Here's some additional styles you can use - http://www.w3schools.com/css/pr_border-style.asp. Not sure how you get the exact one you want so play with it until your happy.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision