Skip to content
Advertisement

Tag: css

Div text won’t show up as it should

I have a problem with my div, when I’m trying to put text inside a div using <?php echo $uin->text; ?> it doesn’t show up like I want it to. So if it worked it should have looked like this: but for me it always shows up like this Here is the codes I’ve tried: So I don’t know what

Insert a CSS file within a PHP class

I have a little problem, which I can’t figure out by myself. I created sort of a “webengine”, which I build out of several classes. The main-class, getting a “theme’s” internals is called “Logic”. This logic-class includes all the files, needed for a website. I made it like that, so that every developer, creating such website could use function, that

Why my logo is not appearing on the Homepage? [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 7 years ago. Improve this question Hello I would like to know why my logo is not appearing on

Using radio box selection to display multiple DIVs

I need to be able to use three radio buttons to determine which P’s display on a page. All items are queried from a database so there is no fixed number. I’d like to stick with javascript if possible. All is written inside PHP code Tried using the following: Then each P will have the option of 6 prices that

Advertisement