
Antoi
Members-
Content Count
4 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Antoi
-
Rank
Newbie
-
I'm trying to build a newsletter in html and it is necessary that all the styles are inline styles in order to be shown in all kind of mail servers and I want to use the a:link, a:hover, a:visited and a:active into an inline style. How can I do that?. I also have a problem with an image I used as background in a cell (the newsletter title),you can see it on a browser and in live mode in Dreamweaver, but when I send the mailing or in design mode in dreamweaver you can't see it, it began to happen when I modified that image and uploaded again. I will really appreciate your help. for reference ww
- 2 replies
-
- a:link color
- inline style
-
(and 1 more)
Tagged with:
-
Thanks for your help Foxy Mod. I solved the problem with the border around the image thanks to you. Just one question. The code you just gave me is a class selector for the a elements right? Because I used it as such but it didn't work, it aligned the texts correctly but it didn't show the background image (circles). What could I do to solve the problem or what did I do wrong? This is the code as I put it in the css sheet:.menu{display:inline-block;width:120px;height:120px; line-height:120px; /* Line height equal to height */text-align:center;background-image:url('images/circulo.png');backgrou
- 3 replies
-
- navigation bar
- links
-
(and 1 more)
Tagged with:
-
I'm learning with your tutorials how to build a web using css and I have problems to style the navigation bar. First, My logo (which is also my link to the home page) appears with a square around it with links characteristics but it only happens in IE. I also want to put the text that are the links to the inner pages on an image (circle) but i don't find the way to do it. Could anybody help me with these two problems please?
- 3 replies
-
- navigation bar
- links
-
(and 1 more)
Tagged with:
-
I'm learning css through your tutorials and building my web site, and i'm trying to design my web site menu but I have two problems:- I have my logo as a link and it appears with a squared border with the colors for the different status that I defind for links even though I didn't used the colors for links with the logo, but it only happens in IE.- I wanted to put some text with link properties on an image as buttons for my menu but when I used the overlapping property (img{position:absolute;left:0px;top:0px;z-index:-1}) in every cell (I'm working the structure of my website as a center align
-
- errors in ie
- border in link
-
(and 1 more)
Tagged with: