Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

lordmagik76

Members
  • Joined

  • Last visited

Everything posted by lordmagik76

  1. Sorry, I wanst quiet myself when I was writting this thread. Here is my html code so far. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title> Suknie Slubne - Avalon </title> <link rel="stylesheet" type="text/css" href="header.css" /> <link rel="stylesheet" type="text/css" href="mainbuttons.css" /> </head> <body> <div id="headertop"></div> <div id="mainbuttons"> <!--Start of a div block including main buttons and link URLs--> <a href="StronaG.htm"> <img src="StronaGlowna.jpg" id="StronaGlowna" class="button" alt="Strona Glowna" /> </a> <br /> <a href="Suknie.htm"> <img src="Suknie.jpg" id="Suknie" class="button" alt="Suknie" /> </a> <br /> <a href="Akcesoria.htm"> <img src="Akcesoria.jpg" id="Akcesoria" class="button" alt="Akcesoria" /> </a> <br /> <a href="Ofirmie.htm"> <img src="Ofirmie.jpg" id="Ofirmie" class="button" alt="Ofirmie" /> </a> <br /> <a href="Kontakt.htm"> <img src="Kontakt.jpg" id="Kontakt" class="button" alt="Kontakt" /> </a> </div> <div id="headerbottom"></div> <!--End of a div block including main buttons and link URLs--> </body> </html> My problem starts here, as I have now a header, some buttons to the left of the page and a footer the same scale as the header. I am trying now to insert images and text in the center of all this but whatever I do seems to mess up my buttons (sorry I know I am no good at explaining things). What I really want is to be able to put stuff in between the header, footer and to the rights of my buttons without moving any of them.
  2. Hi A header in a div, 5 buttons to the left in a div lined vertically and another div at the bottom of my site similar to my header. That 's the layout of my amature site. I am trying to insert images and text to my website but i am having problems navigating between those divs. So far I have managed to do some navigation by inserting paragraphs of text within my buttons-div and make it float to the right and then margin it to align it properly at the center of my page. Is there a different, better way??
  3. What does {margin: 0 auto} do???? and what's the purpose of relative position? #navigation { position:relative; width: 800px;/* replace this with width you want */ margin: 0 auto; [b]margin-top: 50px;[/b] } I added this line to move it slightly to the bottom. Is that the best choice. What I need to do next is add more buttons following the first one towards the bottom. Would increasing margin-top property for each additional button be the best choice?
  4. Thanks
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title> Suknie Slubne - Avalon </title> <link rel="stylesheet" type="text/css" href="Body.css" /> <link rel="stylesheet" type="text/css" href="Images.css" /> </head> <body> <a href="StronaG.htm"> <img src="Strona Glowna.jpg" id="StronaGlowna" class="button" alt="Strona Glowna" /> </a> </body> </html> body { background-image:url("AVALON WEB2.jpg"); background-repeat:no-repeat; background-position: top center; }
  6. Well what I really want to do is this: I created a button for my home page but before that I created a banner in Corel and set it as a background to the top center position. My button is at the top-left corner and I want to move it down below my banner. It also seems to offset to the left when I look at the page in full screen mode. Forgot to add, my button is an image (if that makes any difference)
  7. lordmagik76 posted a topic in Frontend
    What's the best way to create spaces in xhtml. Lets say I want to start text 40px from the top of the screen?
  8. I feel even more of an idiot than before but thanks for this answer because things make a little more sense now. Perhaps my question was badly phrased from the very begining but this is more or less what I wanted to know. So just out of curiousity. Is there a software which is more or less respected by web designers???
  9. No need for apologies and yes that was supposed to be sarcastic. I know there are many software out there which seem to be designed to make making websites a little easier rather than writing the entire code myself. Like WebPlus10 which isn't expensive at all but lets you edit the code whenever you want to or customize pre-designed websites to your liking or design a new one using some automated features. What exactly is the disadvantage of that?? - if anyone here answered that question then that would be more or less the answer I was looking for. I am not looking for a software to do all the work for me (as I imagine it would probably be very expensive) all I am looking for is a tool which would let me for example insert a photo in the upper-right corner of the screen by clicking and draging it instead of spending an hour longer to write the code myslef. I realize that coding is probably the only way to express the originality of your artistic soul but I dont see anything wrong with taking the back-door if there is one.
  10. Damn, I feel like an idiot now. That is excatly what I was thinking when I bought my first car. I said to myself - why buy it ready and built when I can buy each part seperatly and build it myself??
  11. What the best recommended Web Design software out there for less than 50pounds. I may consider spending more if anyone recommends something really outstanding! Thanks
  12. Thanks. That answers my question. So far I have only done some reading and exercises on Html, XHtml and Css and decided to use XHtml as it is recommended for the future, but besides a general idea of how things work I have no experience whatsoever of how, what and where. I am set on doing it myself however. I guess now it's just down to practice and asking lots of questions.
  13. lordmagik76 posted a topic in Frontend
    Can someone explain in more detail the 3 different DOCTYPEs: STRICT, TRANSITIONAL and FRAMESET. What would be best for my website - it is going to be a business website (selling involved). Example taken from w3schools: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> Do I have to modify any of this to fit my own website???
  14. Hey great link, thanks.
  15. Thanks. I created a folder inside the folder where my html file is and was trying to get to those images but couldnt. When I transfer them to the mother folder they work fine. So what images can I and can I not borrow? Is there a database of free images you can use?
  16. Thanks for a good link ErisDS. I have just taken my first steps and have actually managed to put something together. So far I am concentrating on HTML but to be honest the tutorial on w3schools is getting a bit technical. at the moment I am trying to insert an image. What file extentions must they be? How do I specify the path to a different location on my pc where the image can be found?
  17. Thank you. I have already started and it seems like it's going to be fun.
  18. ________________________________________________________________________________ ____________________
  19. lordmagik76 posted a topic in Frontend
    Hi everyone. It's my first post and I am feeling a little , so please be as patient as you can 'cause I'll probably be asking a lot of "noob" questions since I am a complete nooby to web design. I want to design my own websites for my company and... as far as I know I'll probably need to buy myself a software of some kind, so my first questions are: Where to start and what to buy????

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.