Jump to content

sealift

Members
  • Posts

    5
  • Joined

  • Last visited

sealift's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thanks!
  2. Thanks, Keytone. I'm just wondering if you can assist one step further... I have been trying out different variations of placement for this code, but no luck so far! Either nothing happens at all, or the actual code appears on the page. Any suggestions of where exactly it should go? This is the without border code I was trying to incorporate:div{border-width:5px;border-style:none;} Thanks so much for the link! I must not have searched the correct terminology since that never appeared in my searches.
  3. I have a logo that I would like to appear on my page header. I deleted the background so that the header would show through but a border still appears around the logo. Is there a way I can get rid of this? The image is not located on the stylesheet, but instead on each webpage. I know that this is not correct, but it was causing me trouble so for now i'm leaving it as is. Here is the section of code from the page that contains the image. <body><input name="title" type="hidden" value="Home" /><div class="container"> <div class="top"> <p class="logo">Australian Barge Hire</p> <img src="images/photos/sealift1/logo no background.png" width="150" height="78.61" class="float-right" border="0" /> </a> <p class="slogan">Jack-up (self elevating platform) and<br />Construction Barges Australia Wide</p> </div> I'm sure that I haven't given enough information, so please let me know what else I should be providing. Thanks in advance for any assistance you can give. Edited to add: when I delete the class="float-right" section the border does not appear (yay!) But the image is also then in the middle of the header, not where I want it to the right hand side.
  4. Thanks Ingolme. I've had trouble downloading GIMP on previous tries, possibly because by Mac does have the latest operating system (?).But i'll try again to download it and see if i'm able to follow your steps. Thanks for your prompt reply!
  5. Hello, I'm new to html but have been put in charge of updating my companies website. I need to change the header and page marker on the site from blue to orange. After discovering the stylesheet I was able to see that these were actually .jpg and .gif files which is why I wasn't able to just insert the colour name (#FF7519) I wanted. I am not sure how to go about making these and do not seem to be using the correct terminology to find the answer through google. Can anybody assist? I'm using a Mac but do not have photoshop. Header file name: top_bg.jpg Page marker file name: button_on.gif I would like them exactly the same, just with a colour change. Thank you in advance. I apologise if this is posted in completely the wrong area.
×
×
  • Create New...