Tags:Web Questions | 44 views
Hello! I was wondering if there’s any way to refer to a button’s text in css. More accurately, to define to classes for a button, one for the button body, and one for the text inside it. Like: .button{ //the settings of the button } .button: p { //text layout } Is there any method [...]
Tags:Web Questions | 42 views
Hello I have an image of a Joomla layout that I like, so I am planning to create a new css website layout based on this joomla template. But I am new to css. Can some one code the basic framework for the layout looking at the image attached with this message. Thanks Attachment 9535 [...]
Tags:Web Questions | 52 views
Topic The topic of this question is: How does the @NamedQuery work? Hello and Thank you in advance for any assistance. Purpose: The purpose of this code is understand why the Netbeans ide constructed @NamedQueries that refer to an object Content (the name of the Entity class ) when the table is named content. Description [...]
Tags:Web Questions | 50 views
Hi im having abit of trouble adapting a tutorial i found on nettuts for creating a photography website heres the link if you wanna check it out: http://net.tutsplus.com/videos/scree…-a-photo-site/ Anyways this code is fine, although because i have several categories of photos i need to store them in seperate tables, was wondering if i could use [...]