Jump to content
Old threads will finally start getting archived ×

amethyst42

Members
  • Posts

    10
  • Joined

  • Last visited

    Never

Everything posted by amethyst42

  1. I'm using Dreamweaver CS3, and I'm trying to build a small website. It's been almost 5 years since I've done any work web-wise. I'm trying to vertically centre some text to the right of an image, and make that text in a largish font (we'll say 36px for now). I have finally centered the text, but I can't seem to change the size of the font. <p.alignrt> <img src="../../AppData/Roaming/Adobe/Dreamweaver 9/Configuration/ServerConnections/MRE/images/mrelogo2.jpg" alt="MRE Logo" longdesc="http://mrent.ca/images/mrelogo.jpg" align="middle" /> Marvin Robbins Enterprises</p> <!-- end #header --></div> the CSS looks like this: .alignrt{ vertical-align:text-top; font-size:36px; font-weight:bold; } What have I missed? The "Marvin Robbins Enterprises" just doesn't change, no matter what I do. Here is the page: http://mrent.ca/
  2. http://www.w3schools.com/css/default.asp This is great, it has a 'try it' window for everything, manipulate the code and see what happens!
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.