-
Inserting affiliates on the right hand side
Thanks for getting back to me on this Seedism. I have done as you suggested and placed the affiliate above my main content and right bang in the middle. have checked to see if it is set to float to the right.
-
Inserting affiliates on the right hand side
Holy **** I dont remember putting in all those border width's and styles :S?
-
Inserting affiliates on the right hand side
Hi all just trying to add an affiliates advertisment bar on the right hand side of my page but every time i do it sits underneath my maincontent div. Any ideas? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> #header { height: auto; width: auto; padding: 0px; margin-right: auto; margin-left: auto; text-align: center; } #navbar { width: 880px; margin-right: auto; margin-left: auto; height: auto; background-color: #090; text-align: center; }#maincontent { margin-right: auto; margin-left: auto; height: auto; background-color: #FFF; text-align: center; color: #666; padding: 1px; width: 880px; } #footer { height: 20px; width: 880px; text-align: center; background-color: #FFF; margin-right: auto; margin-left: auto; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; font-weight: bold; } body { background-color: #666; } </style> </head> <body> <div id="header"><img src="../../Documents/Unnamed Site 2/greg's garden logo - Copy.png" width="880" height="199" /></div> <div id="navbar">Home | Services | Gallery | About Us | Contact Us</div> <div id="maincontent"> <p> </p> <p><img src="../../Documents/Unnamed Site 2/Rory3.jpg" width="400" height="267" /></p> <p> </p> <p>Here at Greg's Gardening we cater for all sizes of landscape from small backyards to larger than life allotments. </p> <p>For a quote please click on the contact us page. </p> </div> <div id="footer">Adam Ramsey Design©</div> </body> </html> Here is the code for the Affiliate - <a href='http://scripts.affiliatefuture.com/AFClick.asp?affiliateID=273552&merchantID=5683&programmeID=15274&mediaID=124928&tracking=&url='><img border=0 src='http://banners.affiliatefuture.com/5683/124928.jpg'></a> Thankyou
-
-
Background issue
Thankyou for your help Bomb that's great.
-
Background issue
Thankyou!! What about other regions like mainbody images etc? shall I just expand on what you have just said?
-
Background issue
Hi. I am wanting to create a rounded page border which is centralised in the middle of my page where i can then insert all my content inside it. Only I realised once i made the div tag that i could not insert other div's inside it. Or can i? here is the code I have used so far.. Any help or if anyone could point me in the right direction.. thanks.. <style type="text/css"> #demo { width:800px ; height:1000px ; background:#D7D7D7; display: block; margin-left: auto; margin-right: auto; -moz-box-shadow: 10px 10px 5px; -webkit-box-shadow: 10px 10px 5px; box-shadow: 10px 10px 5px; -moz-border-radius: 10px 10px 10px; border-radius: 10px 10px 10px; } body { background-color: #060; } </style> </head> <body> <div id="demo"></div> <div id="header"></div> </body> </html>
-
Can i make a career out of web development?
Thanks for you're reply andyl. Yes I guess I am getting a bit ahead of myself in terms of career prospects in this field, I am still playing around with basic HTML, CSS and finding my feet with that. (I thought Web Desinging in general would be a lot easier than it is) but I keep finding myself coming back to it so it is defnitly something I am wanting to take seriously. Have heard a bit in regard to Wordpress. My brother has a blog on some of his hobbies using it so maybe I should speak with him and find the pros and cons of it. I started off on a bit of a role with desining logos, images in Fireworks but fell flat on my face when it came to coding it. So i have taken myself back to W3 Schools. Thanks again for your help I really appreciate it. Adam
-
Average sizing for an advertisment banner
Just wanted to make it a basic centralised page. Also followed a Youtube tutorial. Will look at increasing this if that is what you suggest.
-
Can i make a career out of web development?
I would like to specialise in something.. not too sure what I have only started designing in HTML & CSS. I have not studied in Uni & i am a technical engineer for a networking company might be worth stating my age also I am 21. Maybe to specialise in SQL, CSP.. I am not so sure where to start with all this? Could someone point me in the right direction? I am more than willing to put in the hours to learn whatever it takes. Thanks.
-
Average sizing for an advertisment banner
Mypage width is set at 800px have set height to auto. which size is around right? Have attached image so you can see where i am putting div's. Thanks
- Passed!
-
Can someone please explain PHP to me please
Thanks for your help Craig. I really appreciate it.
-
Can someone please explain PHP to me please
Hi I am currently trying to design a 'contact us' page but just wondering how exactly this works? I have heard you can use a little bit of HTML code & some PHP which then emails you the details.. How do i impliment this in to my web page? Thanks
-
Best way to add Twitter/Facebook Button's
Robbie/Mike - Sorry to sound dumb but I literally didnt know you could do that. i have already inserted my company banner/logo into Dreamweaver.. so you say an additional Div Tag should be used to place it in the correct position?
-
Best way to add Twitter/Facebook Button's
Hi All. What is the best way of adding one of these to the header of my page in dreamweaver? obviously you cant link it as an image so i'm just wondering what the best way around this is. Thanks