" data-bs-original-title="" title="">
Could you post your CSS file? The easiest way to do it is with a class, something like this would work: .LinkA a:link{ font: 15px Arial; color: #FF0000; // Red text-decoration: underline; } .LinkB a:link{ font: 15px Arial; color: #000DFF; // Blue text-decoration: underline; } Obviously you would want to …
Hello Daniweb, Not sure if this is in the correct forum so sorry if I'm in the wrong place. I am an amateur web developer and I am currently in the process of making a full working, advanced website created purely from scratch and in Notepad++ so that I can …
You can't use purely HTML as you are obviously connecting to a database. I haven't used ASP, I'm a PHP and MySQL person but the principals should be the same. I would store a link in the database for each of the images, and a description to go with them. …
Welcome to the forums MrCbrl95, Firstly I should give a bit about myself. I did begin designing a web based game although I am now focusing on Web Development as a whole. I know I probably shouldn't do this but 'www.makewebgames.com' is another useful forum (to use as well as …
Yep, things like isset is an inbuilt function that can be called at any time. A user defined function is something that MUST be set manually like this: <?php function MyName() { echo 'My Name is AHarrisGsy'; } ?> You would then call it like this: `MyName();` Which should (providing …
LAN (Local Area Network) is easy to connect to. The majority of home and business LANs now support wireless meaning you can connect to it with a wireless device. If you have a device that supports Wi-Fi then look for the option to enable it, on a Windows OS it …
As Dani has suggested, you need original content that shall attract people. Then you can use services such as Reddit to promote it. You do however need original content that you UPDATE! That is the biggest downfall for internet based services, if you don't have changing content then people shall …
You need to define the total height, So: *{ height: 100%; } body{ height: 100%; } I think that shall solve it, good luck!
Do you have any more information, how it crashed, what you where doing when it crashed etc. Things like what version and what happens now would be helpful, otherwise we can't really help you.
No, because the design and source code is most likely copyrighted. That is just theft, you need to have a written agreement with the owner and you need to follow the terms that you agree to then.
The End.